manly
v0.4.1
viril é um elogio às páginas de manual.
É muito parecido com o explicar (não se preocupe, isso é explicar o shell, não explica o inferno).
Seu bom amigo tem um apelido estranho em seus dotfiles: 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.
Curto e doce!
suporta principalmente Python 2 e 3
$ pip install manly
Um repositório de usuários Arch não oficial é mantido por mpolidori em https://aur.archlinux.org/packages/manly/.
Ideias, contribuições e tudo mais são bem-vindos!
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
Certifique-se de testar localmente antes de enviar uma solicitação pull usando:
$ pip install pytest
$ py.test