better table

This commit is contained in:
Night Kaly 2024-03-12 20:54:25 +00:00
parent b497735ee6
commit 2f46ef959a
No known key found for this signature in database
GPG key ID: 8E829D3381CFEBBE

View file

@ -6,27 +6,27 @@ The fact that it is written in C makes it more versatile and rapid, enabling us
## Features ## Features
- Vim-like key binding
- File Preview
Consider this project incomplete and WIP! Consider this project incomplete and WIP!
| Feature | Ported | Dropped | Added | | Feature | Ported | Dropped | Added |
|---------|:------:|:-------:|:-----:| |--------------------------------|:------:|:-------:|:-----:|
| Standard movement | X | | | | Standard movement | X | | |
| Advanced movement (jumps) | | | | | Advanced movement (jumps) | X | | |
| Searching | | | | | Searching | | | |
| File preview | | | X | | File preview | | | X |
| Sorting | | | | | Sorting | | | |
| Marking and marking operations | | | | | Marking and marking operations | | | |
| Other operations on files | | | | | Other operations on files | | | |
| File details | | | | | File details | X | | |
| Image previews | | | | | Image previews | | | |
| Help | | | | | Help | | | |
| History | | | | | History | | | |
| Bookmarks | | | | | Bookmarks | | | |
| Bulk rename | | | | | Bulk rename | | | |
| Workspaces | | | | | Workspaces | | | |
| Workspaces | | | |
## Installation
### Dependencies ### Dependencies
@ -37,8 +37,10 @@ Consider this project incomplete and WIP!
### Building ### Building
You may need to run these with elevated privilages. You will need to run these with elevated privilages.
``` ```sh
make install $ git clone https://github.com/piotr-marendowski/ccc
$ make
# make install
``` ```