X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=fish%2Fguestfish.pod;h=5f56a9da941064d4d78b085790e3611154da5128;hb=b9e4cce49c162b5c01083680dcfa21031c1634db;hp=296d7aa4857a6a9658afb6e87ba1cdb0c4fe72ab;hpb=7fd6e4bfb11d1f86c585de06fb2146aa5cbd400e;p=libguestfs.git diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 296d7aa..5f56a9d 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -709,9 +709,6 @@ The editor is C<$EDITOR>. However if you use the alternate commands C or C you will get those corresponding editors. -NOTE: This will not work reliably for large files -(> 2 MB) or binary files containing \0 bytes. - =head2 glob glob command args... @@ -755,9 +752,6 @@ This is used to view a file. The default viewer is C<$PAGER>. However if you use the alternate command C you will get the C command specifically. -NOTE: This will not work reliably for large files -(> 2 MB) or binary files containing \0 bytes. - =head2 quit | exit This exits guestfish. You can also use C<^D> key. @@ -904,6 +898,31 @@ To write rules which only apply to guestfish, use: ... $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