Updated description

This commit is contained in:
pepa65 2017-02-22 23:06:21 +07:00
parent 5ae02bbd82
commit ec2877da19
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@
* version 0.1a
* https://github.com/pepa65/tldr-bash-client
### Bash client for tldr: community driven man-by-example
**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.**

View File

@ -1,7 +1,7 @@
{
"name": "tldr-bash-client",
"version": "0.1a",
"description": "A fully-functional bash client for the tldr project, providing poignant examples of terminal commands",
"description": "Bash client for tldr: community driven man-by-example",
"global": "true",
"install": "make install",
"uninstall": "make uninstall",

3
tldr
View File

@ -3,8 +3,7 @@ set +vx -o pipefail
[[ $- = *i* ]] && echo "Don't source this script!" && return 1
VERSION='0.1a'
# tldr-bash-client version 0.1a
# A fully-functional bash client for the tldr project, providing
# poignant examples of terminal commands.
# Bash client for tldr: community driven man-by-example
# - forked from Ray Lee, http://github.com/raylee/tldr
# - modified and expanded by pepa65: http://github.com/pepa65/tldr-bash-client
# Requiring: coreutils, less, grep, unzip, curl/wget