Skip to content

jewlexx/ignoreit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ignore It

Rust

Installation

Packaging status

If you do not have access to these repositories you can install from crates.io:

cargo install ignoreit

Help

ignoreit

Quickly load .gitignore templates

USAGE:
   ignoreit [FLAGS] <COMMAND> [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

# 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