diff --git a/README.md b/README.md index 74ef081..760b2b2 100644 --- a/README.md +++ b/README.md @@ -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") + tldr markdown screenshot ### License diff --git a/tldr b/tldr index 69f228f..4f051f5 100755 --- a/tldr +++ b/tldr @@ -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 diff --git a/tldr-customize.jpg b/tldr-customize.jpg index bc8b984..cab9845 100644 Binary files a/tldr-customize.jpg and b/tldr-customize.jpg differ diff --git a/tldr-page.jpg b/tldr-page.jpg index 52620d7..4d94986 100644 Binary files a/tldr-page.jpg and b/tldr-page.jpg differ