4 projects tagged "Editor"
emv is a tool for mass-renaming files with a text editor. It can perform two pass renaming, link creation, file list splitting, and link target editing. emv logs its actions as shell-script-style mv commands in case you want to undo them. It is quite capable when used with the Vim text editor's visual block changes. emv can also be used non-interactively by providing a Perl expression for renaming files. It's especially useful if you want to see all the files at once and want to think about their names while editing and changing whole groups of files.
sfre (system flight recorder editor) is a script that wraps a text editor or any arbitrary command and implements logging, file locking, and change tracking for the command executed. It is meant for helping system administrators manage a system in tandem without interfering with each other.
Ymacs is an extensible AJAX text editor aimed for programmers. It's similar in spirit, features, and key bindings to Emacs: it supports multiple buffers, split frames, dynamic completion, multiple keymaps, and Emacs-like undo queue and kill ring. And of course, Emacs-like key bindings for all of that. It provides syntax highlighting and automatic indentation for a few programming modes, currently JavaScript, XML, CSS, and Lisp. Ymacs is based on the DynarchLIB AJAX toolkit and currently runs on Firefox (support for more browsers is planned). It's implemented in JavaScript and can be programmed in JavaScript as it's running.