mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-31 02:00:47 +00:00
Update README and version.
This commit is contained in:
parent
2f201c56d5
commit
8637ce5ceb
15
README.org
15
README.org
@ -1,13 +1,16 @@
|
|||||||
* View Large File Improved
|
* View Large Files Improved
|
||||||
|
|
||||||
An Emacs mode that allows viewing files in chunks. This is a fork
|
An Emacs mode that allows viewing files in chunks. This is a fork
|
||||||
that builds on the GNU ELPA vlf.el. It adds the following
|
that builds on the bare bones GNU ELPA vlf.el. It adds the following
|
||||||
improvements:
|
improvements:
|
||||||
|
|
||||||
- by chunk search
|
- regular expression search on whole file (in constant memory
|
||||||
- chunk editing
|
determined by current batch size)
|
||||||
- options to jump to end or beginning of file
|
- 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
|
||||||
- ability to jump/insert given number of batches at once
|
- ability to jump/insert given number of batches at once
|
||||||
- ability to view newly added content if the file has grown meanwhile
|
- newly added content is acknowledged if file has changed size
|
||||||
|
meanwhile
|
||||||
- vlfi is added as an option when opening large files
|
- vlfi is added as an option when opening large files
|
||||||
|
|
||||||
|
2
vlfi.el
2
vlfi.el
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
|
;; Copyright (C) 2006, 2012, 2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Version: 0.5
|
;; Version: 0.6
|
||||||
;; 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user