git-info-bar is a ksh, bash, gitbash, and Git shell plugin that endeavors to provide a fast and pronounced view of various git attributes when you are under the umbrella of a git repository. Its main feature, the 'info bar' (information bar), displays the following information: current branch (in 'red' if on master); current cksum (in 'red' if there are uncommitted changes, and an 'uncommitted changes' message in the message area); and stash count in the message area if you have stashes. It includes an install script and removal scripts. It is currently only tested in Bash, GitBash and ksh93. It was previously named 'bash-git', but the name has been transitioned to 'git-info-bar', as a long-term goal is cross-shell compatibility using a Perl back-end.
Trash Can is a recycle bin implementation for the command line. It is a set of scripts that can be run with ksh, bash, or zsh. It has commands for file removal, file restoration (to the original path), permanent deletion of particular files from the trash can, automatic purging of trash that is more than a certain number of days old, completely emptying the trash can, configuring trash can storage capacity, and displaying trash can disk usage. Trash is compressed to take up less room.