Commit Graph

18 Commits

Author SHA1 Message Date
Ivan
ec05ffef1e
feat: Stop-within-session without name
Co-authored-by: Ben Yanke <ben@benyanke.com>
2022-06-25 01:08:23 +07:00
Ivan Klymenchenko
f6060cc6b4 refactor: Refactor options.go 2022-06-10 14:11:54 +07:00
Ivan Klymenchenko
4da0e2d368 feat: Add aliases to commands 2022-06-06 17:02:55 +07:00
Ivan
5045599de6
Add new flag -i that allows to create new windows inside current session 2022-02-01 13:49:36 +02:00
Ivan
1bf548bb96
Allow passing custom settings (#60) 2021-04-29 23:33:03 +03:00
Ivan
75e77dd325
Add --detach flag (#56) 2021-04-13 10:43:35 +04:00
Ivan
74fe70077d
Allow user to dump current tmux session (#45) 2021-03-21 21:59:19 +02:00
Ivan
9df91519b1
Add list command (#43)
* [feature] Add "list" command
2021-02-26 21:27:11 +02:00
Ivan
e0a4407559
New project commands (#24)
* Add new/edit commands
2021-01-08 11:59:45 +02:00
Ivan
73c5b7538e
Add -f option for portable configs (#21)
* Add -f option for portable configs
2020-12-30 19:20:02 +02:00
Ivan
b693c55fd6
Replace docopt (#20)
* Replace docopt with pflag
2020-12-30 16:40:12 +02:00
Ivan Klymenchenko
edc73343cc Use $TMUX env variable to detect tmux session 2020-12-30 12:31:58 +02:00
Ivan Klymenchenko
4bbb374ccd Update to v0.1.4 2020-12-30 12:03:51 +02:00
Ivan Klymenchenko
540a8bf825 Update to v0.1.3.1 2020-12-30 12:02:43 +02:00
Ivan Klymenchenko
c0664201d9 Print version in the usage command 2020-12-30 12:00:39 +02:00
Ivan
2a6aec6ce7
Fix creating windows (#17)
* Add --debug flag
* Fix creating windows
2020-12-24 15:42:48 +02:00
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
2020-12-24 01:38:39 +02:00
Ivan Klymenchenko
73c8669d80 Init 2020-12-20 15:48:13 +02:00