Thumbnail

rani/cscroll.git

Clone URL: https://git.buni.party/rani/cscroll.git

commit f51507cd19e88fa63f72103eb35a2fa6a93b058a Author: rani <clagv.randomgames@gmail.com> Date: Sat Aug 27 21:34:09 2022 +0000 Update README.md diff --git a/README.md b/README.md index 7e9afe3..3beefe5 100644 --- a/README.md +++ b/README.md @@ -357 +358 @@ File colors can also be customized. ([see variables](#variables))  * `-nc`: Turn off coloring. cscroll will run in black and white mode  * `-ni`: (If compiled with icons) turn off icons on start  * `-l`: Display files in long mode (file mode, owner, group, size, modification time) -* `-h`, `--help`: Show the help screen +* `--help`: Show the help screen +* `--oneshot`: cscroll will print the files and exit, acting as if it were `ls`. The `-p` option will have no effect in oneshot mode.    ### Commands   @@ -566 +578 @@ File colors can also be customized. ([see variables](#variables))  * `!`: Run a shell command ([see shell commands](#shell-commands))  * `q`: Quit   +A mouse click will move the cursor to file that was clicked on. If the cursor was already on that file, it will be opened or cscroll will enter it if it is a directory. +  #### Options Prompt    An options prompt will pop up in the center of the screen with text at the top of the pop-up and one or more options at the bottom. To move the cursor to the left, any of the left or up keys will work. To move it to the right, any of the down or right keys (except for enter) will work. To select the current option, press either the space bar or the enter key. The `q` key will quit the prompt without selecting an option.