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

17 lines
634 B
Org Mode
Raw Normal View History

2013-04-13 23:10:47 +03:00
* View Large Files Improved
An Emacs mode that allows viewing files in chunks. This is a fork
2013-04-13 23:10:47 +03:00
that builds on the bare bones GNU ELPA vlf.el. It adds the following
2013-02-02 16:12:30 +02:00
improvements:
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-02-02 16:12:30 +02:00
- vlfi is added as an option when opening large files