An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

TextReader

> 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

![Screenshot1](http://i64.tinypic.com/23u4ryf.png)

## 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