Skip to content

limitedeternity/TextReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Getting started:

  • Check out 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

Marise Hayashi – Other projects

Distributed under the MIT license. See LICENSE for more information.

@limitedeternity

Contributing

  1. Fork it
  2. Commit your changes
  3. Create a new Pull Request