From f3711a93832df46dc245075df08b9ebfc05266e9 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Wed, 21 Aug 2024 16:22:08 +0200 Subject: forgot to commit for a while --- ...300620231000 - Running programs in the background with tmux.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md (limited to 'Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md') diff --git a/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md b/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md new file mode 100644 index 0000000..b338da5 --- /dev/null +++ b/Zettelkast/Notes/300620231000 - Running programs in the background with tmux.md @@ -0,0 +1,8 @@ +#tmux + +Tmux can be used to run programs in the background by opening a tmux session and starting the program. It is then possible to detach from that session while the program keeps running. + +It's also possible to directly start a program in its own session: + tmux new-session obsidian or leader+A $ and then new-session obsidian. + +--- -- cgit v1.2.3