manly
v0.4.1
manly 是對手冊頁的讚美。
它很像explainshell(別擔心,那是explain-shell,而不是explains-hell)。
你的好朋友在他的點文件中有一個時髦的別名: 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 用戶儲存庫由 mpolidori 維護,網址為 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
確保在發送 Pull 請求之前在本地進行測試,使用:
$ pip install pytest
$ py.test