X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=6477647b81049411d09e20a9b00279d8d853da19;hb=58e18536854785ab033fb80b0b96f6adc389079e;hp=b9b27587011ba254024025a410b37688c426b67f;hpb=d156fd724dd7e1064c41c21bd2005da55d5175d7;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index b9b2758..6477647 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -707,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 @@ -758,6 +758,47 @@ enough. =back +=head1 FILES + +=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 L,