diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-01-13 13:16:06 +0100 |
commit | 9232b8d817d4cd4122947375156fa2fa1e9fba14 (patch) | |
tree | e4feb77f2e508f008b78f722e91488bb9a3f3806 /zettelkast/Notes/300620231000 - Running programs in the background with tmux.md | |
parent | ed0753ad224f0c65133bd7a63180257eecd9f5e3 (diff) |
vault backup: 2025-01-13 13:16:06
Diffstat (limited to 'zettelkast/Notes/300620231000 - Running programs in the background with tmux.md')
-rw-r--r-- | zettelkast/Notes/300620231000 - Running programs in the background with tmux.md | 8 |
1 files changed, 0 insertions, 8 deletions
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 deleted file mode 100644 index b338da5..0000000 --- a/zettelkast/Notes/300620231000 - Running programs in the background with tmux.md +++ /dev/null @@ -1,8 +0,0 @@ -#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. - ---- |