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:
parent
538a9e6049
commit
a31be70613
18
README.org
18
README.org
@ -1,9 +1,13 @@
|
|||||||
* View Large Files Improved
|
* View Large Files Improved
|
||||||
|
|
||||||
An Emacs mode that allows viewing files in chunks. This is a fork
|
An Emacs mode that allows viewing, editing and searching in large
|
||||||
that builds on the bare bones GNU ELPA vlf.el. It adds the following
|
files in chunks. Batch size can be adjusted on the fly and bounds the
|
||||||
improvements:
|
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
|
||||||
|
the following improvements:
|
||||||
|
|
||||||
|
- 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
|
||||||
@ -12,11 +16,5 @@ improvements:
|
|||||||
- 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
|
||||||
meanwhile
|
meanwhile
|
||||||
|
- automatic scrolling of batches
|
||||||
- vlfi is added as an option when opening large files
|
- vlfi is added as an option when opening large files
|
||||||
|
|
||||||
* Known issues
|
|
||||||
|
|
||||||
- When chunk starts with only part of multi-byte character, encoding
|
|
||||||
for this chunk is clobbered visibly, don't edit/save in such case.
|
|
||||||
Workaround is to move back to the first non-clobbered chunk and
|
|
||||||
enlarge batch size until this chunk comes into range.
|
|
||||||
|
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.6
|
;; Version: 0.7
|
||||||
;; 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