Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camspiers/tmuxinator-fzf-start
Uses fzf to provide a selection list for starting tmuxinator projects
https://github.com/camspiers/tmuxinator-fzf-start
fzf tmux tmuxinator
Last synced: 13 days ago
JSON representation
Uses fzf to provide a selection list for starting tmuxinator projects
- Host: GitHub
- URL: https://github.com/camspiers/tmuxinator-fzf-start
- Owner: camspiers
- License: mit
- Created: 2020-01-02T22:39:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T16:04:22.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T19:57:27.370Z (3 months ago)
- Topics: fzf, tmux, tmuxinator
- Language: Shell
- Size: 3.91 KB
- Stars: 40
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tmuxinator FZF Start
Uses fzf to provide a selection list for starting tmuxinator projects
## Overview:
tmuxinator-fzf-start.sh will open fzf with a multi select
list of tmuxinator projects. Upon selecting project/s each
project will have `tmuxinator start` run, and when complete
tmux will be attached, or if tmux is already running, a
session selection interface will be provided.If an initial query is provided, and only one match results,
the project will be automatically opened without user input.## Usage
```bash
tmuxinator-fzf-start.sh
tmuxinator-fzf-start.sh "Query"
```## Expectations
- tmuxinator is on $PATH
- fzf is on $PATH
- tmux is on $PATH## Install
### Homebrew
```bash
brew tap camspiers/taps
brew install tmuxinator-fzf-start
```### Manual
Download `tmuxinator-fzf-start.sh`, make it executable and ensure it is on your $PATH.