AIBash is a project which aims to make Bash act more intelligently. It features typing error-correction and the ability to learn that certain file suffixes are associated with certain programs so that other programs are filtered out while pressing TAB. Other features are planned for the future.
JStart gives the ability to start Java class files (or applets) by double clicking on them from the desktop like any executable program. You only have to assign *.class files to this program. It loads a class file, investigates it according to the Java Sun class file specification, extracts the full class name (including packages), and invokes the main method of that class.
Re: Why not just use zsh? > Most of what is mentioned on the web > page can already be done in zsh. Even > tcsh can do basic spelling correction. > With the zsh completion it is po...
Re: Why not just use zsh? > Most of what is mentioned on the web > page can already be done in zsh. Even > tcsh can do basic spelling correction. > With the zsh completion it is po...
A simple source-based package manager for *nix-based systems.