summaryrefslogtreecommitdiff
path: root/tessen
AgeCommit message (Expand)Author
2022-03-05refactor: `tessen -v` prints just the version numAyush Agarwal
2022-03-05feat: consider `dmenu` as a valid dmenu backendAyush Agarwal
2022-03-05release: change version to unreleased devAyush Agarwal
2022-03-02release: bump version to 2.0.2v2.0.2Ayush Agarwal
2022-03-02fix: if sleep is terminated, terminate the pgrpAyush Agarwal
2022-03-02fix: don't clear the clipboard in trap functionAyush Agarwal
2022-03-01release: bump version to 2.0.1v2.0.1Ayush Agarwal
2022-03-01fix: don't clear clipboard when autotypingAyush Agarwal
2022-02-24refactor: don't use `$0`Ayush Agarwal
2022-02-24fix: don't check the size of the selected fileAyush Agarwal
2022-02-18fix: set default values after argparse and configAyush Agarwal
2022-02-18fix: parse the config file after argparseAyush Agarwal
2022-02-18fix: don't parse the config file separatelyAyush Agarwal
2022-02-18fix: parse config file options conditionallyAyush Agarwal
2022-02-18refactor: make the config file regex more strictAyush Agarwal
2022-02-18fix: don't spam the terminal when using fuzzelAyush Agarwal
2022-02-18fix: rofi and wofi need individual variablesAyush Agarwal
2022-02-18fix: don't expand dmenu options as a single stringAyush Agarwal
2022-02-17refactor: simplify the code using shfmtAyush Agarwal
2022-02-16refactor: find default pass and dmenu backendsAyush Agarwal
2022-02-16refactor: setup validation for pass and dmenuAyush Agarwal
2022-02-16refactor: clear the clipboard when necessaryAyush Agarwal
2022-02-16docs: mention support for gopass in the help menuAyush Agarwal
2022-02-16refactor: trap the INT signal as wellAyush Agarwal
2022-02-16refactor!: initialize sane defaults, parse argsAyush Agarwal
2022-02-16feat: parse the config file for tessenAyush Agarwal
2022-02-16refactor: better response when validating actionAyush Agarwal
2022-02-16feat: add support for gopass when copying dataAyush Agarwal
2022-02-16refactor: offload otp handling to key_otpAyush Agarwal
2022-02-16refactor!: remove support for $BROWSERAyush Agarwal
2022-02-16refactor: key_url isn't needed anymoreAyush Agarwal
2022-02-16feat: add support for OTP when using gopassAyush Agarwal
2022-02-16refactor: fix behavior when url is selectedAyush Agarwal
2022-02-16refactor!: don't show autotype when action is copyAyush Agarwal
2022-02-16feat!: use the first non-unique keyAyush Agarwal
2022-02-16feat: add support for gopass in the 1st menuAyush Agarwal
2022-02-16refactor: make the pass prefix localAyush Agarwal
2022-02-16feat!: add support for configuration fileAyush Agarwal
2022-02-16chore: change email addressAyush Agarwal
2022-02-16refactor: use /usr/bin/env bashAyush Agarwal
2022-02-11docs: use consistent case in help menuAyush Agarwal
2022-01-24userkey search uses regex to find field (#11)Jerzy Drozdz
2022-01-17release: bump version to 1.3.1v1.3.1Ayush Agarwal
2022-01-17fix: return empty value if backend is unrecognizedAyush Agarwal
2022-01-16release: revamp the README, bump version of tessenv1.3.0Ayush Agarwal
2022-01-16refactor: change the order of dmenu backendAyush Agarwal
2022-01-16style: use consistent case, fix grammarAyush Agarwal
2022-01-16refactor: use only one printfAyush Agarwal
2022-01-16refactor: change the find_backend functionAyush Agarwal
2022-01-16refactor: change the setup_backend functionAyush Agarwal