micro/cmd/micro
Zachary Yedidia 9e8d76f2fa If stdout is a pipe, output to the pipe
If you run micro as `micro | cat` for example, micro will disallow
you from saving the file, and when you quit the buffer, the contents
will be sent to the pipe. This allows one to use micro as part of
an interactive unix pipeline.

Closes #1524
2020-02-27 12:39:19 -05:00
..
clean.go Fix errcheck in clean 2020-02-09 00:42:16 -05:00
debug.go Resolve versions in plugin manager 2019-12-25 17:05:10 -05:00
initlua.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
micro.go If stdout is a pipe, output to the pipe 2020-02-27 12:39:19 -05:00