Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4nm1tsu/42cli
command line tool for 42 intra.
https://github.com/4nm1tsu/42cli
Last synced: 2 months ago
JSON representation
command line tool for 42 intra.
- Host: GitHub
- URL: https://github.com/4nm1tsu/42cli
- Owner: 4nm1tsu
- License: mit
- Created: 2020-06-06T05:08:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T12:29:59.000Z (over 4 years ago)
- Last Synced: 2024-05-19T01:52:50.565Z (8 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-42 - 42cli - Python. (42 API / CLIs)
README
# 42cli
command line tool for 42 intra.
Icons made by Dave Gandy from www.flaticon.com# Requirement
* Python3.8.2# Installation
```pip install fortytwocli```# FAQ
## how to activate shell completion?
Here is activation script.
```
eval "$(_42_COMPLETE=source_bash 42)"
```
If you use zsh, you just need to replace `source_bash` with `source_zsh`.# Author
hokada
<># License
"42cli" is under [MIT license](https://en.wikipedia.org/wiki/MIT_License).