A simple ncurses-based plain text reader written
Project description
Curses txt reader
About
A simple ncurses-based plain text reader written in python.
Instalation
From PyPI:
$ pip install curtxt-reader
From source:
$ git clone https://github.com/1256-bits/curses-txt-reader.git
$ cd curses-txt-reader
$ pip install .
Usage
Curses txt reader accepts text from both stdin via pipes
$ echo something | curtxt
and a (single) file
$ curtxt file.txt
When presented with both stdin and a file at the same time it will open the file. Curses txt reader does not accept multiple files. Use cat instead.
Controls:
- Arrow Up/Down - page up and down
- Q - quit
- B - toggle progress bar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
curtxt-reader-1.0.0.tar.gz
(15.5 kB
view hashes)
Built Distribution
Close
Hashes for curtxt_reader-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 860d7d0d626c450740f5f0978435c1a5d447e1a8e94fdca767df1fd4c301d2f2 |
|
MD5 | ac1f93494ff06c0e4370d81d78f847be |
|
BLAKE2b-256 | c4d01665ea6faa77717c1c1fd5802b4a329de03769e8f5c9c3092017f0b24b51 |