CLI for gitignore.io
Project description
gitignore
Python 3 gitignore fetcher based on gitignore.io
Install
# pip3 install giig
Usage
usage: giig [-h] [--list] [--search SEARCH] [--file [FILE]] [lang [lang ...]]
Download .gitignore files from gitignore.io
positional arguments:
lang language, IDE or OS to include in the .gitignore file
optional arguments:
-h, --help show this help message and exit
--list, -l list all language, IDE or OS options
--search SEARCH, -s SEARCH
search list of options and print matches
--file [FILE], -f [FILE]
specify which file to write to
Print list
Print list of all possible options for gitignore.io
giig -l
Search
Search for specific term (e.g. python)
giig -s python
Print to stdout
giig python
Write .gitignore file
giig -f -- python
Use custom file
giig -f custom-file.txt python
Use as library
import giig
# get list of languages, IDEs, etc.
giig.get_list()
# get list of languages, IDEs, etc.
giig.search(term)
# get gitignore for one/several languages, IDEs, etc.
# where options is a list of terms
giig.get_ignore(options)
Todo
- make giig print to stdout without
-f
- add cache (don't need to query gitignore.io everytime)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
giig-0.3.2.tar.gz
(3.4 kB
view details)
File details
Details for the file giig-0.3.2.tar.gz
.
File metadata
- Download URL: giig-0.3.2.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef368e27649169e98c2f6dbec8a482ce6e0404b949e61a175e71474e14aa5611 |
|
MD5 | de62f09b698f782224ac5d4b0c43e47c |
|
BLAKE2b-256 | fc1e82c2c259a7c99f099b7dc53eb0efcf49bc47c77b3ece0dc6e546024ee7d4 |