tmux-start
Start a tmux session with windows and keys suitable for scripting
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
Start a tmux session with windows and keys suitable for scripting
Basic Info
- Host: GitHub
- Owner: SixArm
- License: other
- Language: Shell
- Default Branch: main
- Size: 21.5 KB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
tmux-start
Start tmux with a sesson and windows.
Syntax:
tmux-start <session-name> [window-name [window-keys]] ...
Example:
tmux-start mysession mywindow top
The example does this:
If the session name "mysession" exists, then attach and exit.
Create a new session with name "mysesssion".
Create a window name "mywindow".
Send the window keys "top" followed by a return, in order to run the "top" command.
How this works
If the session name already exists:
- Attach to it then exit.
If there's a next arg:
- Create a session name by using the arg.
If there's a next arg:
- Create a window name by using the arg.
If there's a next arg:
- Send window keys by using the arg.
If there's a next arg:
- Repeat the steps to create a window name and window keys.
Finally:
- Select the first window in order to make it visible.
Install
Option 1: download the file to wherever you want, then make it executable.
cd /usr/local/bin/
sudo curl -O https://raw.githubusercontent.com/SixArm/tmux-start/master/tmux-start
sudo chmod +x tmux-start
Option 2: clone the repo to anywhere you want, then add it to your path.
cd /anywhere/you/want
git clone https://github.com/SixArm/tmux-start.git
export PATH="$PATH:/anywhere/you/want/tmux-start"
If you would like to help us by writing a package for any popular package manager, such as apt, yum, brew, etc., we wecome help.
Comparisons
The tmuxinator program can manage complex tmux sessions easily, such as by using YAML files, and providing split screen, project hooks, completions, and more.
Project goals
Short and simple-- easy to understand.
Free open source-- easy to modify.
POSIX shell usability-- easy to run anywhere.
Tracking
- Program: tmux-start
- Version: 5.0.0
- Created: 2013-08-02T00:00:00Z
- Updated: 2021-10-28T16:40:50Z
- License: GPL-2.0-or-greater or contact us for custom license
- Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
Owner
- Name: SixArm
- Login: SixArm
- Kind: organization
- Email: sixarm@sixarm.com
- Location: San Francisco
- Website: http://sixarm.com
- Twitter: sixarm
- Repositories: 580
- Profile: https://github.com/SixArm
SixArm Software
Citation (CITATION.cff)
cff-version: 1.2.0
title: tmux-start
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/SixArm/tmux-start/'
description: tmux-start
repository-code: 'https://github.com/SixArm/tmux-start/'
abstract: >-
tmux-start
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 13 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0