summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-18docs: tessen is now available in GNU GuixAyush 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-05docs: update CHANGELOG.md to showcase f940209Ayush Agarwal
2022-03-05chore: update fish completion and default configAyush Agarwal
2022-03-05docs: update man pages to point out f940209Ayush 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-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