Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2.24 KB

File metadata and controls

53 lines (43 loc) · 2.24 KB

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 <hokada@student.42tokyo.jp>

License

"42cli" is under MIT license.