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

Update README and bump version.

This commit is contained in:
Andrey Kotlarski 2013-04-16 15:56:10 +03:00
parent f14ef6ce9e
commit 54927afb8f
2 changed files with 4 additions and 3 deletions

View File

@ -4,14 +4,15 @@ 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 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. memory that is to be used for operations on the file.
This is a fork that builds on the bare bones GNU ELPA vlf.el. It adds This mode builds on the bare bones GNU ELPA vlf.el. It adds the
the following improvements: following improvements:
- proper dealing with Unicode - proper dealing with Unicode
- regular expression search on whole file (in constant memory - regular expression search on whole file (in constant memory
determined by current batch size) determined by current batch size)
- chunk editing (if size has changed, saving is done in constant - chunk editing (if size has changed, saving is done in constant
memory determined by current batch size) memory determined by current batch size)
- occur like indexing
- options to jump to beginning, end or arbitrary file chunk - options to jump to beginning, end or arbitrary file chunk
- ability to jump/insert given number of batches at once - ability to jump/insert given number of batches at once
- newly added content is acknowledged if file has changed size - newly added content is acknowledged if file has changed size

View File

@ -2,7 +2,7 @@
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc. ;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
;; Version: 0.7 ;; Version: 0.8
;; Keywords: large files, utilities ;; Keywords: large files, utilities
;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com> ;; Authors: 2006 Mathias Dahl <mathias.dahl@gmail.com>
;; 2012 Sam Steingold <sds@gnu.org> ;; 2012 Sam Steingold <sds@gnu.org>