GitXplorerGitXplorer
p

sman

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4967c1e22c2a72f18bec38603cd21342fac71658

Support eqn, tbl, refer and col

committed 5 years ago
Unverified
a9e14c39c18cfeee4b2cbd5cfbe7c851c377f9c1

Convert tabs to spaces

committed 5 years ago
Unverified
045bd1b24d22010b62619a55aac380ec4187cff2

Use all escape sequences in less, not only ASCII

committed 5 years ago
Unverified
5caa2e617e90209d4fb1c61549cff08213d850fc

Fix color in less on some systems

committed 5 years ago
Unverified
7b5e2c1744c90c46f288c0bc6ce9d91d87bc866e

Remove col -x as it is not supported on some systems

committed 5 years ago
Unverified
c21192fabb11d814046d964a9f9f06b7e946b19c

Fix pager detection

committed 5 years ago

README

The README file for this repository.

sman

simple man command written in shell

Install

git clone https://github.com/PaperMountainStudio/sman
cd sman
cp sman /usr/local/share/bin/

If you want to use sman using command man:

ln -s /usr/local/share/bin/man /usr/local/share/bin/sman

Usage

Show man page for sh

sman sh

Show man page for sh in section 1

sman 1 sh