Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gr3yknigh1/tmux-session-selector
Simple tmux session selector
https://github.com/gr3yknigh1/tmux-session-selector
Last synced: about 1 month ago
JSON representation
Simple tmux session selector
- Host: GitHub
- URL: https://github.com/gr3yknigh1/tmux-session-selector
- Owner: gr3yknigh1
- License: mit
- Created: 2022-05-28T13:31:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T21:35:26.000Z (about 2 years ago)
- Last Synced: 2023-03-07T13:40:39.387Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tmux session selector
Simple `tmux` session selector
## Installation
1. Clone repository
```shell
git clone https://github.com/gr3yknigh1/tmux-session-selector
```2. Install it with `pip`
```shell
pip install tmux-session-selector
```3. Try run
```shell
tmux-session-selector
```## Hook with `fish` shell and `alacritty`:
> Note that this script force you to use terminal with `tmux`
```yaml
shell:
program: /usr/bin/fish
args:
- --command=tmux-session-selector
```If you want to quit selection and drop into `fish` without `tmux`, just add second command:
```yaml
- --command=fish
```