summaryrefslogtreecommitdiff
path: root/tessen
AgeCommit message (Expand)Author
2021-11-29fix(release): bump tessen to version 1.2.3v1.2.3Ayush Agarwal
2021-11-29fix: don't check for the presence of oathtoolAyush Agarwal
2021-11-15fix: exit if file is empty or decryption failsv1.2.2Ayush Agarwal
2021-11-14fix: use tabs instead of spaces in Makefilev1.2.1Ayush Agarwal
2021-11-14docs: improve README, bump release to 1.2.0v1.2.0Ayush Agarwal
2021-11-14refactor: improve help menu, consistent printfAyush Agarwal
2021-11-14refactor: custom autotype, better copyingAyush Agarwal
2021-11-14feat: add functions to deal with otp and urlAyush Agarwal
2021-11-14refactor: improve validation checksAyush Agarwal
2021-11-14refactor: make the key selection modularAyush Agarwal
2021-11-14refactor: change the 2nd and 3rd menuAyush Agarwal
2021-11-14feat: parse otp, username, allow more char in keysAyush Agarwal
2021-11-14fix: don't proceed if selected file is emptyAyush Agarwal
2021-11-14feat: add global variables for more featuresAyush Agarwal
2021-11-08refactor: don't use upper case global variablesAyush Agarwal
2021-11-08refactor: disable shell "strict" modeAyush Agarwal
2021-11-06release: bump the version to 1.1.2v1.1.2Ayush Agarwal
2021-11-06fix: don't parse the 'username' and 'password' keyAyush Agarwal
2021-09-22fix the semver, should pay more attentionv1.1.1Ayush Agarwal
2021-09-21no need to use unset when there's localv1.1.0Ayush Agarwal
2021-09-21add support for wofi as a backendAyush Agarwal
2021-09-21fix the semver stupidity and prepare v1.0 releasev1.0.0Ayush Agarwal
2021-09-21replace name with parameter expanded variableAyush Agarwal
2021-09-20update the help menuAyush Agarwal
2021-09-20don't use notifications for errorsAyush Agarwal
2021-09-20don't panic if libnotify isn't installedAyush Agarwal
2021-09-20make 1st autotype message clearerAyush Agarwal
2021-09-20disable debug mode to prevent leaking datav0.6.2Ayush Agarwal
2021-09-20add an option to perform autotype AND copyv0.6.1Ayush Agarwal
2021-09-20replace -t and -c with a single option, -av0.6.0Ayush Agarwal
2021-09-20bump up the version of tessenAyush Agarwal
2021-09-20remove obsolete global varsAyush Agarwal
2021-09-20thanks to cbb35e4, simplify key selection in mainAyush Agarwal
2021-09-20fix the backend validation logicv0.5.1Ayush Agarwal
2021-09-20revamp of the key selection and action menusv0.5.0Ayush Agarwal
2021-09-20reorganize global variables, changes in commentsAyush Agarwal
2021-09-20make the help menu simplerAyush Agarwal
2021-09-20modified the argparse menu using argbashAyush Agarwal
2021-09-20copyright details added to tessenAyush Agarwal
2021-09-17change the license to GPLv2+v0.4.2Ayush Agarwal
2021-09-17fix the parameter expansion to parse valuesv0.4.1Ayush Agarwal
2021-09-08some code refactoring doneAyush Agarwal
2021-09-08add validation check for PASSFILE and CHOICEAyush Agarwal
2021-09-08fix the order of validation checksAyush Agarwal
2021-09-08removed the code for fzf backendv0.4.0Ayush Agarwal
2021-09-08made the help menu betterAyush Agarwal
2021-09-08add trap and reorganize global varsAyush Agarwal
2021-09-08created func for backend and clip_time validationAyush Agarwal
2021-09-08reorganize the copy and autotype functionsAyush Agarwal
2021-09-08create `clean` and `die` functionAyush Agarwal