No description
  • Rust 74.2%
  • Shell 25.8%
Find a file
2023-04-30 18:12:47 +01:00
src upgrade to clap v4 2023-04-30 18:12:47 +01:00
.gitignore Initial functionality complete. 2021-06-05 17:44:14 +01:00
Cargo.lock upgrade to clap v4 2023-04-30 18:12:47 +01:00
Cargo.toml upgrade to clap v4 2023-04-30 18:12:47 +01:00
LICENSE Add LICENSE 2021-06-08 17:24:57 +00:00
PKGBUILD Added PKGBUILD for arch linux. 2021-06-08 18:46:48 +01:00
README.md . 2022-07-19 14:04:05 +01:00

gitnore

This CLI utility uses gitignore.io to create a suitable gitignore, given a list of templates.

Examples

$ gitnore --help
gitnore 0.1.0
Samuel Collins <samuel.collins@live.co.uk>
Quickly generate gitignore files from a terminal.

USAGE:
    gitnore [FLAGS] [OPTIONS] <templates|--completions <completions>|--complete-template <complete-template>>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information
        --verbose

OPTIONS:
        --completions <completions>    Generate completions for a specified shell. [possible values: bash, fish, zsh]
        --out <out>

ARGS:
    <templates>...    A list of gitignore templates to use.
$ gitnore --verbose python VisualStudioCode
Templates selected: python,VisualStudioCode
Retrieving gitignore...
Writing gitignore to file...
Done.