Thumbnail

rani/cscroll.git

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

commit 64d29420f4bf7275d55d9a4a22eb98c4d0e189ef Author: Raniconduh <clagv.randomgames@gmail.com> Date: Mon Oct 04 21:52:49 2021 +0000 Update README.md diff --git a/README.md b/README.md index ce36ba2..b075040 100644 --- a/README.md +++ b/README.md @@ -156 +157 @@ If an argument is provided, cscroll will open the path supplied. Otherwise it wi  * `l` or `right arrow key`: Enter the directory the cursor is currently on  * `g`: Place cursor on first file  * `G`: Place cursor on last file +* `.`: Toggle whether or not to show dot files  * `q`: Quit     @@ -245 +255 @@ cscroll has one dependency: ncurses. To compile cscroll, you must install `libnc    On Debian and Ubuntu based system, this should be titled `libncurses-dev` and may be installed with `sudo apt install libncurses-dev`.   -Then run `make` to compile. +Then run `make` to compile. The program will then be accessible by running `./cscroll`.