diff options
author | Sigrid <ftrvxmtrx@gmail.com> | 2021-01-16 18:30:50 +0100 |
---|---|---|
committer | Sigrid <ftrvxmtrx@gmail.com> | 2021-01-16 18:30:50 +0100 |
commit | 0f3ef52fd7792c660587bc477668fea55aa8d947 (patch) | |
tree | 4cd6a64b30783d856356c6963e5482c77d32e720 /sys/man/1/tweak | |
parent | 58b3f96f98895e1352c12388cffdb7eed180a484 (diff) |
tweak: support showdata plumb action (thanks sirjofri)
Diffstat (limited to 'sys/man/1/tweak')
-rw-r--r-- | sys/man/1/tweak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/man/1/tweak b/sys/man/1/tweak index e3f195038..0c20e7040 100644 --- a/sys/man/1/tweak +++ b/sys/man/1/tweak @@ -155,6 +155,16 @@ If the image is the unmagnified file, also close any magnified views of that fil Quit .IR tweak . The program will complain once about modified but unwritten files. +.PP +.I Tweak +listens to the +.I plumber +channel +.B imageedit +for filenames as well as image data. Plumbed image data is stored as files in +.B /tmp +and is automatically cleaned when exiting +.IR tweak . .SH SOURCE .B /sys/src/cmd/tweak.c .SH "SEE ALSO" |