X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=6477647b81049411d09e20a9b00279d8d853da19;hb=58e18536854785ab033fb80b0b96f6adc389079e;hp=c647b57414b65322419f4bb7ba51a2b462c7a950;hpb=4b0a04f90e88d2d1a10bab4504674734f61c3184;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index c647b57..6477647 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -685,6 +685,11 @@ can be useful for benchmarking operations. @ACTIONS@ +=head1 EXIT CODE + +guestfish returns 0 if the commands completed without error, or +1 if there was an error. + =head1 ENVIRONMENT VARIABLES =over 4 @@ -702,8 +707,8 @@ L. =item HOME -If compiled with GNU readline support, then the command history -is saved in C<$HOME/.guestfish> +If compiled with GNU readline support, various files in the +home directory can be used. See L. =item LIBGUESTFS_APPEND @@ -753,10 +758,46 @@ enough. =back -=head1 EXIT CODE +=head1 FILES -guestfish returns 0 if the commands completed without error, or -1 if there was an error. +=over 4 + +=item $HOME/.guestfish + +If compiled with GNU readline support, then the command history +is saved in this file. + +=item $HOME/.inputrc + +=item /etc/inputrc + +If compiled with GNU readline support, then these files can be used to +configure readline. For further information, please see +L. + +To write rules which only apply to guestfish, use: + + $if guestfish + ... + $endif + +Variables that you can set in inputrc that change the behaviour +of guestfish in useful ways include: + +=over 4 + +=item completion-ignore-case (default: on) + +By default, guestfish will ignore case when tab-completing +paths on the disk. Use: + + set completion-ignore-case off + +to make guestfish case sensitive. + +=back + +=back =head1 SEE ALSO