diff options
author | B. Watson <yalhcru@gmail.com> | 2014-02-13 11:31:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-02-13 11:31:19 +0700 |
commit | f6d1c0a572dd8ad63f9fe971f0272e2c1e8f019c (patch) | |
tree | 6811937826a2d9b48038c8faae2351009c757303 /system/ded/README | |
parent | 52f30996b7ac7516a3c5aee14b7f08b382f07de1 (diff) | |
download | slackbuilds-f6d1c0a572dd8ad63f9fe971f0272e2c1e8f019c.tar.gz |
system/ded: Added (directory editor).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ded/README')
-rw-r--r-- | system/ded/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/system/ded/README b/system/ded/README new file mode 100644 index 0000000000..0cf4718d3f --- /dev/null +++ b/system/ded/README @@ -0,0 +1,12 @@ +ded (directory editor) + +ded (pronounced "dee–eee–dee") allows you to navigate through multiple +file lists or a directory tree, viewing or changing file attributes +rapidly. In addition to conventional file information, it operates on +the file's RCS or SCCS archives (or CVS or SVN, etc), making it useful +for source-control as well as system administration. Curses-based, +it runs on UNIX systems. + +For those unfamiliar with ded, it's vaguely similar to Midnight Commander, +or dired mode in Emacs, but with vi-like key bindings. Press h while +ded is running to see its help screen. |