summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01ci: run actions only when changes made to `tessen`Ayush Agarwal
2022-03-01docs: update CHANGELOG.mdAyush 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-24docs: add notes about emulated input on waylandAyush Agarwal
2022-02-19docs: update the README, bump version to 2.0.0v2.0.0Ayush Agarwal
2022-02-19docs: add CHANGELOG.mdAyush Agarwal
2022-02-19refactor: add optional patch to set explicit pathsAyush Agarwal
2022-02-19build: allow minimal installation with MakefileAyush Agarwal
2022-02-19feat: update completion for bash and fishAyush Agarwal
2022-02-19docs: add man page for the config file of tessenAyush Agarwal
2022-02-19docs: update the man page for tessenAyush Agarwal
2022-02-18feat: add default config file for tessenAyush 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-17chore: add -s option to shfmtAyush 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