Skip to content

Commit b1fad6d

Browse files
authored
Merge branch 'master' into patch-1
2 parents 2dbdfc8 + 1869338 commit b1fad6d

7 files changed

+230
-179
lines changed

README.md

+11-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## The main repo is now on Gitlab: https://gitlab.com/pepa65/tldr-bash-client !!
22
# tldr-bash-client
3-
* version 0.39
3+
4+
* version 0.44
45

56
### Bash client for tldr: community driven man-by-example
67
**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.
2829
### Prerequisites
2930
coreutils, grep, unzip, curl / wget, less (optional)
3031

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" />
3233

3334
## Output customisation
3435
<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
6465
* TLDR_INFO_COLOR (defaults to: Newline Space Green)
6566

6667
How many days before freshly downloading a potentially stale page
67-
* TLDR_EXPIRY (defaults to: 60)
68-
68+
* TLDR_EXPIRY (defaults to 7)
6969
Alternative location of pages cache
7070
* 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)
7477

7578
<img alt="tldr list screenshot" src="tldr-list.jpg" title="tldr list" width="600" />
7679

@@ -108,7 +111,7 @@ coreutils, sed, grep, find
108111
Please file an issue for a question, a bug or a feature request.
109112
Or even better, send a pull request!
110113

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")
112115

113116
### License
114117

0 commit comments

Comments
 (0)