summaryrefslogtreecommitdiff
path: root/Staging
diff options
context:
space:
mode:
authorJasper Ras <jras@hostnet.nl>2023-06-30 10:07:30 +0200
committerJasper Ras <jras@hostnet.nl>2023-06-30 10:07:30 +0200
commit26b2ee8fe95026e84bd1721910d575db72cc1b3f (patch)
tree1056d06d42ffb7cba3a74039785a90779c216bb4 /Staging
parent9a7deebbdd7c5b092d37949d04e4c90885d5f64d (diff)
directories and stage tmux background note
Diffstat (limited to 'Staging')
-rw-r--r--Staging/300620231000 - Running programs in the background with tmux.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Staging/300620231000 - Running programs in the background with tmux.md b/Staging/300620231000 - Running programs in the background with tmux.md
new file mode 100644
index 0000000..b338da5
--- /dev/null
+++ b/Staging/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.
+
+---