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
- Host: GitHub
- URL: https://github.com/xvezda/docker-manpages
- Owner: Xvezda
- License: wtfpl
- Created: 2021-05-06T08:18:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T08:42:55.000Z (about 4 years ago)
- Last Synced: 2025-02-05T20:06:50.505Z (3 months ago)
- Topics: docker, docker-images, man, manpages, manual
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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