aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-09-17 14:25:13 +0700
committerShulhan <ms@kilabit.info>2022-09-17 17:59:21 +0700
commitb2a4fb1351628323d9a16c74fc0771a7c451d89e (patch)
tree7b67b7f8a496dd65ea790b7c9dd4dbd82182311d /README
downloadbin.sh-b2a4fb1351628323d9a16c74fc0771a7c451d89e.tar.xz
bin.sh: a collection of shell scripts
In this first commit we have tmux-session.sh, a script to open tmux session based on name and configuration in ~/.tmux.session.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b36e0f3
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
+= bin.sh
+
+A collection of shell scripts.
+
+== Scripts
+
+*tmux-session.sh*::
+Script to open new tmux session with start directory based on configuration in
+`~/.tmux.session`.
+
+
+== Installation
+
+On POSIX like system, run
+
+ $ sudo make install
+
+To uninstall it, run
+
+ $ sudo make uninstall
+
+
+// SPDX-FileCopyrightText: 2022 M. Shulhan <ms@kilabit.info>
+// SPDX-License-Identifier: GPL-3.0-or-later