git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826020f
)
Todo list: Pipes now implemented, so remove from list.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 10:48:50 +0000
(11:48 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 29 Jun 2009 10:48:50 +0000
(11:48 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
7696daa
..
255cef8
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-157,7
+157,6
@@
Extra commands / functionality:
guestfish only:
more/less (like cat, but pipes it through $PAGER)
- cmd | pipe
cat file | pipe-cmd should have a generic form? like
'file | less' or 'file | sort'?