summaryrefslogtreecommitdiff
path: root/tessen
AgeCommit message (Expand)Author
2023-03-20feat: use a custom config file for fuzzelAyush Agarwal
2023-03-19refactor: use auto_type procedureAyush Agarwal
2023-03-19chore: don't reveal selected file nameAyush Agarwal
2023-03-19refactor: use gopass ls -f instead of clusterfuckAyush Agarwal
2023-03-19style: global vars should be uppercaseAyush Agarwal
2023-03-18chore: remove redundant commentsAyush Agarwal
2023-03-18feat: implement custom keyboard shortcutsAyush Agarwal
2023-03-18refactor: release version should be a local varAyush Agarwal
2023-03-18chore: remove copyright year and update email IDAyush Agarwal
2022-12-29fix: copy action for new gopass config format (#37)Sanoob Pattanath
2022-12-22release: bump version to 2.1.3, update CHANGELOGv2.1.3Ayush Agarwal
2022-12-22chore: remove redundant copyright yearAyush Agarwal
2022-12-22fix: parse new gopass config outputSanoob Pattanath
2022-08-05license: update copyright year in license headerAyush Agarwal
2022-08-05feat: add support for tofi as a dmenu backendAyush Agarwal
2022-08-05chore: update git forge links in help menuAyush Agarwal
2022-07-08license: fix SPDX license identifierAyush Agarwal
2022-04-26refactor: don't assume default valuesAyush Agarwal
2022-04-25fix: use a generic message in notificationAyush Agarwal
2022-04-02release: bump version to 2.1.2, update CHANGELOGv2.1.2Ayush Agarwal
2022-04-02fix: parse action from config fileAyush Agarwal
2022-03-21release: bump version to 2.1.1, update CHANGELOGv2.1.1Ayush Agarwal
2022-03-21fix: prefix the mount name to the list of filesAyush Agarwal
2022-03-21chore: remove unnecessary commentsAyush Agarwal
2022-03-08release: bump the version of tessen to 2.1.0v2.1.0Ayush Agarwal
2022-03-08fix: set the cache file to `/dev/null`Ayush Agarwal
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