https://github.com/teramako/ccviewer
Console Comic Viewer
https://github.com/teramako/ccviewer
console-app csharp sixel
Last synced: 11 months ago
JSON representation
Console Comic Viewer
- Host: GitHub
- URL: https://github.com/teramako/ccviewer
- Owner: teramako
- License: mit
- Created: 2025-05-18T13:34:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T14:34:43.000Z (about 1 year ago)
- Last Synced: 2025-06-07T00:09:36.077Z (12 months ago)
- Topics: console-app, csharp, sixel
- Language: C#
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCViewer
Concole Comic Viewer

## Syntax
```
ccv [ { -j | --jcomic } ] [ { -p | --page } ] path/to/.zip
ccv [ { -j | --jcomic } ] [ { -p | --page } ] path/to/directory
ccv [ { -j | --jcomic } ] [ { -p | --page } ] path/to/image file [path/to/image file ...]
```
| Option | Type | Default | Description |
|:------------------|:--------|:--------|:-----------------------------------------------------|
| `-p`, `--page` | int | 1 | Page number to display (starting with 1)")] |
| `-j`, `--jcommic` | switch | false | Japanese Commic Mode (Page direction: Right to Left) |
## Key bindings
| Key | Description |
|:---------------------|:----------------------------------------------|
| `q` | Quit |
| `n`, `Ctrl+n` | Move Next page |
| `N` | Move Next page (force single page) |
| `p`, `Ctrl+p` | Move Previous page |
| `P` | Move Previous page (force single page) |
| `Esc`, `r`, `Ctrl+r` | Re-rendering the current page(s) |
| `s` | Re-rendering (force single page) |
| `^` | Move the first page |
| `$` | Move the last page |
| `m` | Toggle Page mode |
| `:` | Enter the comand mode |
### Command mode
- _num_: Jump to page number of _num_ (absolute)
- `+` _num_: Jump to the advanced page by _num_ (relative)
- `-` _num_: Jump to the previous page by _num_ (relative)