-
Notifications
You must be signed in to change notification settings - Fork 8
feat(repl): better command history (fuzzy search, AI-powered) #693
Copy link
Copy link
Closed
Description
Feature request (from @zombodb on Twitter)
Come up with a much better command history. I don't have any ideas but up-arrow and ^R are rough.
Ideas
- Fuzzy search (like fzf) — type partial query, see ranked matches
\historycommand — search/filter/list with patterns- AI-powered search —
/recall orders joinfinds your complex orders query from yesterday - Per-database history — separate history per connection
- History UI — TUI picker with preview (like lazygit's commit browser)
- Frecency sorting — rank by frequency × recency, not just recency
Prior art
- fzf integration in zsh/bash
- atuin (https://github.com/atuinsh/atuin) — SQLite-backed shell history
- mcfly — neural network-based history search
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels