|
1 | 1 | ## The main repo is now on Gitlab: https://gitlab.com/pepa65/tldr-bash-client !!
|
2 | 2 | # tldr-bash-client
|
3 |
| -* version 0.39 |
| 3 | + |
| 4 | +* version 0.44 |
4 | 5 |
|
5 | 6 | ### Bash client for tldr: community driven man-by-example
|
6 | 7 | **A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html)
|
@@ -28,7 +29,7 @@ If the location is not in $PATH, you need to specify the path to run it.
|
28 | 29 | ### Prerequisites
|
29 | 30 | coreutils, grep, unzip, curl / wget, less (optional)
|
30 | 31 |
|
31 |
| -<img alt="tldr find screenshot" src="tldr-find.jpg" title="tldr find" width="600" /> |
| 32 | +<img alt="tldr search screenshot" src="tldr-search.jpg" title="tldr search" width="600" /> |
32 | 33 |
|
33 | 34 | ## Output customisation
|
34 | 35 | <img alt="tldr customize screenshot" src="tldr-customize.jpg" title="tldr customize" width="600" />
|
@@ -64,13 +65,15 @@ Color/BG (Newline and Space also allowed) for error and info messages
|
64 | 65 | * TLDR_INFO_COLOR (defaults to: Newline Space Green)
|
65 | 66 |
|
66 | 67 | How many days before freshly downloading a potentially stale page
|
67 |
| -* TLDR_EXPIRY (defaults to: 60) |
68 |
| - |
| 68 | +* TLDR_EXPIRY (defaults to 7) |
69 | 69 | Alternative location of pages cache
|
70 | 70 | * TLDR_CACHE (not set by default)
|
71 |
| - |
72 |
| -Instead of `less`, use `cat` for output (automatic if less not available) |
73 |
| -* TLDR_LESS (not set by default; if set to *0* `cat` will be used) |
| 71 | +Usage of 'less' or 'cat' for output (set to '0' for cat) |
| 72 | +* TLDR_LESS (*1* by default; if set to *0* `cat` will be used) |
| 73 | +Force current OS |
| 74 | +* TLDR_OS (overrides what is read by `uname -s`) |
| 75 | +Force preferred language: ISO639 format (2 lowercase letters) |
| 76 | +* TLDR_LANG (not set by default, $LANG is used from environment) |
74 | 77 |
|
75 | 78 | <img alt="tldr list screenshot" src="tldr-list.jpg" title="tldr list" width="600" />
|
76 | 79 |
|
@@ -108,7 +111,7 @@ coreutils, sed, grep, find
|
108 | 111 | Please file an issue for a question, a bug or a feature request.
|
109 | 112 | Or even better, send a pull request!
|
110 | 113 |
|
111 |
| -[tldr-bash-client github page](http://github.com/pepa65/tldr-bash-client "github.com/pepa65/tldr-bash-client") |
| 114 | +[tldr-bash-client gitlab page](http://gitlab.com/pepa65/tldr-bash-client "gitlab.com/pepa65/tldr-bash-client") |
112 | 115 |
|
113 | 116 | ### License
|
114 | 117 |
|
|
0 commit comments