Open Sanix-Darker opened 1 year ago
These are awesome scripts :) Thanks for sharing. Are you aware of any projects that include something similar like this scripts
folder you're suggesting?
I'm wondering what's the best way to include those.
If it's a really popular behavior, it can be integrated straight into gh-dash
, in Go
rather than in bash.
I could link to a list of popular scripts, like the ones in your dotfiles etc.
Are you aware of any projects that include something similar like this scripts folder you're suggesting?
Mhh, actually no š , I was just proposing it as a "thing" for the community to share some nice script that can do multiple kind of things.
in Go rather than in bash
Totally agree too, for this specific behaviour of listing commits from a branch on a repo, and see what's inside, I can take the issue I try something.
I could link to a list of popular scripts, like the ones in your dotfile
yeah, on this repo or another specific repo like gh-dash-scripts
for the community to share some interesting key-bindings scripts for PRs and issues, I think it could be great.
Hey there, this is an amazing project and am a big fan of it already !
Concerning this issue, it's not really a feature request, i was just wondering if it could not be a good idea to add to the repo, a
scripts
directory where everyone can share some nice custom script in it ! i have some "fun" scripts on my dotfiles for git stuffs, such as browsing for commits from a branch. Usualy, this help me see what have been done on a branch from a repo !And I mixed it with a custom branch of this repo. In my
~/.config/gh-dash/config.yml
:git changes
calls these bash scripts functions :And with that I can :
DEMO