manly
v0.4.1
manly는 매뉴얼 페이지에 대한 칭찬입니다.
이것은 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 사용자 저장소는 https://aur.archlinux.org/packages/manly/에서 mpolidori에 의해 유지 관리됩니다.
아이디어, 기여 및 기타 모든 것을 환영합니다!
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
다음을 사용하여 Pull Request를 보내기 전에 로컬에서 테스트해야 합니다.
$ pip install pytest
$ py.test