mirror of
https://github.com/m00natic/vlfi.git
synced 2025-11-11 04:15:38 +00:00
Compare commits
62 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54927afb8f | ||
|
|
f14ef6ce9e | ||
|
|
1dcd12288b | ||
|
|
641ff4b961 | ||
|
|
681d3d94fc | ||
|
|
ba439de0f6 | ||
|
|
b34bd2e5fb | ||
|
|
1589cf9736 | ||
|
|
83eb8a586b | ||
|
|
e3be8d5d98 | ||
|
|
5aef3e1c27 | ||
|
|
ca8ba42ec4 | ||
|
|
a31be70613 | ||
|
|
538a9e6049 | ||
|
|
469900878d | ||
|
|
473536e050 | ||
|
|
74febeb183 | ||
|
|
fc689d5c88 | ||
|
|
3fb898e83a | ||
|
|
f1ade8106c | ||
|
|
e67895afc4 | ||
|
|
4cbefdeeca | ||
|
|
9fad430601 | ||
|
|
6ea7a2aa1e | ||
|
|
705f9ce0eb | ||
|
|
b52ca6c044 | ||
|
|
8637ce5ceb | ||
|
|
2f201c56d5 | ||
|
|
d5f2a36086 | ||
|
|
cedd0b4e82 | ||
|
|
c14c7f00ce | ||
|
|
f23262e826 | ||
|
|
8f6299c6c2 | ||
|
|
8787186619 | ||
|
|
24675d8741 | ||
|
|
e115e7e56a | ||
|
|
7985f0f453 | ||
|
|
a3c405fd37 | ||
|
|
56134a8281 | ||
|
|
2525ebf069 | ||
|
|
c4f87f9ec7 | ||
|
|
467154ad06 | ||
|
|
06108220e2 | ||
|
|
5405a30de4 | ||
|
|
f3132c0970 | ||
|
|
db3d2af04a | ||
|
|
995a7a0988 | ||
|
|
1948f3ea4e | ||
|
|
0ff2f3eb9b | ||
|
|
03f323337b | ||
|
|
9abee0425a | ||
|
|
80ca6b638b | ||
|
|
8a33dbfb89 | ||
|
|
e387ed5f09 | ||
|
|
c36db11b86 | ||
|
|
ab20671a93 | ||
|
|
ac382e90dc | ||
|
|
670561e811 | ||
|
|
88cf03caba | ||
|
|
8e65e13dd9 | ||
|
|
090cebc2ab | ||
|
|
748fd1406e |
25
README.org
25
README.org
@@ -1,12 +1,21 @@
|
||||
* View Large File Improved
|
||||
* View Large Files Improved
|
||||
|
||||
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
|
||||
improvements:
|
||||
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.
|
||||
|
||||
- by chunk search
|
||||
- options to jump to end or beginning of file
|
||||
This mode 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
|
||||
determined by current batch size)
|
||||
- chunk editing (if size has changed, saving is done in constant
|
||||
memory determined by current batch size)
|
||||
- occur like indexing
|
||||
- options to jump to beginning, end or arbitrary file chunk
|
||||
- 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
|
||||
- automatic scrolling of batches
|
||||
- vlfi is added as an option when opening large files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user