Renamed repo, adapted readme and customize screenshot

This commit is contained in:
pepa65 2017-02-06 10:48:48 +07:00
parent b5e5b6ebf5
commit 3fb1415934
4 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# tldr (bash)
# tldr-bash-client
**A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html)
client for the [tldr](https://github.com/rprieto/tldr/) project, providing
@ -45,6 +45,8 @@ Also the error color and page expiry can easily be set:
Please file an issue for a question, a bug or a feature request.
Or even better, send a pull request!
[This tldr-bash-client github page](http://github.com/pepa65/tldr-bash-client "github.com/pepa65/tldr-bash-client")
<img alt="tldr markdown screenshot" src="tldr-markdown.jpg" title="tldr markdown" width="600" />
### License

2
tldr
View File

@ -3,7 +3,7 @@ set +x -o pipefail
[[ $- == *i* ]] && echo "Don't source this script!" && return 1
# Bash tldr client
# forked from Ray Lee, http://github.com/raylee/tldr
# modified and expanded by pepa65: http://github.com/pepa65/tldr
# modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client
# Requiring: coreutils, less, grep, unzip, curl/wget
# The 5 elements in TLDR markup that can be styled with these colors and

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 44 KiB