Commit c1e818e 1 parent 8fcf07f commit c1e818e Copy full SHA for c1e818e
File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# tldr-bash-client
2
2
3
- * version 0.47
3
+ * version 0.48
4
4
5
5
### Bash client for tldr: community driven man-by-example
6
6
** A fully-functional [ bash] ( https://tiswww.case.edu/php/chet/bash/bashtop.html )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set +vx -o pipefail
3
3
[[ $- = * i* ]] && echo " Don't source this script!" && return 1
4
- version=' 0.47 '
5
- # tldr-bash-client version 0.44
4
+ version=' 0.48 '
5
+ # tldr-bash-client version 0.48
6
6
# Bash client for tldr: community driven man-by-example
7
7
# - forked from Ray Lee, https://github.com/raylee/tldr
8
8
# - modified and expanded by pepa65: https://gitlab.com/pepa65/tldr-bash-client
@@ -205,7 +205,7 @@ Config(){
205
205
Init_term
206
206
[[ $TLDR_LESS = 0 ]] &&
207
207
trap ' cat <<<"$stdout"' EXIT ||
208
- trap ' less -~RXQFP"Browse up/down, press Q to exit " <<<"$stdout"' EXIT
208
+ trap ' less -Gg - ~RXQFP"Browse up/down, press Q to exit " <<<"$stdout"' EXIT
209
209
210
210
ver=" tldr-bash-client version $version$XB ${URL} https://gitlab.com/pepa65/tldr-bash-client$XURL "
211
211
@@ -357,7 +357,7 @@ Display_tldr(){
357
357
done < " $1 "
358
358
[[ $TLDR_LESS = 0 ]] &&
359
359
trap ' cat <<<"$stdout"' EXIT ||
360
- trap ' less + Gg -~RXQFP"%pB\% tldr $I$page$XI - browse up/down, press Q to exit" <<<"$stdout"' EXIT
360
+ trap ' less - Gg -~RXQFP"%pB\% tldr $I$page$XI - browse up/down, press Q to exit" <<<"$stdout"' EXIT
361
361
}
362
362
363
363
# $1: exit code; Uses: platform index
You can’t perform that action at this time.
0 commit comments