Feature Request: `f` Binding to run `cargo clippy --fix --allow-dirty`
Open
- Dominant language
- Rust
- Stars
- 3.4k
- Forks
- 126
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 7
Description
## Proposal
Would it be possible to introduce a new default keybind `f` when running `clippy` mode to apply Clippy autofixes via `cargo clippy --fix --allow-dirty`?
Sidenote, absolutely love `bacon` :)
Contributor guide
Research direction
Start by locating the clippy mode keybinding definitions and the command execution path in bacon. Check how existing mode actions are registered and tested, then verify that pressing f runs `cargo clippy --fix --allow-dirty` only in clippy mode and that the command completes as expected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100