
CODESH (COllaborative DEvelopment SHell) is an automatic persistent logbook for sessions of personal command line work. It records what and how is being done, for private use/reuse and for sharing selected parts with collaborators. It is an intelligent shell that automatically logs user's shell sessions. Sessions are uniquely tagged and stored in local or distributed backend repositories (ASCII flat file or Subversion or CVS based) and can be extracted and reproduced at any time by the user who created the session or by collaborators located anywhere in the world.
License: GNU General Public License (GPL)
Changes:
This version improves the user interface for handling tags. Now users can supply on the command line not only full tag names, but shorter substrings as long as they are unique. In case of ambiguities, a list of matching tags to chose from is returned. The taking of snapshots is improved: the user is asked before taking a snapshot if it exceeds 2048 kB, and the possibility to enter an infinite loop if the repository is located below the snapshot directory is avoided.
More...