Skip to content

Releases: alexandrebodin/tmuxctl

v0.0.11

26 Feb 08:57
Compare
Choose a tag to compare

Changelog

c537655 Move to go module & improve error messages

v0.0.10

09 Aug 16:26
Compare
Choose a tag to compare

Changelog

3a8ce1e Use current working directory in case it is not delcared in session

v0.0.9

19 Jul 18:43
Compare
Choose a tag to compare

Changelog

4ac5c81 Add cli command new to create a new config file with some simple options
16f3ce0 Refactor w.RunScripts

v0.0.8

11 Jul 12:14
Compare
Choose a tag to compare

Changelog

562ffef Fix pane dir

v0.0.7

11 Jul 11:56
Compare
Choose a tag to compare

Changelog

2853734 Add config tests
7cb2dc9 Only use cd for moving to directories (will support any patterns the current shell supports)

v0.0.6

09 Jul 19:53
Compare
Choose a tag to compare

Changelog

d95d48e Add more document and handle no first window
280d4fc Add test flag to check if a config is valid
b663c64 Adding more testing
1ca3ca6 Init tmux pkg test
40a2856 Initialise travis-ci

v0.0.5

07 Jul 09:56
Compare
Choose a tag to compare

Changelog

641d48c Add documentation link in README
d68e315 Init docs
c716017 Refactoring the cli and adding docs cmd

v0.0.4

06 Jul 20:38
Compare
Choose a tag to compare

Changelog

df7625e Add a config parser and init a config validor for future features
e031ccf add package tmux for executing commands, minor error refactoring

v0.0.3

05 Jul 12:51
Compare
Choose a tag to compare

Changelog

0da8a4b Add Target field on window and pane to refactor select-window / select-pane

v0.0.2

04 Jul 12:20
Compare
Choose a tag to compare

Changelog

3b1fe24 Init cli