4

tmux I love you

Comments
  • 2
    Me too, al my server applications run under tmux. I made a tool to manage it with tmux. It's like supervisor now. Every time i execute `deploy` on my local terminal:

    - computer connects with ssh to server and executes the tmux.py management tool that i made

    - get or create session snek

    - get or create app server under the snek session

    - get or create bots server under the snek session

    And now, i can just connect to tmux and nagivate to those apps and start and stop them there or just watch their logs.

    It's very convenient. tmux > systemd > supervisor.

    And for some weird reason, tmux, the key combos, once learnt very quick and remembered from day one. Something cool about it.
  • 0
    @whimsical I should do that tyyyy
Add Comment