Ephemeral workspace manager for Fish shell. Create dated experiment directories and navigate them with fuzzy search.
Inspired by tobi/try, reimplemented in pure Fish + fzf.
With Fisher:
fisher install displayful/try.fishCreate the default directory:
mkdir -p ~/src/triesOr customize the path in ~/.config/fish/config.fish:
set try_path ~/experiments
mkdir -p $try_path- fzf -
brew install fzf
try # Interactive selector (fzf)
try <query> # Selector with filter
try new <name> # Create 2024-12-01-name
try clone <url> [name] # Clone repo into dated dir
try worktree [name] # Worktree from current repo
try . <name> # Worktree from current dir
try ./path [name] # Worktree from path
try help # Show help| Key | Action |
|---|---|
| Enter | Select directory |
| Ctrl-D | Delete directory |
| Ctrl-N | Create new |
| Esc | Cancel |
fisher install jorgebucaran/fishtape
fishtape test/*.fishAI Disclaimer: This project was primarily written by Claude (Anthropic) with human guidance and review. The code, tests, and documentation were AI-generated.