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

leroman1 pts0 comments

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 levelAnd so I built Nextdeck. https://github.com/romansky/nextdeckI tested Nextdeck to work with iTerm2 Terminal Intellij s built-in terminal.

nextdeck test commands custom time built

Related Articles