{"id":24957084,"url":"https://github.com/jasonuc/gignr","last_synced_at":"2025-10-11T13:20:51.954Z","repository":{"id":273784211,"uuid":"920868961","full_name":"jasonuc/gignr","owner":"jasonuc","description":"Effortlessly Manage and Generate .gitignore files","archived":false,"fork":false,"pushed_at":"2025-10-06T01:50:53.000Z","size":273,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T03:26:00.807Z","etag":null,"topics":["bubbletea","cli","cobra","gitignore","go","golang","utility","viper"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jasonuc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-22T22:58:29.000Z","updated_at":"2025-10-06T01:50:56.000Z","dependencies_parsed_at":"2025-05-05T03:19:13.989Z","dependency_job_id":"e38c6eec-2a97-4c60-b0c4-b9595a46a2cf","html_url":"https://github.com/jasonuc/gignr","commit_stats":null,"previous_names":["jasonuc/gign","jasonuc/gignr"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jasonuc/gignr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonuc%2Fgignr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonuc%2Fgignr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonuc%2Fgignr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonuc%2Fgignr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jasonuc","download_url":"https://codeload.github.com/jasonuc/gignr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasonuc%2Fgignr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556225,"owners_count":26006079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bubbletea","cli","cobra","gitignore","go","golang","utility","viper"],"created_at":"2025-02-03T06:54:30.120Z","updated_at":"2025-10-11T13:20:51.935Z","avatar_url":"https://github.com/jasonuc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gignr\n\n`gignr` is a powerful **CLI tool** designed to help developers fetch, manage, and create `.gitignore` templates with ease. It integrates templates from **GitHub**, **TopTal**, and user-defined repositories.\n\n## ✨ Features\n\n- 📦 **Fetch `.gitignore` templates** from:\n  - `GitHub`  \n  - `GitHub Global`  \n  - `GitHub Community`  \n  - `TopTal`  \n  - Custom **user-defined repositories**\n- 🔍 **TUI-powered template search** with filtering and selection.\n- ⚡ **Merge multiple templates** into a single `.gitignore` file.\n- 💾 **Save and manage `.gitignore` templates locally**.\n- 🛠️ **Highly configurable** via `config.yaml`.\n\n## 📥 Installation\n\n- Using Go 🐹\n\n    ```sh\n    go install github.com/jasonuc/gignr@latest\n    ```\n\n- Using Homebrew 🍺\n\n    ```sh\n    brew tap jasonuc/tap \u0026\u0026 brew install gignr\n    ```\n\n## 📌 Usage\n\n### 🛠️ **Creating a `.gitignore` File**\n\n```sh\ngignr create gh:Go tt:clion best_go_gitignore\n```\n\n- `gh:` → Fetch from **GitHub**\n- `ghg:` → Fetch from **GitHub Global**\n- `ghc:` → Fetch from **GitHub Community**\n- `tt:` → Fetch from **TopTal**\n- *(No prefix)* → Fetch from **locally saved templates**\n\n### 🎯 **Adding a Custom Repository**\n\n```sh\ngignr add https://github.com/jasonuc/gitignore-templates -n jc\n```\n\n- `-n myrepo` sets a **nickname** for the repository.\n\n### 🔍 **Searching for Templates (TUI)**\n\n```sh\ngignr search\n```\n\n- **Navigate sources**: `←/→`, `tab`\n- **Select template**: `Enter`\n- **Filter templates**: Start typing\n- **Copy command to generate selection**: `Shift + C`\n- **Exit**: `Ctrl + C`\n\n### 💾 **Saving a Custom `.gitignore`**\n\n```sh\ngignr save best_go_gitignore\n```\n\n- Saves `.gitignore` from the **current directory** to **local storage**.\n- Storage path is configurable in `config.yaml`.\n\n## ⚙️ Configuration (`config.yaml`)\n\nLocated at: `~/.config/gignr/config.yaml`\n\n```yaml\ntemplates:\n  storage_path: \"~/.config/gignr/templates\"\nrepositories:\n  jc: \"https://github.com/jasonuc/gitignore-templates\"\n```\n\n## 🤝 Contributing\n\nContributions are welcome!  \nFork the repo, make your changes, and open a **Pull Request** 🚀\n\n## 📜 License\n\nThis project is licensed under the **MIT License**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonuc%2Fgignr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasonuc%2Fgignr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasonuc%2Fgignr/lists"}