diff --git a/README.md b/README.md index 47ffe7f..04a2f3c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ccc -`ccc` is a rewrite of [fff](https://github.com/night0721/fff) in C aiming for usefulness and speed. +`ccc` is a rewrite of [fff](https://github.com/bogdan-the-great/fff) in C aiming for usefulness, size and speed with no dependency. The fact that it is written in C makes it more versatile and rapid, enabling us to add features that were previously ruled out due to time complexity. You may call it a `soft fork`. @@ -21,7 +21,7 @@ Consider this project incomplete and WIP! | Bookmarks | | | | Bulk rename | | | -## Features added that are not in [fff](https://github.com/night0721/fff): +## Features added that are not in [fff](https://github.com/bogdan-the-great/fff): - File preview # Usage @@ -92,8 +92,8 @@ p: execute paste/move/delete/bulk_rename ``` # Dependencies -- libsixel - Any [Nerd Font](https://www.nerdfonts.com/) for file icons (optional, but turned on by default) +- libsixel (Optional) # Building You will need to run these with elevated privilages. diff --git a/config.h b/config.h index f2c347d..8abe623 100644 --- a/config.h +++ b/config.h @@ -1,6 +1,7 @@ #define PATH_MAX 4096 /* Max length of path */ + /* Settings */ -static int panel_height = 1; /* panel height */ +static int panel_height = 1; /* Panel height */ static int jump_num = 14; /* Length of ctrl + u/d jump */ static int decimal_place = 1; /* Number of decimal places size can be shown */