tessen

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

commit 46cedab4ea6ba252a3181147ce7bd7a702f7633e
parent a11debec0c7fd8e2bef74064438d5c4599ecbbce
Author: Ayush Agarwal <ayush@fastmail.in>
Date:   Mon, 20 Sep 2021 02:13:50 +0530

add an option to perform autotype AND copy

To mitigate possible inaccuracies while autotyping, an option to let the
user perform autotyping AND copying of a key-value pair at the same
time has been added.

Of course, this doesn't work if the user selects `autotype` in the 2nd
stage menu. I guess I'll change the text of that key for clarity.

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

diff --git a/tessen b/tessen @@ -112,6 +112,9 @@ key_menu() { exit 0 elif [[ "${ACTION-}" == "copy" ]]; then wld_copy "$_KEY" + elif [[ "${ACTION-}" == "both" ]]; then + auto_type "$_KEY" + wld_copy "$_KEY" elif [[ -z "${ACTION-}" ]]; then tmp_key="$_KEY" get_key opt_key_list