An open API service indexing awesome lists of open source software.

https://github.com/xvezda/docker-manpages

:page_facing_up: Add cross-platform man to your shell
https://github.com/xvezda/docker-manpages

docker docker-images man manpages manual

Last synced: about 1 month ago
JSON representation

:page_facing_up: Add cross-platform man to your shell

Awesome Lists containing this project

README

        

# manpages

Trying to fill missing pieces from the original [manpages by petrem](https://hub.docker.com/r/petrem/manpages).

[Docker hub](https://hub.docker.com/r/xvezda/manpages)

## Usage

I'm using `extman` which is shorthand for _extra manual_ or _extended manual_ or whatever..

```sh
echo "alias extman='docker run --rm -it xvezda/manpages man'" >> ~/.bash_profile
```

will do the trick.

```sh
extman strace # Read strace manual on any platform
```

## License

@Xvezda [WTFPL](http://www.wtfpl.net/) License