Commit Graph

130 Commits (sendkeys-timeout)
 

Author SHA1 Message Date
Pim Snel b08f9bf021
[enhancement] Show project names without yml extension (#49) 3 years ago
Pim Snel 41c4e68368
[feature] Initial man page for smug (#48) 3 years ago
Pim Snel a0e8fa3b35
[enhancement] Ignore smut bin after make build (#47) 3 years ago
Ivan d39c8a9d7a
[feature] Add common shells completions (#44) 3 years ago
Ivan 2a1364817a
Update github workflow to go 1.16 3 years ago
Ivan 9df91519b1
Add list command (#43)
* [feature] Add "list" command
3 years ago
Ivan d57bf47b79
Fix incorrect switch statement (#41) 3 years ago
Ivan bf1e50906e
Select layout after panes initialization (#40) 3 years ago
Ivan 251b6c3f7a
Allow passing empty string to window name (#38)
* Allow passing an empty string to the window name
3 years ago
Ivan 7bbcbd5bfe
Update bug_report.md 3 years ago
Ivan Klymenchenko 2a0078d9d7 Merge branch 'master' of github.com:ivaaaan/smug 3 years ago
Ivan b6da3e95da
Use last pane id for splitting windows (#35)
* Use last pane id for splitting windows
3 years ago
Ivan Klymenchenko 00096ca320 Merge branch 'master' of github.com:ivaaaan/smug 3 years ago
Ivan c07add3bef
[WIP] Bugfix/split layout is not working correctly (#33)
* [bugfix] fix options order in split-layout command
3 years ago
Ivan Klymenchenko 93483254c0 Update version to v0.1.8 3 years ago
Jordan Grant 48d6526b0e
[bugfix] reference pane by id instead of index (#29) 3 years ago
Ivan ee70a539e0
Run os.Exit on error (#27) 3 years ago
Ivan Klymenchenko e306881d65 Move errors to commander.go 3 years ago
Ivan Klymenchenko 9b16ddcb61 Merge branch 'master' of github.com:ivaaaan/smug 3 years ago
Ivan Klymenchenko 6bf834c375 Fix formatting 3 years ago
Ivan ab7bc90c8d
Add bages (#25)
* Add bages to README.md
3 years ago
Ivan Klymenchenko 3c90b62e85 Merge branch 'master' of github.com:ivaaaan/smug 3 years ago
Ivan e0a4407559
New project commands (#24)
* Add new/edit commands
3 years ago
Ivan Klymenchenko 462c14f70e Update version to v0.1.7 3 years ago
Ivan Klymenchenko 90fc3d0523 Downgrade to v0.1.6 3 years ago
Ivan Klymenchenko b9d327b906 Update version to v0.1.7 3 years ago
Ivan 40106e141d
Create a default window, and then kill it, instead of using (#23)
* Create a default window, and then kill it, instead of using
3 years ago
Ivan Klymenchenko 0880b52738 Add context_test.go 3 years ago
Ivan Klymenchenko 50c2641b6e Update usage 3 years ago
Ivan 73c5b7538e
Add -f option for portable configs (#21)
* Add -f option for portable configs
3 years ago
Ivan Klymenchenko 7d3e51acdc Fix release command 3 years ago
Ivan Klymenchenko 4639539f19 Fix release command 3 years ago
Ivan Klymenchenko 6892d080a8 v0.1.6 3 years ago
Ivan Klymenchenko 63914313b5 Update release command 3 years ago
Ivan Klymenchenko a08a5cd3b8 Add release command to Makefile 3 years ago
Ivan Klymenchenko 44c4b1f82d Add release command to Makefile 3 years ago
Ivan b693c55fd6
Replace docopt (#20)
* Replace docopt with pflag
3 years ago
Ivan Klymenchenko ac8b4247ce Add more tests 3 years ago
Ivan Klymenchenko 664cc0b6be Fix test 3 years ago
Ivan Klymenchenko 18d7fc8f81 Replace docopt with pflag 3 years ago
Ivan b0e2d1208b Update issue templates 3 years ago
Ivan Klymenchenko edc73343cc Use $TMUX env variable to detect tmux session 3 years ago
Ivan Klymenchenko 4bbb374ccd Update to v0.1.4 3 years ago
Ivan Klymenchenko 540a8bf825 Update to v0.1.3.1 3 years ago
Ivan Klymenchenko c0664201d9 Print version in the usage command 3 years ago
Ivan Klymenchenko 50d4b3f147 Update config example with env variable 3 years ago
Ivan fb9a652eef
Increase test coverage (#19)
* Increase test coverage for smug.go

* Add context struct

* Test commander_test.go

* Test commander_test.go
3 years ago
Ivan 2a6aec6ce7
Fix creating windows (#17)
* Add --debug flag
* Fix creating windows
3 years ago
Ivan f9b4217af3
Allow creating sessions without nesting (#16)
* Allow creating sessions without nesting
* New `--attach` flag allows you to switch a client when you're inside tmux session
* If the session already exists, Smug won't throw an error. Instead, it will attach you to an existing session
3 years ago
Ivan Klymenchenko a7ab672b7d Update README.md 3 years ago