Avoid clear for lk

This commit is contained in:
Digital Studium 2024-04-01 07:51:44 +03:00
parent cdfa82061b
commit 27c262d45d
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ GUI scripts for popular cli tools, based on dialog and fzf
- `g` - for managing git repo - `g` - for managing git repo
- `s` - for managing systemd services - `s` - for managing systemd services
- `r` - for running named commands from ~/.aliases.txt file - `r` - for running named commands from ~/.aliases.txt file
- `e` - open `lf` file manager
- `lk` - listen for keys above (except `r`)
See [Screenshots](#screenshots) section See [Screenshots](#screenshots) section

2
lk
View File

@ -2,7 +2,7 @@
clear && echo Listen to keys... clear && echo Listen to keys...
while true; do while true; do
clear && echo Listen to keys... echo Listen to keys...
read -rsn1 input read -rsn1 input
if [ "$input" = "a" ]; then if [ "$input" = "a" ]; then
a a