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

release: bump version to 2.2.3

+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.2/tessen-2.2.2.tar.gz 94 - tar xvzf tessen-2.2.2.tar.gz 95 - cd tessen-2.2.2/ 93 + curl -LO https://git.sr.ht/~ayushnix/tessen/refs/download/v2.2.3/tessen-2.2.3.tar.gz 94 + tar xvzf tessen-2.2.3.tar.gz 95 + cd tessen-2.2.3/ 96 96 sudo make install 97 97 ``` 98 98
+1 -1
tessen
··· 684 684 } 685 685 686 686 main() { 687 - local -r tsn_version="2.2.2" 687 + local -r tsn_version="2.2.3" 688 688 # parse arguments because they have the highest priority 689 689 # make the values supplied to -p, -d, and -a as readonly 690 690 local _opt