Skip to content

ozkanpakdil/big-file-editor

Repository files navigation

Windows:Windows CI Linux:linux build Macos:Macos CI

This project's aim is to help who needs to open up a big/large file (more than GB) and help to browse on it.

simple demo from linux machine. http://youtu.be/nYun58jPUtw

if you want to download compiled version visit https://github.com/ozkanpakdil/big-file-editor/releases

Implemented Tasks

  • Ctrl+O open a very big/large file.
  • mouse wheel and scroll down in the file.
  • Ctrl+L and go to line(this ability can be improved).
  • PageUp key PageDown key or arrow keys for reading file line by line or pageSize pageSize.
  • Ctrl+Shift+F go to end of file.
  • Change file and save it.
  • Ctrl+F search in the file.
  • Ctrl+Shift+H replace in the file.

How to compile in windows check here.