GitXplorerGitXplorer
p

sman

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5c3ede0c28a10b0432cd177c915e97e757c4f707

Add comments

committed 5 years ago
Unverified
34029bf51fdfe47e28811df32b696caa6f961ed2

Make zcat optional dependency

committed 5 years ago
Unverified
33aa7ac0a19a092d127bf79871ea7174c8d1cfeb

Write errors to stderr

committed 5 years ago
Unverified
d973667761f1dc40c77b7ac4577df7ea112ab58b

Update dependencies

committed 5 years ago
Unverified
a239e81d07cf3fe7a1f3ff443d93274c5b105b27

Use default $MANPATH when $MANPATH is not set

committed 5 years ago
Unverified
d435670124576f2d2838829fbfc59e1e01856b46

Add 'cat' as fallback pager

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