diff --git a/README.md b/README.md index e5cce4e..3cd2b97 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Note that this also means the selection list will persist even if all instances `cfiles` also uses `$HOME/.local/share/Trash/files` as the Trash Directory, so make sure this directory exists before you try to delete a file. -For storing bookmarks, `cfiles` uses `$HOME/.cache/cfiles/bookmarks` file. Bookmarks are stored in the form `:`. You can either edit this file directly +For storing bookmarks, `cfiles` uses `$HOME/.cache/cfiles/bookmarks` file. Bookmarks are stored in the form `:`. You can either edit this file directly or press `m` in `cfiles` to add new bookmarks. `cfiles` looks for external scripts in the `$HOME/.cache/cfiles/scripts` directory. Make sure the scripts are executable before moving them to the scripts directory. @@ -98,4 +98,7 @@ a similar UI. - [x] Add color support - [x] Add bookmarks - [x] Add ability to run external scripts +- [ ] Remove hardcoded paths +- [ ] Use dynamic allocation wherever static arrays are used +- [ ] Replace `system()` by safer functions - [ ] Refactor Code diff --git a/cf.c b/cf.c index 5318a8b..f1b6ffe 100644 --- a/cf.c +++ b/cf.c @@ -1,9 +1,9 @@ /* - __ _ _ - ___ / _(_) | ___ ___ - / __| |_| | |/ _ \/ __| - | (__| _| | | __/\__ \ - \___|_| |_|_|\___||___/ + __ _ _ + ___ / _(_) | ___ ___ + / __| |_| | |/ _ \/ __| +| (__| _| | | __/\__ \ + \___|_| |_|_|\___||___/ */ diff --git a/config.h b/config.h index 46e5c6a..2998ea6 100644 --- a/config.h +++ b/config.h @@ -24,7 +24,7 @@ /* - Change your keybindings in this section + Change your keybindings in this section */ // Go to the end of the current directory