Bash script for copying and autotyping data from password-store, gopass or prs.

release: bump version to 2.2.1

+4 -4
+3 -3
README.md
··· 90 90 ### Stable Release 91 91 92 92 ``` 93 - curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.0/tessen-2.2.0.tar.gz 94 - tar xvzf tessen-2.2.0.tar.gz 95 - cd tessen-2.2.0/ 93 + curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.1/tessen-2.2.1.tar.gz 94 + tar xvzf tessen-2.2.1.tar.gz 95 + cd tessen-2.2.1/ 96 96 sudo make install 97 97 ``` 98 98
+1 -1
tessen
··· 681 681 } 682 682 683 683 main() { 684 - local -r tsn_version="2.2.0" 684 + local -r tsn_version="2.2.1" 685 685 # parse arguments because they have the highest priority 686 686 # make the values supplied to -p, -d, and -a as readonly 687 687 local _opt