https://github.com/jewlexx/ignoreit
Quickly load .gitignore templates
https://github.com/jewlexx/ignoreit
gitignore gitignore-generator rust
Last synced: over 1 year ago
JSON representation
Quickly load .gitignore templates
- Host: GitHub
- URL: https://github.com/jewlexx/ignoreit
- Owner: jewlexx
- License: mit
- Created: 2022-02-08T05:28:04.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2024-10-19T19:40:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T09:32:56.110Z (almost 2 years ago)
- Topics: gitignore, gitignore-generator, rust
- Language: Rust
- Homepage:
- Size: 631 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ignore It
[](https://github.com/jewlexx/ignoreit/actions/workflows/rust.yml)
## Installation
[](https://repology.org/project/ignoreit/versions)
If you do not have access to these repositories you can install from crates.io:
```shell
cargo install ignoreit
```
## Help
```shell
ignoreit
Quickly load .gitignore templates
USAGE:
ignoreit [FLAGS] [ARGUMENTS]
FLAGS:
-h, --help Shows the help message
-V, --version Show version
COMMANDS:
help Shows the help message
list List all available templates
pull Pull a template from the repository
purge Purge gitignore cache
Thank you for using ignoreit by Juliette Cordor
```
## Usage
```shell
# List all possible templates
ignoreit list
# Pull the rust template
ignoreit pull rust
# Pull the rust template and save it to a custom location
ignoreit pull rust rust.ignore
```
**Developed with ❤️ by Juliette**