X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=5737c464759ca1577245d41c7d036bc408c8def5;hb=11eeb8885c7a8ffb59e12cd5fb2ae0fc324df383;hp=1c708693a5eea58e342a0ab8388c2e4cb55de37e;hpb=34a306ab2a7e6d9f468e8194cef8a05624325260;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 1c70869..5737c46 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -830,8 +830,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 @@ -881,6 +881,56 @@ 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 + +=item test1.img + +=item test2.img (etc) + +When using the C<-N> or C<--new> option, the prepared disk or +filesystem will be created in the file C in the current +directory. The second use of C<-N> will use C and so on. +Any existing file with the same name will be overwritten. + +=back + =head1 SEE ALSO L,