https://github.com/tech-chad/cutev
command line text viewer using curses
https://github.com/tech-chad/cutev
Last synced: 10 months ago
JSON representation
command line text viewer using curses
- Host: GitHub
- URL: https://github.com/tech-chad/cutev
- Owner: tech-chad
- License: mit
- Created: 2020-06-10T02:48:58.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-04T02:35:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T07:25:20.011Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## cutev
command line text viewer using curses
### Usage:
```
usage: cutev [-h] [-l] filename [filename ...]
positional arguments:
filename file name(s) to view
optional arguments:
-h, --help show this help message and exit
-l, --linenumbers show line numbers
```
### Commands:
- ```q``` to quit
- ```Arrow Up``` move one line up
- ```Arrow Down``` move one line down
- ```Arrow Right``` scroll right if line is wider than screen
- ```Arrow Left``` scroll left
- ```Page Up``` move one page up
- ```Page Down``` move one page down
- ```g``` Enter line number to go to
- ```l``` Show line numbers
- ```ctrl-n``` Next open file
- ```ctrl-b``` Previous open file
- ```ctrl-x``` Close current open file
- ```ctrl-a``` Close all files except current