|
||
---|---|---|
.assets | ||
Makefile | ||
README.md | ||
mantra |
README.md
mantra.py

View online manual pages (from https://man.archlinux.org) from the terminal.
Rewrite of mantra in Python.
Note
mantra
is never meant to be a man
alternative. mantra
is a tool to view manpages of a command without downloading and installing the whole package.
Dependencies
- Python
- BeautifulSoup4
- fzf
Installation
- Manual way:
git clone https://codeberg.org/theooo/mantra.py.git
cd mantra.py/
sudo make install
or
sudo curl -sL "https://codeberg.org/theooo/mantra.py/raw/branch/main/mantra" -o /usr/local/bin/mantra
sudo chmod +x /usr/local/bin/mantra
- AUR:
yay -S mantra
Usage
usage: mantra.py [-h] [-k] [-d]
View online manual pages (from https://man.archlinux.org) from the terminal.
options:
-h, --help show this help message and exit
-k , --keyword keyword
-d, --download