Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# 42cli









GitHub issues
GitHub forks
GitHub stars
GitHub license

PyPI - Python Version


PyPI


PyPI


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).