Commit Graph

18 Commits (sendkeys-timeout)

Author SHA1 Message Date
spike 80205349b5 set a custom timeout before executing send-keys for commands
In some situations send-keys might fire before the shell prompt
  finished initilization. It happened for me when using fish shell and
  *oh-my-fish* which makes the send-keys start executing bofore my shell
  is ready and I endup with a written command that is not executed

  This patch adds a custom `sendkeys_timeout` as a top level option that
  takes an integer in milliseconds. It will ensure a Sleep call is made
  before.
2 years ago
Ivan 35425aa081
refactor: Rebalance panes after each 2nd split 2 years ago
Ivan abc059242d
refactor: Code cleanup & improvements
* fix: Fprintf -> Fprint

* fix: Golinter fixes

* refactor: Use pointer semantics for config
2 years ago
Ivan 856940b719
fix: Use ENV variable instead of session name 2 years ago
Ivan ec05ffef1e
feat: Stop-within-session without name
Co-authored-by: Ben Yanke <ben@benyanke.com>
2 years ago
windwp 73fed621b9
feat: allow use system enviroment variables 2 years ago
Ivan 6b6960cb24
Allow to set env variables per session (#69) 3 years ago
Ivan bfa1ad39c5
Do not display smug.log file in `list` command (#67) 3 years ago
Ivan b8f0d7bc29
Increase test coverage, refactor tests (#62) 3 years ago
Ivan 1bf548bb96
Allow passing custom settings (#60) 3 years ago
Ivan 6a55cc9603
Add option that allows to rebalance panes (#59) 3 years ago
Chand Anand e81ece1e44
Use ioutil.ReadDir for backward compatibility (#57) 3 years ago
Ivan 74fe70077d
Allow user to dump current tmux session (#45) 3 years ago
Pim Snel b08f9bf021
[enhancement] Show project names without yml extension (#49) 3 years ago
Ivan 9df91519b1
Add list command (#43)
* [feature] Add "list" command
3 years ago
Ivan e0a4407559
New project commands (#24)
* Add new/edit commands
3 years ago
Ivan 880c448a05
Add support for `layout` in windows (#7) 3 years ago
Ivan Klymenchenko 73c8669d80 Init 3 years ago