| Crates.io | yatap |
| lib.rs | yatap |
| version | 0.1.0 |
| created_at | 2023-04-03 15:15:32.645031+00 |
| updated_at | 2023-04-03 15:15:32.645031+00 |
| description | Yatap is a cli tool to fuzzy find all folders in a list of specified folders from a TOML config file and open them as a new tmux session. |
| homepage | https://github.com/oacs/yatap |
| repository | https://github.com/oacs/yatap |
| max_upload_size | |
| id | 829163 |
| size | 67,821 |
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 <CONFIG> Path to config file
-h, --help Print help
-V, --version Print version
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
