A tldr command implemented in fish
- Shell 100%
| img | Initial commit | |
| src | Remove the "continue" switches from download commands | |
| LICENSE | Initial commit | |
| README.md | Our exit function is called tldr_die() | |
TL;DR: 🐟
A tldr command implemented in fish.
Usage
Usage: tldr [OPTIONS] [COMMAND]
positional arguments are:
COMMAND get tldr page for COMMAND
optional arguments are:
-h, --help show this help message and exit
-V, --version show version information and exit
or:
-c WHEN, --colour=WHEN
colourise output;
WHEN can be ‘always’, ‘auto’ or ‘never’
-f FILE, --file=FILE render contents of a specific tldr file
-p PLATFORM, --platform=PLATFORM
set platform: ‘linux’, ‘osx’, ‘sunos’ or ‘windows’
-u, --update download updated tldr pages from tldr.sh
Requirements
fish
For updating the TLDR pages:
curl,wgetorwget2statandtouch(coreutils)bsdtar(libarchive) orunzip