216 projects tagged "Linux"
se is a screen-oriented version of the classic UNIX text editor ed. The editor implements many of the commands of ed, but instead of being line-oriented, se is screen-oriented. The command syntax is very familiar to users who already know ed. If you get stuck, there is a built-in help system that describes many of the available commands. Many configurable options can be loaded from a .serc file. se can be run interactively or in a script via the included scriptse utility. The editor is portable across many platforms, supporting major Linux and BSD distributions as well as other systems like GNU, Minix, Haiku, OpenSolaris, and Cygwin.
GloboNote is a desktop note taking application. It helps you to create to-do lists, reminders, and other notes in one place. There is no limit in the number of sticky notes you can create. Notes can be organized by groups and searched using the search tool. You can format a note's text, change its color, font, size, and transparency level. You can make a note sticky by setting it to always stay on top, or hide or roll-up a note when not use. You can set alarms, play custom alarm sounds (WAV, MP3, AIFF, and AU), attach files, insert images, and more.
FXiTe is an advanced cross-platform text editor built with the Fox GUI toolkit and the FXScintilla text widget. It features built-in syntax highlighting for 40+ languages, an embedded Lua scripting engine, macro recording and playback, multi-line regular expression search and replace, rudimentary ctags and calltip support, a flexible interface to external tools, and a built-in "message window" to capture the output of external commands such as compiler error messages, etc.
ted (Tiny EDitor) is a lightweight commandline text editor designed for scripting. It's intended to be an easier-to-use alternative to "ed". It is lightweight, scriptable, and easily harnessed by shell scripts, but doesn't suffer from the chronic user-unfriendliness that characterizes ed. It is also slightly more featureful than ed, and includes multiple editing buffers and built-in script handling.