#tmux-session #folders #config-file #tui #open #terminal #fuzzy

app yatap

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

1 unstable release

0.1.0 Apr 3, 2023

#26 in #tmux-session

MIT license

20KB
437 lines

Yatap - Yet Another Terminal App-Selector

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

Usage

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

Configuring

paths: [] // Paths that you want to select folders

Example:

paths: ["/home/oacs/dev", "/home/oac/.config"] 

Installation

Cargo

Install with cargo install yatap or

From source

Clone the repository and install using cargo install --path . --force

See also

tmux-sessionizer

Draft Idea

TA - Design

Dependencies

~25–43MB
~797K SLoC