try-rs
Workspace manager for temporary experiments with TUI
TLDR
Launch the TUI to manage experiments
$ try-rs
Create a new experiment directory$ try-rs [rust-test]
Clone a repo into experiments$ try-rs [https://github.com/user/repo]
SYNOPSIS
try-rs [options] [name]
DESCRIPTION
try-rs organizes temporary project experiments into date-prefixed directories instead of cluttering your Desktop or /tmp. It provides a rich TUI for creating, navigating, and cleaning up experiments, with features like fuzzy search and git integration for auto-cloning URLs.
HISTORY
try-rs was created by Tassio Virginio (tassiovirginio) and is written in Rust.

