1
0
mirror of https://github.com/m00natic/vlfi.git synced 2025-01-18 20:10:47 +00:00
vlfi/README.org

21 lines
836 B
Org Mode
Raw Normal View History

2013-04-13 23:10:47 +03:00
* View Large Files Improved
2013-04-14 19:55:39 +03:00
An Emacs mode that allows viewing, editing and searching in large
files in chunks. Batch size can be adjusted on the fly and bounds the
memory that is to be used for operations on the file.
2013-02-02 16:12:30 +02:00
2013-04-14 19:55:39 +03:00
This is a fork that builds on the bare bones GNU ELPA vlf.el. It adds
the following improvements:
- proper dealing with Unicode
2013-04-13 23:10:47 +03:00
- regular expression search on whole file (in constant memory
determined by current batch size)
- chunk editing (if size has changed, saving is done in constant
memory determined by current batch size)
- options to jump to beginning, end or arbitrary file chunk
2013-02-02 16:12:30 +02:00
- ability to jump/insert given number of batches at once
2013-04-13 23:10:47 +03:00
- newly added content is acknowledged if file has changed size
meanwhile
2013-04-14 19:55:39 +03:00
- automatic scrolling of batches
2013-02-02 16:12:30 +02:00
- vlfi is added as an option when opening large files