2010-08-13 11:28:32 +02:00
|
|
|
Small list of planned features/changes, in no particular order.
|
|
|
|
Suggestions are always welcome.
|
2007-07-29 10:50:48 +00:00
|
|
|
|
|
|
|
|
|
|
|
- Add export/import feature for filelists
|
|
|
|
* Also comparing two filelists
|
|
|
|
|
|
|
|
- Improve browser interface
|
2009-04-05 15:06:00 +02:00
|
|
|
* Option to display number of files
|
2007-07-29 10:50:48 +00:00
|
|
|
* Mutt-like status bar?
|
2010-08-13 11:28:32 +02:00
|
|
|
* More information in file info window:
|
|
|
|
> dev, ino, mode, gid, uid, mtime, atime, number of files
|
2008-09-10 14:22:27 +00:00
|
|
|
|
|
|
|
- Add custom key bindings
|
|
|
|
* Using a config file (/etc/ncdurc, ~/.ncdurc)
|
|
|
|
* Running external commands on the selected file
|
|
|
|
|
2009-04-05 15:06:00 +02:00
|
|
|
- Improved sorting configuration
|
|
|
|
* Sort by number of files
|
2010-08-13 11:28:32 +02:00
|
|
|
* Use one key to open up a menu with sort options, instead of having a
|
|
|
|
special key for each column
|
2009-04-18 13:45:32 +02:00
|
|
|
|
2010-08-13 11:28:32 +02:00
|
|
|
- Better handling of hard links
|
2010-07-19 12:43:03 +02:00
|
|
|
* Use hash table or BST to speed up hard link detection
|
2009-08-03 14:37:53 +02:00
|
|
|
* Have a separate size variable for "shared" data
|
|
|
|
(displayed in the browser as e.g. "291+3MiB")
|
2010-08-13 11:28:32 +02:00
|
|
|
* Support directory hard links (on Darwin and Solaris)
|
|
|
|
(And recognise bind-mounted paths as such on Linux?)
|
2009-08-03 14:37:53 +02:00
|
|
|
|
2009-10-18 12:05:36 +02:00
|
|
|
- Better handling of multibyte or multicolumn characters
|
|
|
|
* strlen() <> number_of_columns() <> number_of_characters()
|
|
|
|
|