scmpuff
scmpuff copied to clipboard
:1234: Numeric file shortcuts for common git commands
Started using scmpuff in fish shell and it keeps failing to decode. Any ideas? Here is an example: ``` ❯ gs 2022/12/03 12:42:03 Failed to decode git status change code...
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.6.1. Release notes Sourced from github.com/spf13/cobra's releases. v1.6.1 Bug fixes 🐛 Fixes a panic when AddGroup isn't called before AddCommand(my-sub-command) is executed. This can happen...
Hi, thanks for the wonderful tool! :hugs: It's been indispensable in my workflow for years now. I recently wanted to exclude a directory from showing up in the `scmpuff_status` (aliased...
### scmpuff seems to be not working with mergetool, I cant get `git mergetool 3` to work? Hi! Thanks for a great timesaver! I've tried to use the scmpuff numbering...
Building on work in #14: - Update Git wrapper script - Powershell status commands script - Documentation update
As per #93, scmpuff needs substantial cleanup. A big part of this is in the `status` command, where much of the complexity of the internal code lies. In current state,...
Over a decade has passed since `scmpuff` was originally written (it was written in Go version 1.3!). Originally intended to be a quick hack to redo the core text parsing...
Thanks for this tool! this implements https://github.com/mroth/scmpuff/issues/20 :) ### Summary - Implemented a new `branch` sub-command that prints git branches with numbers - Handles edge cases (e.g. running outside a...
This occurs fairly frequently, I use direnv and this means I have `.envrc` files in my directories. However, running `gs` then gives me the message: ``` 2025/02/13 15:43:23 Failed to...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8.0.0 to 9.2.0. Release notes Sourced from golangci/golangci-lint-action's releases. v9.2.0 What's Changed Changes feat: add version-file option by @ldez in golangci/golangci-lint-action#1320 chore: move samples into fixtures by...