acoc is a regular-expression based colour formatter for programs that display output on the command-line. It works as a wrapper around the target program, executing it and capturing the stdout stream. Optionally, stderr can be redirected to stdout, so that it, too, can be manipulated. acoc then applies matching rules to patterns in the output and applies colours to those matches.
Since v2.04, bash has allowed you to intelligently program and extend its standard completion behavior to achieve complex command lines with just a few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of all string handling functions in the UNIX manual. mount system: [Tab] would complete on all exported file-systems from the host called system, while make [Tab] would complete on all targets in Makefile. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.
rit can be used to manipulate mailboxes over IMAP, allowing users to copy and delete mailboxes and their contents. When copying a mailbox, its subscription status and all of the IMAP flags of the messages it contains are preserved on the destination server. Dynamic mailbox name translation can be performed if the mailboxes need to be renamed as they are copied.
Ruby/Amazon is a simple Ruby library that allows one to retrieve information from the popular Amazon.com Website via Amazon Web Services v3. It aims to wrap the grunt work of interacting with the Amazon API behind a high-level layer of Ruby and, in so doing, make it easier to use. Ruby/Amazon is succeeded by Ruby/AWS.
CorporateTime is a proprietary calendar server system originally produced by Steltor and, more recently, Oracle. Ruby/CorporateTime is a Ruby language extension that serves as an interface to the CorporateTime Calendar API (CAPI). Its purpose is to allow interaction with CorporateTime servers via the Ruby programming language. Versions 2.x and 9.x of the CAPI are supported.
Ruby/DICT is an RFC 2229-compliant client-side library implementation of the DICT protocol, written in the Ruby programming language. It can be used to write clients that access dictionary definitions from a set of natural language dictionary databases. rdict, a powerful CLI dictionary client built on Ruby/DICT, is included.
Ruby/Google offers a higher-level abstraction of Google's SOAP-driven Web API. It allows the user to programatically query the Google search engine from Ruby. The aim of the library is to shield the programmer from the details of the raw data structures returned by the Web API, and in the process make the API more accessible for everyday use.
Re: Variable-name completion bug > When I tab out an environment variable > during a cd, the $(dollar sign) sign is > escaped so although the tab completion > happens the cd do...
Re: Subversion completion > There is a completion script at > http://worksintheory.org/files/misc/bash_completion_svn > which is much better than the one > currently shipped wi...
Re: Thanks but please remove The Feature > > % % Please Sir: stop ending EVERY subdir > with a space. > % % > % % If it can't be done then I must > % % uninstall. ...
Re: BASH_COMPLETION is readonly, except in functions? > At the top of the script, whether or not > it is being sourced > inside a function is checked. If so, > then set the va...
Re: Please allow user to revert to standard bash completion at any time (a must-have). > So, any user should be able to turn it > off. The simplest > idea is to unset the involve...