diff --git a/README.md b/README.md index 5269185..6433d78 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ GUI scripts for popular cli tools, based on dialog and fzf - `g` - for managing git repo - `s` - for managing systemd services - `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 diff --git a/lk b/lk index e5721f0..6861289 100755 --- a/lk +++ b/lk @@ -2,7 +2,7 @@ clear && echo Listen to keys... while true; do -clear && echo Listen to keys... +echo Listen to keys... read -rsn1 input if [ "$input" = "a" ]; then a