Browse thread
ledit release 2.02
- Daniel de Rauglaudre
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-11-17 (15:20) |
From: | Daniel de Rauglaudre <daniel.de_rauglaudre@i...> |
Subject: | ledit release 2.02 |
Hi everybody, New release of "ledit" : 2.02. Ledit is a line editor to be used before an interactive command, allowing you to edit input lines (cut, paste, move cursor forward and backward and in history, balance parentheses and so on). Examples: $ ledit ocaml $ ledit ocamldebug $ ledit ed and so on... New feature : TAB for 'complete-file-name' When you type 'tab', ledit tries to complete what is before the cursor considered as a path, and displays the possible files if there are several of them, just like common shells do. Useful when you have forgotten the file name you want to specify. Enjoy! -- Daniel de Rauglaudre http://pauillac.inria.fr/~ddr/