RSS 53 projects tagged "Shells"

No download Website Updated 16 Jan 2011 bash programmable completion

Screenshot
Pop 1,415.32
Vit 24.53

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.

Download Website Updated 10 May 2011 GNU Bash

Screenshot
Pop 724.54
Vit 9.29

GNU Bash is an sh-compatible command language interpreter that executes commands read from the standard input or from a file. Bash also incorporates useful features from the Korn and C shells (ksh and csh). Bash is intended to be a conforming implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2).

Download Website Updated 20 May 2013 PHP Shell

Screenshot
Pop 273.64
Vit 9.78

PHP Shell is a shell wrapped in a PHP script. It's a tool you can use to execute arbiritary shell-commands or browse the filesystem on your remote Web server. This replaces, to a degree, a normal telnet-connection. You can use it for administration and maintenance of your Web site using commands like ps, free, du, df, and more.

Download Website Updated 15 Mar 2010 Bashish

Screenshot
Pop 269.34
Vit 14.95

Bashish is a theme enviroment for text terminals. It can change colors, font, transparency, and background image on a per-application basis. Additionally Bashish supports prompt changing on common shells such as bash, zsh, and tcsh.

Download Website Updated 27 May 2013 execline

Screenshot
Pop 250.21
Vit 67.58

execline is a very light, non-interactive scripting language, which is similar to a shell. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors.

Download Website Updated 19 May 2011 bashdb, kshdb, and zshdb

Screenshot
Pop 234.24
Vit 16.72

bashdb, kshdb, and zshdb are debuggers for Bash, ksh, and zsh scripts respectively. The debugger command interface is modeled on the gdb command interface. Front-ends supporting bashdb include GNU-Emacs and ddd.

No download Website Updated 05 Apr 2010 tcsh

Screenshot
Pop 215.97
Vit 5.76

Tcsh is an enhanced but completely compatible version of the Berkeley UNIX C shell. It is a command language interpreter usable both as an interactive login shell and a shell script command processor. It includes a command line editor, programmable word completion, command and file name completion, listing, spelling correction, a history mechanism, job control, and a bunch of small additions to the csh shell itself.

Download Website Updated 19 Apr 2006 GNU shtool

Screenshot
Pop 154.97
Vit 8.43

GNU shtool is a compilation of small but very stable and portable shell scripts into a single shell tool. All ingredients were in successful use over many years in various free software projects. The compiled shtool program is intended to be used inside the source tree of free software packages. There it can overtake various (usually non-portable) tasks related to the building and installation of an free software package.

Download Website Updated 15 Jul 2004 Web shell

Screenshot
Pop 146.86
Vit 3.85

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.

Download Website Updated 08 Nov 2005 xmlclitools

Screenshot
Pop 144.25
Vit 3.81

xmlclitools provides four command-line tools for searching, modifying, and formating XML data. The tools are designed to work in conjunction with standard *nix utilities such as grep, sort, and shell scripts.

Screenshot

Project Spotlight

htmLawed

A PHP script to filter input text for standard, security, and policy compliance.

Screenshot

Project Spotlight

Expect-lite

An automation tool for non-experts.