scmpuff icon indicating copy to clipboard operation
scmpuff copied to clipboard

:1234: Numeric file shortcuts for common git commands

Results 33 scmpuff issues
Sort by recently updated
recently updated
newest added

There probably isn't too much to do here, but it requires a greater understanding on my part of what a typical Windows git CLI environment looks like, so help from...

help wanted
platform:windows

I ran in to an interesting edge case in the way scmpuff_status works - If I'm running the `gs` from a symlinked repository directory, the filenames are completely expanded out,...

bug
upstream

https://github.com/src-d/go-git This could make shelling out to git completely unnecessary, and could remove some of the complex code related to parsing git porcelain output. It could also be overkill beyond...

refactor

This will improve cross-platform support for future shells, and also hopefully allow the code to become more clean and understandable. As @stereokai showed in #14, currently Windows in PowerShell does...

enhancement
platform:windows

Hi! Great plugin, I just switched from scm_breeze and am having a breeze (ha!) One thing I'm still missing from breeze is the `git branch` support: Breeze enumerates `git branch`...

feature request

When I run `gst` I see some output that looks like this: ``` On branch: feature-branch | [*] => $e* ``` What does the part after the pipe indicate? I...

question
ui

Is there a way to get otuput in the short flavour of git status? I am using `alias gs='git status -sb'` and would like to use scmpuff with it. Side...

feature request
ui

With vanilla `git status` I would have staged files as `green` and changed as `red` which helps at a glance know what's yet to be added. Is it possible to...

feature request
ui

Branch names that are all digits: ``` ❯ git checkout -b 713 fatal: '' is not a valid branch name ``` ``` ❯ which git git () { case $1...

bug

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4. Release notes Sourced from goreleaser/goreleaser-action's releases. v4.0.0 What's Changed fix: do not override GORELEASER_CURRENT_TAG by @​caarlos0 in goreleaser/goreleaser-action#370 Full Changelog: https://github.com/goreleaser/goreleaser-action/compare/v3...v4.0.0 v3.2.0 What's Changed...

dependencies
github_actions