COllaborative DEvelopment SHell 0.8.2 (Default branch) |
|
|
The CODESH (COllaborative DEvelopment SHell) project
provides an automatic persistent logbook for sessions of
personal command line work by recording 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 a user's command line (shell) session:
commands, scripts executed, output produced, changes to
environment variables, alias creation, and other information needed to recreate the session later. Sessions are uniquely tagged and stored in local or distributed backend repositories (flat file - ASCII - 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:
The case when bash is the underlying shell and the user has no .bashrc file in the home directory is handled properly, thus avoiding warning messages. The test suite is made more robust by eliminating a dependency on the user setting of the PATH environment variable for tests 05 and 06.
|