Commit Graph

5 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 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 dc03bb66fb
Fix codestyle issues 2 years ago
Ivan b8f0d7bc29
Increase test coverage, refactor tests (#62) 3 years ago