2017-02-06 04:48:48 +01:00
|
|
|
# tldr-bash-client
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-22 06:26:25 +01:00
|
|
|
* version 0.1a
|
2017-02-07 15:05:38 +01:00
|
|
|
* https://github.com/pepa65/tldr-bash-client
|
|
|
|
|
2017-02-22 17:06:21 +01:00
|
|
|
### Bash client for tldr: community driven man-by-example
|
2017-02-05 18:00:42 +01:00
|
|
|
**A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html)
|
|
|
|
client for the [tldr](https://github.com/rprieto/tldr/) project, providing
|
|
|
|
poignant examples of terminal commands.**
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-22 06:40:02 +01:00
|
|
|
<img alt="tldr list screenshot" src="tldr-list.jpg" title="tldr list" width="600" />
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-06 20:16:54 +01:00
|
|
|
This client can render both the old and the new tldr markup format.
|
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
## Installation
|
|
|
|
Download the tldr bash script to the install location:
|
2016-01-04 07:00:35 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
```bash
|
|
|
|
location=/usr/local/bin/tldr # elevated privileges needed for some locations
|
2017-02-06 05:22:33 +01:00
|
|
|
sudo wget -qO $location https://raw.githubusercontent.com/pepa65/tldr-bash-client/master/tldr
|
2017-02-05 18:00:42 +01:00
|
|
|
sudo chmod +x $location
|
|
|
|
```
|
2016-01-04 07:00:35 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
If the location is not in $PATH, you need to specify the path to run it.
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-22 16:56:07 +01:00
|
|
|
Alternately, you can do `sudo bpkg-install pepa65/tldr` if you have
|
|
|
|
[bpkg](https://github.com/bpkg/bpkg) installed.
|
|
|
|
|
2017-02-22 06:40:02 +01:00
|
|
|
<img alt="tldr page gif" src="tldr-page.gif" title="tldr page" />
|
2017-02-22 06:46:53 +01:00
|
|
|
[](<img alt="tldr page screenshot" src="tldr-page.jpg" title="tldr page" width="600" />)
|
2017-02-06 04:28:38 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
### Prerequisites
|
2017-02-05 18:19:38 +01:00
|
|
|
coreutils, less, grep, unzip, curl / wget
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-06 04:26:01 +01:00
|
|
|
<img alt="tldr usage screenshot" src="tldr-usage.jpg" title="tldr usage" width="600" />
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
## Customisation
|
|
|
|
The colors and other styling of the 5 elements of tldr pages can be modified
|
|
|
|
either by editing the first few lines of the scipt, or by setting the following
|
|
|
|
environment variables:
|
2017-02-06 03:05:12 +01:00
|
|
|
* TLDR_TITLE_STYLE (defaults to: Newline Space Bold Yellow)
|
|
|
|
* TLDR_DESCRIPTION_STYLE (defaults to: Space Yellow)
|
|
|
|
* TLDR_EXAMPLE_STYLE (defaults to: Newline Bold Green)
|
|
|
|
* TLDR_CODE_STYLE (defaults to: Space Bold Blue)
|
|
|
|
* TLDR_VALUE_STYLE (defaults to: Bold Cyan)
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
Also the error color and page expiry can easily be set:
|
2017-02-06 03:05:12 +01:00
|
|
|
* TLDR_ERROR_COLOR (defaults to: Red)
|
|
|
|
* TLDR_EXPIRY (defaults to: 60)
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-06 04:26:01 +01:00
|
|
|
<img alt="tldr customize screenshot" src="tldr-customize.jpg" title="tldr customize" width="600" />
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
## Contributing
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
Please file an issue for a question, a bug or a feature request.
|
|
|
|
Or even better, send a pull request!
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-22 11:59:51 +01:00
|
|
|
[tldr-bash-client github page](http://github.com/pepa65/tldr-bash-client "github.com/pepa65/tldr-bash-client")
|
2017-02-06 04:48:48 +01:00
|
|
|
|
2017-02-06 04:26:01 +01:00
|
|
|
<img alt="tldr markdown screenshot" src="tldr-markdown.jpg" title="tldr markdown" width="600" />
|
2016-01-04 06:33:47 +01:00
|
|
|
|
2017-02-05 18:00:42 +01:00
|
|
|
### License
|
|
|
|
|
|
|
|
Relicensed under GPL v3+
|
2017-02-06 20:16:54 +01:00
|
|
|
|
|
|
|
<img alt="tldr new markdown screenshot" src="tldr-markdown-new.jpg" title="tldr new markdown" width="600" />
|