File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ which you probably should.
52
52
### Stable Release
53
53
54
54
```
55
- wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.2 /pass-tessen-1.5.2 .tar.gz
56
- tar xvzf pass-tessen-1.5.2 .tar.gz
57
- cd pass-tessen-1.5.2
55
+ wget https://github.com/ayushnix/pass-tessen/releases/download/v1.5.3 /pass-tessen-1.5.3 .tar.gz
56
+ tar xvzf pass-tessen-1.5.3 .tar.gz
57
+ cd pass-tessen-1.5.3
58
58
sudo make install
59
59
```
60
60
Original file line number Diff line number Diff line change 18
18
# PROGRAM - the name of password-store, pass
19
19
20
20
# initialize the global variables
21
- TSN_VERSION=" 1.5.2 "
21
+ TSN_VERSION=" 1.5.3 "
22
22
TSN_PASSFILE=" "
23
23
declare -A TSN_PASSDATA_ARR
24
24
TSN_USERNAME=" "
@@ -166,11 +166,11 @@ tsn_die() {
166
166
167
167
# the help menu
168
168
tsn_help () {
169
- printf ' %s\n' " $PROGRAM ${0 ##*/ } - a fuzzy data selection interface for pass"
170
- printf ' %s\n' " Usage: $PROGRAM ${0 ##*/ } [-p|--preview] [-h|--help] [-v|--version]"
169
+ printf ' %s\n' " $PROGRAM tessen - a fuzzy data selection interface for pass"
170
+ printf ' %s\n' " Usage: $PROGRAM tessen [-p|--preview] [-h|--help] [-v|--version]"
171
171
printf ' \t%s\n' " -p, --preview: show preview of password data"
172
172
printf ' \t%s\n' " -h, --help: print this help menu"
173
- printf ' \t%s\n' " -v, --version: print the version of $PROGRAM ${0 ##*/ } "
173
+ printf ' \t%s\n' " -v, --version: print the version of $PROGRAM tessen "
174
174
printf ' %s\n' " For more details, visit https://github.com/ayushnix/pass-tessen"
175
175
}
176
176
@@ -185,7 +185,7 @@ while [[ "$#" -gt 0 ]]; do
185
185
exit 0
186
186
;;
187
187
-v | --version)
188
- printf ' %s\n' " $PROGRAM ${0 ##*/ } version $TSN_VERSION "
188
+ printf ' %s\n' " $PROGRAM tessen version $TSN_VERSION "
189
189
exit 0
190
190
;;
191
191
--)
You can’t perform that action at this time.
0 commit comments