From 4d63f1cb436ab7c34c89e307818b83b444dbf7bf Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 1 Jul 2008 00:42:44 +0200 Subject: Added manpage --- man/1/envstore | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 man/1/envstore diff --git a/man/1/envstore b/man/1/envstore new file mode 100644 index 0000000..cb42977 --- /dev/null +++ b/man/1/envstore @@ -0,0 +1,70 @@ +=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 -- cgit v1.2.3