gitignore cli
Project description
gitignore cli python(giig)
milestone
- gitignore api 호출해서 gitignore 출력
- gitignore api 호출해서
.gitignore파일 생성 - 검색 기능
- 리스트 출력 기능
- default 추가 기능
installation
git clone https://github.com/ksundong/gitignore-cli-py.git
python3 setup.py install
또는
pip3 install giigd
how to use
giig [-h|--help]로 도움말을 볼 수 있습니다.
$ giig --help
Usage: giig [OPTIONS] COMMAND [ARGS]...
Options:
-v, --version Show version
-h, --help Show this message and exit.
Commands:
list Show a list of the ignorable items
make Make .gitignore
search Fuzzy search in ignorable items
show Show api results
option
-h,--help옵션은 도움말을 보여줍니다.-v,--help옵션을 사용하면 버전을 알 수 있습니다.
command
list
이 커맨드는 gitignore.io의 적용가능한 목록들을 불러옵니다. (출력 엄청 많음)
search
이 커맨드는 검색 키워드(1개)를 인자로 받아 관련성이 높은 item들을 보여줍니다.
show
이 커맨드는 인자로 item들을 받아서 터미널에 내용을 출력해줍니다.
make
이 커맨드는 인자로 item들을 받아서 .gitignore 파일을 만들어줍니다.
make option
-a 로 기존 파일에 덧붙일 수 있습니다.
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
giigd-0.0.3.tar.gz
(3.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
giigd-0.0.3-py3-none-any.whl
(3.4 kB
view details)
File details
Details for the file giigd-0.0.3.tar.gz.
File metadata
- Download URL: giigd-0.0.3.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
524ab37d26e75a5e816531690a4d5a3dd12ab310e954e16f80c326663b5e9d26
|
|
| MD5 |
0a47ed4bd1fb21a12184e4f39823358c
|
|
| BLAKE2b-256 |
07adc70f317a001c0063a558cf995b09a122da9c7ed6392a306bfc707b1b94fd
|
File details
Details for the file giigd-0.0.3-py3-none-any.whl.
File metadata
- Download URL: giigd-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
489ee55482ce9afca61745a35bd765109c595c091419a68f66ffde80cc38ac38
|
|
| MD5 |
1319d44a86bac42f39182d7be4893335
|
|
| BLAKE2b-256 |
b941ff76ebea91c223e2df3f1e523647d67cadbaf336c62ca9338dead7eea769
|