Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 785 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 785 Bytes

Ignarly

A simple command line tool to quickly generate a .gitignore file, using Github's gitignore templates.

Installation and usage

  1. dotnet tool install -g Ignarly
  2. ignarly

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Roadmap

  • filter selection menu
  • overwrite protection
  • error handling
  • standalone package for homebrew/AUR/apt etc.
  • command line arguments
  • add tests
  • change output file name/directory
  • add global and community subdirectories
  • option to strip comments/empty lines
  • option to append to existing .gitignore file
  • select multiple templates/merge duplicates
  • user templates
  • fuzzy search for command line arguments