LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

gitnr

Create .gitignore files from templates

TLDR

Create .gitignore for current directory
$ gitnr
copy
Create .gitignore for specific language
$ gitnr rust
copy
Create .gitignore with multiple templates
$ gitnr rust python node
copy
List available templates
$ gitnr --list
copy

SYNOPSIS

gitnr [options] [templates]

DESCRIPTION

gitnr creates .gitignore files using templates from the GitHub gitignore repository. It supports hundreds of templates for different languages, frameworks, and tools.The tool fetches templates from GitHub's official gitignore repository and combines multiple templates when needed.

PARAMETERS

-l, --list

List all available templates
-s, --search QUERY
Search for templates
-a, --append
Append to existing .gitignore
-o, --output FILE
Output to specific file
-f, --force
Overwrite existing file
-v, --version
Display version and exit
-h, --help
Display help and exit

AVAILABLE TEMPLATES

Common templates include:- Languages: rust, python, node, go, java- IDEs: vscode, intellij, vim- Tools: docker, terraform, ansible- OS: macos, windows, linux

INSTALL

brew install gitnr
copy
nix profile install nixpkgs#gitnr
copy

CAVEATS

Requires internet connection to fetch templates. GitHub API rate limits may apply. Some templates may need customization for specific project needs.

HISTORY

gitnr was created as a convenient way to generate .gitignore files without browsing the GitHub repository manually.

SEE ALSO

[gitignore](https://git-scm.com/docs/gitignore), [gitignore.io](https://www.toptal.com/developers/gitignore)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid