tessen

default description
git clone https://git.awy.one/tessen.git
Log | Files | Refs | README | LICENSE

commit da2887c6cc536e85082c1686c9c6df25af7d37b8
parent 0cd63ae55b6a0bf0725c24b90f73995b856cf5f2
Author: Ayush Agarwal <ayushnix@fastmail.com>
Date:   Tue,  1 Mar 2022 18:46:42 +0530

fix: don't clear clipboard when autotyping

fixes #21

Diffstat:
Mtessen | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/tessen b/tessen @@ -444,14 +444,10 @@ auto_type_def() { esac done fi - _clear - exit 0 } auto_type() { printf "%s" "$1" | wtype -s "$tsn_delay" - - _clear - exit 0 } # POTENTIAL IMPROVEMENT: We could restore the clipboard as it was before pass