summaryrefslogtreecommitdiffstats
path: root/fish/fish.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Guestfish feature: remote control of guestfish over a pipe.Richard Jones2009-07-141-1/+6
| | | | | | | | | | | | | | | | | The use case is to have a long-running guestfish process in a shell script, and thus to avoid the overhead of starting guestfish each time. Do: eval `guestfish --listen` guestfish --remote somecmd guestfish --remote someothercmd guestfish --remote exit This patch also supports having multiple guestfish processes at the same time. The protocol is simple XDR messages over a Unix domain socket.
* Guestfish: Add 'reopen' command to reopen the libguestfs handle.Richard W.M. Jones2009-07-111-0/+4
|
* Add the guestfish 'time' command.Richard W.M. Jones2009-07-021-8/+12
| | | | | ><fs> time sfdisk /dev/sda 0 0 0 , elapsed time: 6.12 seconds
* Implement "more" and "less" commands in guestfish.Richard W.M. Jones2009-06-291-1/+6
| | | | | | | | Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish.
* Guestfish pipes.Richard W.M. Jones2009-06-281-1/+1
|
* Add 'glob' command for guestfish.Richard Jones2009-06-221-2/+7
|
* Add tab-completion of guest filenames (currently disabled).Richard Jones2009-06-181-0/+5
|
* Added 'lcd' command to guestfish.Richard Jones2009-06-081-1/+5
|
* Guestfish built-in commands auto-complete (RHBZ#501878).Richard Jones2009-05-271-0/+10
|
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-0/+9
|
* Implement -command (to ignore errors) in guestfish, and allow recovery from ↵Richard Jones2009-05-081-1/+0
| | | | qemu process failure.
* Added guestfish 'echo' command.1.0.16Richard Jones2009-04-301-0/+3
|
* 'guestfish edit' commands and several bugfixes.Richard Jones2009-04-151-1/+4
|
* Move guestfish 'alloc' command to a separate file.Richard Jones2009-04-151-0/+3
|
* Generated code for tune2fs-l command and RHashtable return type.Richard Jones2009-04-151-0/+1
|
* Added bindings for GNU readline.Richard Jones2009-04-141-0/+3
|
* Added test suite.Richard Jones2009-04-111-1/+2
|
* Many non-daemon functions are now auto-generated.Richard Jones2009-04-081-0/+2
|
* Implement RString and RStringList return types.Richard Jones2009-04-041-0/+2
| | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands.
* Command line, help.Richard Jones2009-04-041-0/+4
|
* Command line and interactive shell parsing, prompts etc.Richard Jones2009-04-041-0/+5
|
* Added outline of shell command, added generator support.Richard Jones2009-04-031-0/+29