diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:29:06 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:29:06 +0000 |
commit | 93a81566acfd457cff05484595e2f24ae3d7acfa (patch) | |
tree | 0d1328b9f9a6ef50720016bf8724d8fe3b0294be /misc/kcd/pkg-descr | |
parent | Add cgic version 1.06. (diff) |
Adding kcd version 4.11.1.
A pogram that allows one to change direcotries in full-screen visual mode.
PR: 12666
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'misc/kcd/pkg-descr')
-rw-r--r-- | misc/kcd/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/kcd/pkg-descr b/misc/kcd/pkg-descr new file mode 100644 index 000000000000..6e31fc82db47 --- /dev/null +++ b/misc/kcd/pkg-descr @@ -0,0 +1,21 @@ +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 |