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
|
## 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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue