manly
v0.4.1
manly ist eine Ergänzung zu Manpages.
Es ähnelt sehr der Erklärung „explainshell“ (keine Sorge, das ist „explain-shell“ und nicht „explains-hell“).
Ihr guter Freund hat einen seltsamen Alias in seinen 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.
Kurz und bündig!
manly unterstützt Python 2 und 3
$ pip install manly
Ein inoffizielles Arch-Benutzer-Repository wird von mpolidori unter https://aur.archlinux.org/packages/manly/ verwaltet.
Ideen, Beiträge und alles andere sind willkommen!
$ git clone https://github.com/carlbordum/manly
$ cd manly
$ python -m venv manlyenv
$ . manlyenv/bin/activate
$ python manly.py
Stellen Sie sicher, dass Sie lokal testen, bevor Sie eine Pull-Anfrage senden, indem Sie Folgendes verwenden:
$ pip install pytest
$ py.test