Create .gitignore files from CLI.
Project description
ignorepy
Generate a .gitignore from the command line.
Installation
Install with pip:
pip install ignorepy
Usage
After installing run:
ignorepy tag1 tag2 tag3
A .gitignore file will be generated from gitignore.io with the specified tags and copied to the clipboard.
Additionally pass -s
ignorepy tag1 tag2 tag3 -s
and the tags will be saved as default tag. Then the program can be called with
ignorepy
and the default tags will be automatically loaded.
Additionally pass -f
ignorepy tag1 tag2 tag3 -f
and instead of being copied to the clipboard the .gitignore file will be written to .gitignore in the current working directory.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ignorepy-0.1.0.tar.gz
(4.3 kB
view hashes)