pacexy
pacexy
- [ ] double click in blank area will cause incorrect selection
   
   
This will make it easier for users to set up environment variables.
This PR implements the `--edit-cmd` suggested in https://github.com/rust-lang/rustlings/issues/2164#issuecomment-2496975000. But with the name `--editor` the same as git. close #2164
## Why Version bumping in npm currently requires explicitly specifying the version increment (e.g. `npm version minor`). This makes it challenging to create reusable release scripts in package.json, as the...