manly
v0.4.1
manly es un complemento a las páginas man.
Es muy parecido a explicar shell (no te preocupes, eso es explicar shell, no explica infierno).
Tu buen amigo tiene un alias original en sus archivos de puntos: 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.
¡Corto y bueno!
varonil es compatible con Python 2 y 3
$ pip install manly
Mpolidori mantiene un repositorio de usuarios de Arch no oficial en https://aur.archlinux.org/packages/manly/.
¡Ideas, aportaciones y todo lo demás es bienvenido!
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
Asegúrese de realizar la prueba localmente antes de enviar una solicitud de extracción usando:
$ pip install pytest
$ py.test