91 projects tagged "Mac OS X"
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.
gedit-pair-char-autocomplete is a gedit plugin that automatically inserts a closing parenthesis ) whenever an opening parenthesis ( is typed. The default paired characters are (), [], {}, "", '', and ``. The plugin is smart enough to automatically overwrite existing closing brackets when appropriate. Selecting a block of text and typing an opening parenthesis or quote character will enclose the selection in quotes or parentheses.
gedit-tm-autocomplete is a simple Gedit plugin that provides TextMate-style autocompletion. The plugin indexes the words in the current document and autocompletes the current word when the Escape key is pressed. Tapping Escape cycles through available completions. Autocompletion can be done based on words in the current document only, or based on words in all open documents. The autocompletion trigger can also be customized.
CryptoTE is a text editor with integrated strong cryptography. It is based on the popular Scintilla widget and automatically stores text data in secure encrypted container files. Compared to other "password keeper" programs, CryptoTE does not force any structure upon your data: it works with plain ASCII text and does not require you to fill in grids, key-value attributes, or descriptions. Encryption is transparently performed using the highly-secure Serpent cipher. The editing interface is thoroughly optimized for speed and ease of use. Multiple subfiles, Quick-Find, and a two-click random password generator make daily use very convenient.
Edile is intended to be a basic but useful text editor for system administration and scripting purposes. It's something between a script and an application meant for quickly opening and viewing or editing files from the command line or piped from another process. Edile requires Python and PyGTK, and if you have GTKSourceView, it will use that. It has been tested on XP and Ubuntu.