Settings

Theme

Show HN: TUI wrapper for cargo-nextest, Clap-powered xtasks, and more

github.com

2 points by leroman · 0 comments · 1 min read

Reader

Hi Everyone! While working on big Rust projects I'm experiencing these pains:

- having to hand-roll CLI test commands

- remembering custom project commands & arguments

- adding test time only logs (timings, cache invalidations or other useful markers)

What I wanted:

- UI experience navigating and running the tests tree

- easy and fast access to custom task commands (xtask)

- test time only events that get generated regardless of global log level

And so I built (with the help of Codex..) Nextdeck. https://github.com/romansky/nextdeck

I tested Nextdeck to work with iTerm2 & Terminal & Intellij's built-in terminal.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection