332 projects tagged "Terminals"
Web Console is an application that provides access to a Web server command prompt from a Web browser. Furthermore, it includes a file manager, a feature to upload and download files, and an editor for editing text files on the Web server from the browser. Web Console uses AJAX technology, does not require any database, and can be installed on any Web server that is capable of running Perl CGI applications.
ansistego provides terminal-level steganography for scripts and other ASCII files (ie, protection against 'cat'). It intersperses a text/script with commented ANSI codes that cause most terminals to clear sensitive lines as soon as they are written. Only a specified front text appears. The front text is embedded in the script using ANSI-cloaked comments, so that the text appears unaltered when the script is viewed with cat, but the script can be run without any decoding stage.
evilvte is a terminal emulator. It supports almost everything VTE provides. It also supports tabs, automatic hiding of the tab bar, and the ability to switch encoding at runtime. Configuration is done by editing the source code and recompiling it. The size of a standard stripped binary of evilvte is less than 9 kilobytes.
dvtm brings the concept of tiling window management, popularized by X11-window managers like dwm, to the console. As a console window manager, it tries to make it easy to work with multiple console based programs like vim, mutt, cmus, or irssi. dvtm is intended to be used where X11 isn't available or over SSH. In conjunction with dtach, it can be seen as a lightweight alternative to GNU screen.
Webtap is a small command line tool inspired by Mozilla Firefox's "Keyword Shortcuts" feature. Its purpose is to facilitate similar keyword based Web browsing from the command line, as a CLI driven front end to your Web browser. The distribution includes a Bash programmable completion file with all of the program's common options as well as the ability to tab through the available keywords.
metashell is a lightweight, heavy punch, interactive, intelligent command line shell. The difference lies in its ability to determine a file's data type, and automatically run your desired applications. It uses file data types (MIME types) to determine a file's type, and then using user-defined applications automatically opens the file.
Natural CLI is a Java library that provides developers with an easy way to use human readable command line interfaces. This means that your software can understand easy command lines like "$acme start daemon mailservice", "$acme send file /tmp/pau.jpg to friend", or "$acme start backup in 10 minutes". Command lines are very easy to define.