kas/tldr
1
3
Fork
You've already forked tldr
0
A tldr command implemented in fish
  • Shell 100%
2022年11月04日 08:47:35 +01:00
img Initial commit 2022年10月31日 16:56:04 +01:00
src Remove the "continue" switches from download commands 2022年11月04日 08:47:35 +01:00
LICENSE Initial commit 2022年10月31日 16:51:09 +01:00
README.md Our exit function is called tldr_die() 2022年11月02日 10:41:05 +01:00

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, wget or wget2
  • stat and touch (coreutils)
  • bsdtar (libarchive) or unzip