17 projects tagged "Shells"
DIRT is a simple directory stack utility that lets the user use the same directory stack across terminals and sessions. The stack of directories is stored in a file (.dirtpile) in your home directory. All shell sessions access the same file, and thus, all of them use the same stack. DIRT supports jumping to specific entries, push, pop, swap the CWD with the top of the stack, and jump to the top of the stack. A set of CSH shell aliases are also included, and required for proper functioning.
PShell is a secured shell written entirely in Perl. It has a curses menu interface and a rudimentary commandline interface. The shell has been secured by being placed into a chroot jail and allowed only certain commands or programs to be used (flexibility is added by a configuration file).
Mail2sh makes it possible to carry out shell commands by email. Email is sent to a particular user on your host and the commands will be carried out if the user and password given matches ones in /etc/passwd. Commands are executed with the user's privileges, and combined with a PGP module ensures a certain level of security for use. Note that the system is not natively encrypted, so use of an encryption mechanism is highly recommended for security reasons.
Wsh is a remote Unix and Windows NT shell that works via HTTP. The client script provides a shell-like prompt, encapsulating user commands into HTTP POST requests and sending them to the server script. The server script extracts and executes commands and returns STDOUT and STDERR output. Features include command line history support, file upload/download, and it can work through an HTTP proxy server.
Sethi Search Utility is a simple command line utility to submit a search to Google, Yahoo!, or MSN and show the (text) results on standard output. Support for several search engines is included. It's currently in serious need of a re-write, especially to avoid scraping and become a good engine using the search APIs provided.