tompickering / mantra

Man-page bookmarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N.B. This project is still in development; many core features are not yet complete or may be implemented differently in the first 'user-ready' release.

Mantra

This is an ncurses-based terminal application to browse and bookmark man pages.

Why?

Two main reasons:
1:

$ man bash | wc -l
3408

2:
"Ah, that looks like a cool utility! I'll have to remember to read up on that later." Promptly forgets

Requirements

liblmdb-dev libncursesw5-dev

Installation

$ make
$ sudo make install

For those interested, the specific mantra referred to by the name is 'RTFM', which of course stands for 'Read the Full Manual' ;)

About

Man-page bookmarker

License:GNU General Public License v3.0


Languages

Language:C 99.4%Language:Makefile 0.6%