https://github.com/arkaeriit/evenmorelua
An terminal-based text reader
https://github.com/arkaeriit/evenmorelua
c lua text-reader
Last synced: 2 months ago
JSON representation
An terminal-based text reader
- Host: GitHub
- URL: https://github.com/arkaeriit/evenmorelua
- Owner: Arkaeriit
- License: mit
- Created: 2019-08-06T15:36:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T15:24:45.000Z (about 4 years ago)
- Last Synced: 2025-01-28T01:27:18.196Z (4 months ago)
- Topics: c, lua, text-reader
- Language: Lua
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# evenmorelua
A terminal text reader.This program is an alternative to the standard "more" program mean to read text in a terminal window.
This program let you choose the color theme you want and include word-warping to ensure a comfortable reading experience.

## Installation
To install evenmorelua you need the library cursedLua, available here: https://github.com/Arkaeriit/cursedLua.When the library is installed, this just use:
```bash
make && sudo make install
```## User manual
To use it do `envenmorelua file.txt` to display file.txt or do `some-commands | evemorelua` to read the result from some-commands in the nice display from evenmorelua.Use up/down and page-up/page-down to navigate in a file.
Use left/right to change the text color and use the keys 'b' and 'n' to change the background color.
Use the key 'p' to show your position in the text.
Use the key 'q' to quit