diff options
| author | Shulhan <ms@kilabit.info> | 2022-09-17 14:25:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-09-17 17:59:21 +0700 |
| commit | b2a4fb1351628323d9a16c74fc0771a7c451d89e (patch) | |
| tree | 7b67b7f8a496dd65ea790b7c9dd4dbd82182311d /README | |
| download | bin.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-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |
