]> git.lizzy.rs Git - micro.git/commit
Change HandleShellCommand backend
authorZachary Yedidia <zyedidia@gmail.com>
Sun, 21 Jan 2018 03:23:52 +0000 (22:23 -0500)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 21 Jan 2018 03:23:52 +0000 (22:23 -0500)
commit83190a578e51ed8e1309333e2af9429fd852f37d
tree6d8c160e33b711e737b79f9c58fe4d370d84755d
parent79349562b20d1109902513efa1ccbeb44492b5ba
Change HandleShellCommand backend

I'm trying to add more options for plugins that want to run shell
commands. Also trying to add support for running shell commands in the
terminal emulator from a plugin and return the output.

More to come soon.

Ref #979
cmd/micro/command.go
cmd/micro/shell.go [new file with mode: 0644]
cmd/micro/shell_posix.go [new file with mode: 0644]
cmd/micro/shell_windows.go [new file with mode: 0644]
cmd/micro/terminal.go
cmd/micro/view.go