https://github.com/sachnr/tmux-fzy
A simple project manager for tmux
https://github.com/sachnr/tmux-fzy
session-manager tmux
Last synced: about 1 year ago
JSON representation
A simple project manager for tmux
- Host: GitHub
- URL: https://github.com/sachnr/tmux-fzy
- Owner: sachnr
- License: mit
- Created: 2023-06-23T08:18:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T06:33:08.000Z (over 2 years ago)
- Last Synced: 2025-03-28T01:40:43.454Z (about 1 year ago)
- Topics: session-manager, tmux
- Language: Rust
- Homepage:
- Size: 298 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Tmux-fzy
A simple project manager for tmux.
# Screenshot

# Installation
## From source
```
cargo build --release
cargo install --path . --force
```
make sure you have `.cargo/bin` in your path
`export PATH="${PATH}:$HOME/.cargo/bin"`
# Usage
how to add dirs
```
tmux-fzy add --mindepth 1 --maxdepth 1 ~/Music
```
### color cutomization _(optional)_
add ansi color codes 0-15 in `~/.config/tmux-fzy/config`
```
fg=15
border=15
inactive=8
active=1
selection=2
```
_paths are stored in `XDG_CACHE_HOME/.tmux-fzy`_