Skip to content

sachnr/tmux-fzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple project manager for tmux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages