Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/lint-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Process Lint Results
id: process-results
run: |
echo "## 📋 README Lint Results" > comment.md
echo "## 📋 Lint Results" > comment.md
echo "" >> comment.md

# Function to process lint results
Expand All @@ -90,8 +90,8 @@ jobs:
}

# Process both README results
process_lint_results "⚡ gh-cli/README.md" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt"
process_lint_results "🔧 scripts/README.md" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt"
process_lint_results "⚡ ./gh-cli scripts" "./lint-results/gh-cli-readme-lint-results/gh-cli-readme-lint-results.txt"
process_lint_results "🔧 ./scripts scripts" "./lint-results/scripts-readme-lint-results/scripts-readme-lint-results.txt"

echo "---" >> comment.md
echo "*Lint results updated at $(date)*" >> comment.md
Expand Down
20 changes: 15 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# github-misc-scripts

[![./gh-cli scripts](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/github-misc-scripts/gh-cli-count.json)][gh-cli]
[![./scripts scripts](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/joshjohanning/badges/main/github-misc-scripts/scripts-count.json)][scripts]
[![linting workflow](https://img.shields.io/github/actions/workflow/status/joshjohanning/github-misc-scripts/lint-readme.yml?logo=github&label=linting%20workflow&color=brightgreen&labelColor=gray)][ci]
[![stars](https://img.shields.io/github/stars/joshjohanning/github-misc-scripts?style=flat&logo=github&color=yellow&label=stars%20★)][stars]

Miscellaneous GitHub scripts, `gh` commands, API calls, GraphQL queries, etc. for power user automation.

See the folder categories:

- [api](/api/README.md) *direct API calls using `curl`*
- **[gh-cli](/gh-cli/README.md)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!*
- [git](/git/README.md) *Git-related scripts/commands*
- [graphql](/graphql/README.md) *GraphQL queries using `curl`*
- [scripts](/scripts/README.md) *standalone scripts and specialized tools*
- [api](/api) *direct API calls using `curl`*
- **[gh-cli](/gh-cli)** 🚀 ✨ ⬅️ *most updated and comprehensive scripts using `gh`, `gh api`, and `gh api graphql`!*
- [git](/git) *Git-related scripts/commands*
- [graphql](/graphql) *GraphQL queries using `curl`*
- [scripts](/scripts) *standalone scripts and specialized tools*

> [!TIP]
> The **[gh-cli](/gh-cli/README.md)** folder is the most maintained; I've started adding both API and GraphQL queries in there using `gh api` and `gh api graphql` commands.

> [!IMPORTANT]
> Your script contribution is welcome! ⭐️ Please see the **[CONTRIBUTING.md](CONTRIBUTING.md)** file for more details.

[gh-cli]: https://github.com/joshjohanning/github-misc-scripts/tree/main/gh-cli#readme
[scripts]: https://github.com/joshjohanning/github-misc-scripts/tree/main/scripts#readme
[ci]: https://github.com/joshjohanning/github-misc-scripts/actions/workflows/lint-readme.yml
[stars]: https://github.com/joshjohanning/github-misc-scripts/stargazers