manly
v0.4.1
viril est un compliment aux pages de manuel.
C'est un peu comme expliquershell (ne vous inquiétez pas, c'est expliquer-shell, pas explique-enfer).
Votre bon ami a un alias génial dans ses fichiers dot : 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.
Court et doux !
viril prend en charge Python 2 et 3
$ pip install manly
Un référentiel d'utilisateurs Arch non officiel est maintenu par mpolidori à l'adresse https://aur.archlinux.org/packages/manly/.
Les idées, contributions et tout le reste sont les bienvenus !
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
Assurez-vous de tester localement avant d'envoyer une Pull Request en utilisant :
$ pip install pytest
$ py.test