yatap

Crates.ioyatap
lib.rsyatap
version0.1.0
sourcesrc
created_at2023-04-03 15:15:32.645031
updated_at2023-04-03 15:15:32.645031
descriptionYatap 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.
homepagehttps://github.com/oacs/yatap
repositoryhttps://github.com/oacs/yatap
max_upload_size
id829163
size67,821
Oscar Alfredo Castillejo Salazar (oacs)

documentation

README

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

Commit count: 13

cargo fmt