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
- Vim-like key binding
- File Preview
Consider this project incomplete and WIP!
| Feature | Ported | Dropped | Added |
|---------|:------:|:-------:|:-----:|
| Standard movement | X | | |
| Advanced movement (jumps) | | | |
| Searching | | | |
| File preview | | | X |
| Sorting | | | |
| Marking and marking operations | | | |
| Other operations on files | | | |
| File details | | | |
| Image previews | | | |
| Help | | | |
| History | | | |
| Bookmarks | | | |
| Bulk rename | | | |
| Workspaces | | | |
| Workspaces | | | |
## Installation
| Feature | Ported | Dropped | Added |
|--------------------------------|:------:|:-------:|:-----:|
| Standard movement | X | | |
| Advanced movement (jumps) | X | | |
| Searching | | | |
| File preview | | | X |
| Sorting | | | |
| Marking and marking operations | | | |
| Other operations on files | | | |
| File details | X | | |
| Image previews | | | |
| Help | | | |
| History | | | |
| Bookmarks | | | |
| Bulk rename | | | |
| Workspaces | | | |
### Dependencies
@ -37,8 +37,10 @@ Consider this project incomplete and WIP!
### Building
You may need to run these with elevated privilages.
You will need to run these with elevated privilages.
```
make install
```sh
$ git clone https://github.com/piotr-marendowski/ccc
$ make
# make install
```