Skip to content

haolian9/pytmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo:

  • publish as a library
    • rm unnecessary deps, like trio
    • add a setup.py
  • refactor to suffice sans I/O

test cases:

# body comes after `%end`

run-shell 'date; sleep 3; date'
%begin 1623138361 111675 1
%end 1623138361 111675 1
Tue Jun  8 03:46:01 PM CST 2021
Tue Jun  8 03:46:04 PM CST 2021
# output bytes bigger than PIPE_BUF
# which causes `BlockingIOError: write could not complete without blocking`
# in multi-coroutine env

list-keys

About

interact with tmux using its control mode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published