or just ta
, is a TUI application that lets you add folders to search for apps that you want to open in a Tmux session for example
this crate is in alpha
Running ta
will search for the folders you added in your config and fuzzy find on them
Use ta --help
``` Usage: ta [OPTIONS]
Options:
-c, --config
paths: [] // Paths that you want to select folders
Example:
paths: ["/home/oacs/dev", "/home/oac/.config"]
Install with cargo install yatap
or
Clone the repository and install using cargo install --path . --force