View online manual pages straight from the terminal.
 
 
Go to file
theophine savio theodore. 43ac66dbd8 no webp? bruh 2022-06-23 21:55:46 +05:30
.assets no webp? bruh 2022-06-23 21:55:46 +05:30
Makefile initial commit 2022-06-12 15:08:33 +05:30
README.md no webp? bruh 2022-06-23 21:55:46 +05:30
mantra fzf integration 2022-06-23 20:39:13 +05:30

README.md

mantra.py

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

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