Workflow
-
A quick tour through a project's justfile
Walking through the recipes in a typical Rust project's justfile: check, test, cover, the usual suspects.
-
fzf --preview as a whole-project find-TODO tool
Piping ripgrep into fzf with bat as a preview, narrowing interactively, and jumping straight into the editor at the right line.
-
An interactive rebase that actually does something
Squashing typo commits, fixing up a test fix, and rewording a WIP message, all in a single `git rebase -i`.