better table
This commit is contained in:
parent
b497735ee6
commit
2f46ef959a
1 changed files with 24 additions and 22 deletions
20
README.md
20
README.md
|
@ -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) | | | |
|
||||
| Advanced movement (jumps) | X | | |
|
||||
| Searching | | | |
|
||||
| File preview | | | X |
|
||||
| Sorting | | | |
|
||||
| Marking and marking operations | | | |
|
||||
| Other operations on files | | | |
|
||||
| File details | | | |
|
||||
| File details | X | | |
|
||||
| Image previews | | | |
|
||||
| Help | | | |
|
||||
| History | | | |
|
||||
| Bookmarks | | | |
|
||||
| Bulk rename | | | |
|
||||
| Workspaces | | | |
|
||||
| Workspaces | | | |
|
||||
|
||||
## Installation
|
||||
|
||||
### 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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue