https://github.com/limitedeternity/textreader
Reader for extra-large text files
https://github.com/limitedeternity/textreader
electron electron-app electronjs node reader text
Last synced: about 2 months ago
JSON representation
Reader for extra-large text files
- Host: GitHub
- URL: https://github.com/limitedeternity/textreader
- Owner: limitedeternity
- License: mit
- Created: 2018-01-07T18:57:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T19:25:01.000Z (almost 7 years ago)
- Last Synced: 2025-08-20T12:10:48.972Z (10 months ago)
- Topics: electron, electron-app, electronjs, node, reader, text
- Language: JavaScript
- Size: 293 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

> Reading 1GB+ text files...? Speak no more!
**TextReader** is an Electron-based utility for reading extra-large text files.
It reads files by small pieces (1000 bytes each) so you can take a peek into them without loading to memory.
## Screenshot

## Getting started:
* Check out [Releases](https://github.com/limitedeternity/TextReader/releases) and download package corresponding to your OS and architecture.
## Building from source:
1) `npm ci`
2) `npm run build-{mac|linux|win}`
## Meta
> Logo is designed by [@psikoz](https://github.com/psikoz)
Marise Hayashi – [Other projects](https://limitedeternity.github.io/)
Distributed under the MIT license. See ``LICENSE`` for more information.
[@limitedeternity](https://github.com/limitedeternity)
## Contributing
1. [Fork it](https://github.com/limitedeternity/TextReader/fork)
2. Commit your changes
3. Create a new Pull Request