Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Guestfish: Add 'reopen' command to reopen the libguestfs handle. | Richard W.M. Jones | 2009-07-11 | 1 | -0/+4 | |
| | ||||||
* | Add the guestfish 'time' command. | Richard W.M. Jones | 2009-07-02 | 1 | -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. Jones | 2009-06-29 | 1 | -1/+6 | |
| | | | | | | | | Use commands such as: more /etc/passwd less /etc/fstab These commands are specific to guestfish. | |||||
* | Guestfish pipes. | Richard W.M. Jones | 2009-06-28 | 1 | -1/+1 | |
| | ||||||
* | Add 'glob' command for guestfish. | Richard Jones | 2009-06-22 | 1 | -2/+7 | |
| | ||||||
* | Add tab-completion of guest filenames (currently disabled). | Richard Jones | 2009-06-18 | 1 | -0/+5 | |
| | ||||||
* | Added 'lcd' command to guestfish. | Richard Jones | 2009-06-08 | 1 | -1/+5 | |
| | ||||||
* | Guestfish built-in commands auto-complete (RHBZ#501878). | Richard Jones | 2009-05-27 | 1 | -0/+10 | |
| | ||||||
* | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 1 | -0/+9 | |
| | ||||||
* | Implement -command (to ignore errors) in guestfish, and allow recovery from ↵ | Richard Jones | 2009-05-08 | 1 | -1/+0 | |
| | | | | qemu process failure. | |||||
* | Added guestfish 'echo' command.1.0.16 | Richard Jones | 2009-04-30 | 1 | -0/+3 | |
| | ||||||
* | 'guestfish edit' commands and several bugfixes. | Richard Jones | 2009-04-15 | 1 | -1/+4 | |
| | ||||||
* | Move guestfish 'alloc' command to a separate file. | Richard Jones | 2009-04-15 | 1 | -0/+3 | |
| | ||||||
* | Generated code for tune2fs-l command and RHashtable return type. | Richard Jones | 2009-04-15 | 1 | -0/+1 | |
| | ||||||
* | Added bindings for GNU readline. | Richard Jones | 2009-04-14 | 1 | -0/+3 | |
| | ||||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -1/+2 | |
| | ||||||
* | Many non-daemon functions are now auto-generated. | Richard Jones | 2009-04-08 | 1 | -0/+2 | |
| | ||||||
* | Implement RString and RStringList return types. | Richard Jones | 2009-04-04 | 1 | -0/+2 | |
| | | | | | - implement 'll' command. - outlines for 'ls' and 'cat' commands. | |||||
* | Command line, help. | Richard Jones | 2009-04-04 | 1 | -0/+4 | |
| | ||||||
* | Command line and interactive shell parsing, prompts etc. | Richard Jones | 2009-04-04 | 1 | -0/+5 | |
| | ||||||
* | Added outline of shell command, added generator support. | Richard Jones | 2009-04-03 | 1 | -0/+29 | |