manly
v0.4.1
manly は man ページに対する褒め言葉です。
これは Explainshell によく似ています (ご心配なく、これは Explain-Hell ではなく Explain-Shell です)。
あなたの親友は、ドットファイルにファンキーなエイリアスを持っています: alias alert="notify-send -i terminal -t 5 'Alert from Terminal!'"
:
$ manly notify-send -it
notify-send - a program to send desktop notifications
=====================================================
-t, --expire-time=TIME
The duration, in milliseconds, for the notification to appear on screen.
(Ubuntu's Notify OSD and GNOME Shell both ignore this parameter.)
-i, --icon=ICON[,ICON...]
Specifies an icon filename or stock icon to display.
短くて甘い!
manly は Python 2 と 3 をサポートしています
$ pip install manly
非公式の Arch ユーザー リポジトリは、mpolidri によって https://aur.archlinux.org/packages/manly/ で管理されています。
アイデア、貢献、その他すべてを歓迎します。
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
以下を使用してプル リクエストを送信する前に、必ずローカルでテストしてください。
$ pip install pytest
$ py.test