Postchi, An ide like api client, clean and local
Plain text storage like Bruno, but the UI tweaks don't justify switching from established tools.
Flyline: a Bash plugin to replace readline for a modern line editing experience: syntax highlighting, agent integration, rich prompts, tooltips, fuzzy history search, and more!
The completions are generated using Bash's existing completion framework (commonly scop/bash-completion or your own completion scripts). And if you don't have a completion script setup, flyline will try to synthesize one on the fly () using man pages or --help output!
This is similar to https://github.com/microsoft/inshellisense but inshellisense only works for a hardcoded list of completions specifications and runs in a different process as Bash.
Flyline has a bunch of other features, so if you're interested you can check it out here: https://github.com/HalFrgrd/flyline. Thanks!
Plain text storage like Bruno, but the UI tweaks don't justify switching from established tools.
IDE-style autocomplete for Kotlin docs when you're stuck in a browser-only interview.
Schema-aware autocomplete that knows your enum values, not just field names.
Tantivy full-text search with mmap'd index serves 85% of requests from cache in under 1ms.
Returns exact filesystem diffs per command, solving the silent-failure problem in agent loops.
Pure Bash LLM wrapper with no Python runtime needed.