Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ dependencies on crates.io and GitHub:
- [igrep](https://github.com/konradsz/igrep): Interactive Grep
- [todolist-rust](https://github.com/ebubekirgungor/todolist-rust): A terminal-based simple to-do
app
- [intelli-shell](https://github.com/lasantosr/intelli-shell): Interactive command template manager,
optionally enhanced with AI

### 🎼 Music and Media

Expand Down
12 changes: 12 additions & 0 deletions src/content/docs/showcase/apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,15 @@ It is an alternative tool to AKHQ, Redpanda Console, or the Kafka plugin for Jet
includes a search query language inspired by SQL, providing fine-grained filtering capabilities.

![yozefu demo](https://vhs.charm.sh/vhs-UpIJD2h92vKkj01XSS0r0.gif)

---

## [`intelli-shell`](https://github.com/lasantosr/intelli-shell)

IntelliShell is a command-line tool that acts as a smart bookmark manager. It helps you find,
organize, and reuse complex shell commands without ever leaving your terminal.

A key feature is the flexible interface, which supports both a non-intrusive (inline) and an
immersive (full-screen) TUI.

![intelli-shell demo](https://github.com/lasantosr/intelli-shell/raw/HEAD/docs/src/images/demo.gif)