Commit Graph

6 Commits (beacdb5ffc66d39293a3f2ee57e6de033dce4787)

Author SHA1 Message Date
Allard Hendriksen beacdb5ffc Add support for tmux windows
It is now possible to create multiple windows in the same
session. One can write, for example,

echo boom

echo done

This will open up a terminal window with one tmux session, named
'hello', and two windows, named 'boom' and 'done'.
2018-01-09 09:56:18 +01:00
Allard Hendriksen d5deb53751 Implement org-babel-tmux-test
Tests the tmux functionality. Also solves some problems in the
original implementation where the temp file would be read directly
after creation, i.e. before the random string could be written to the
file.
2018-01-05 15:01:27 +01:00
Allard Hendriksen f7fd2b2301 Improve shell string escaping
Previously, some characters would be escaped by the shell before being
sent to tmux. Now, I believe this has been solved.
2018-01-05 14:24:43 +01:00
Allard Hendriksen 862d1d21b7 Update copyright statement 2018-01-03 21:06:41 +01:00
Allard Hendriksen 32717a5001 Add README 2018-01-02 19:06:43 +01:00
Allard Hendriksen 0619483254 Initial commit 2018-01-02 18:58:25 +01:00