mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
93a81566ac
A pogram that allows one to change direcotries in full-screen visual mode. PR: 12666 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
22 lines
868 B
Plaintext
22 lines
868 B
Plaintext
kcd allows user to change directory by using various methods:
|
|
|
|
- By using cursor keys to navigate through the directory tree
|
|
screen
|
|
- By searching in directory tree screen
|
|
- By typing part of the directory name directly at the
|
|
command line.
|
|
|
|
Other features include:
|
|
- Can be configured to filter out to some subdirectories,
|
|
useful for cdrom and msdos partition mounting points
|
|
- Can be configured to scan directory tree starting from some
|
|
specified directory inwards, for example, home directory.
|
|
- If the number directories that matches to the name given in
|
|
the command line exceeds a specified number, kcd displays
|
|
the whole list.
|
|
- Faster directory rescan if old data file exists. Only
|
|
directories with newer modified/changed time are scanned.
|
|
- Sorted directory tree listing.
|
|
|
|
WWW: http://www-scf.usc.edu/~lerdsuwa/util/kcd.html
|