Update README to remove ncurses as dependency

This commit is contained in:
Night Kaly 2024-11-05 20:02:20 +00:00
parent ece4178645
commit d67e01086c
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM

View file

@ -13,17 +13,17 @@ Consider this project incomplete and WIP!
| File details | X | | | File details | X | |
| File icons! | X | | | File icons! | X | |
| Searching for files | | | | Searching for files | | |
| Sorting | | | | Sorting | X | |
| Marking and marking operations | | | | Marking and marking operations | | |
| Other operations on files | | | | Other operations on files | | |
| Image previews | | | | Image previews | X | |
| Help | X | | | Help | X | |
| History | | | | History | | |
| Bookmarks | | | | Bookmarks | | |
| Bulk rename | | | | Bulk rename | | |
## Features added that are not in [fff](https://github.com/night0721/fff): ## Features added that are not in [fff](https://github.com/night0721/fff):
- File preview (without highlighting) - File preview
# Usage # Usage
``` ```
@ -93,7 +93,6 @@ p: execute paste/move/delete/bulk_rename
``` ```
# Dependencies # Dependencies
- ncurses
- Any [Nerd Font](https://www.nerdfonts.com/) for file icons (optional, but turned on by default) - Any [Nerd Font](https://www.nerdfonts.com/) for file icons (optional, but turned on by default)
# Building # Building