gitig

Crates.iogitig
lib.rsgitig
version0.3.1
sourcesrc
created_at2020-11-29 11:08:38.208449
updated_at2023-04-13 06:45:49.134585
descriptionA cli utility to manage gitignore files easily
homepage
repositoryhttps://git.schneider-hosting.de/schneider/gitig
max_upload_size
id317722
size81,450
Schneider (gitschneider)

documentation

README

gitig - Simple gitignore management

Build Status

gitig helps you to manage your .gitignore files more easily.

When starting a new project, gitig will be there for you to download an example gitignore file for your project from GitHub. Check gitig list-templates to find all available templates and download it with gitig get {template}.

During the project there will be always some files, which need to be ignored. Don't waste time with opening .gitignore in your editor and add a line there, just gitig add {file} and you're done. When ignoring concrete files, your shell will be there for you to complete the full filename.

For more info check the help with gitig help

Commit count: 0

cargo fmt