From d67e01086c5e02146c321e7403d1c6384acbfd05 Mon Sep 17 00:00:00 2001 From: night0721 Date: Tue, 5 Nov 2024 20:02:20 +0000 Subject: [PATCH] Update README to remove ncurses as dependency --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbb9b40..5abfffb 100644 --- a/README.md +++ b/README.md @@ -13,17 +13,17 @@ Consider this project incomplete and WIP! | File details | X | | | File icons! | X | | | Searching for files | | | -| Sorting | | | +| Sorting | X | | | Marking and marking operations | | | | Other operations on files | | | -| Image previews | | | +| Image previews | X | | | Help | X | | | History | | | | Bookmarks | | | | Bulk rename | | | ## Features added that are not in [fff](https://github.com/night0721/fff): -- File preview (without highlighting) +- File preview # Usage ``` @@ -93,7 +93,6 @@ p: execute paste/move/delete/bulk_rename ``` # Dependencies -- ncurses - Any [Nerd Font](https://www.nerdfonts.com/) for file icons (optional, but turned on by default) # Building