=pod =head1 NAME envstore - save and restore environment variables =head1 SYNOPSIS B I [ I ] =head1 DESCRIPTION envstore can safe and restore environment variables, thus transferring them between different shells I must be one of =over =item B Forget all stored variables =item B Produce shell code for evaluation, restoring all saved variables =item B I Save I =item B List saved variables in better readable format =item B I Remove I from store =back =head1 FILES =over =item FI Contains the stored variables in a python database (pickle) format =item FI Contains the stored variables as plain text, like the output of 'eval'. May be used for inclusion in shell startup files. =back =head1 BUGS The author is insane. =head1 AUTHOR Maximilian Gass This manual was written by Daniel Friesel because the original program did not have one. =cut vim:ft=pod