tobi/try

fresh directories for every vibe

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 17th, 2026
Created on August 19th, 2025
Open Issues & Pull Requests: 37 (+0)
GitHub issues: Enabled
Number of forks: 159
Total Stargazers: 4,011 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.8 days
Mean response time: 10.4 days
90th percentile: 28.5 days
Tracked items: 29

Most active contributors

Sign in to see contributor activity.

How this project is maintained

100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 79% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 22
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 235 days
Stale 30+ days: 21
Stale 90+ days: 19

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

try is a command-line tool that creates and manages temporary experiment directories with fuzzy search navigation.

The tool solves the problem of scattered experimental projects across a filesystem by centralizing them in a single configurable location with smart organization. It automatically creates date-prefixed directories, making it easy to track when experiments were created. The approach uses fuzzy search to quickly find and navigate to past experiments, with intelligent ranking that prioritizes recently accessed directories and rewards shorter, more specific matches. The interface displays match scores and time-since-access information to help users understand why results are ranked as they appear.

Developers who frequently prototype ideas, learn new technologies, or run one-off tests should consider try. It suits anyone frustrated by accumulating test directories across their filesystem or losing work scattered in temporary locations. The tool requires only Ruby and has no external dependencies, making it lightweight to install either as a gem or a single Ruby script. A native binary compiled with Spinel is also available as an optional alternative to the Ruby runtime.

The project has attracted a substantial base of adopters who report real-world issues and use cases, indicating practical value beyond the original author's needs. Response times to issues and pull requests typically fall within one to two weeks.