Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR/Q] Use git-gutter with vcsh #198

Open
NightMachinery opened this issue Jun 3, 2021 · 2 comments
Open

[FR/Q] Use git-gutter with vcsh #198

NightMachinery opened this issue Jun 3, 2021 · 2 comments
Labels
enhancement new feature requested

Comments

@NightMachinery
Copy link

I use vcsh to manage my dotfiles. I was wondering if it's possible to make git-gutter work with vcsh?

@gonewest818 gonewest818 added the enhancement new feature requested label Apr 23, 2022
@gonewest818
Copy link
Collaborator

At a code level I guess you would add vcsh as a new VCS backend that calls the vcsh commands however they need to be called. At minimum you'll need a way to determine what vcsh bare repo corresponds to the dotfile you're editing, and be able to perform a diff against the corresponding vcsh bare repo. That seems doable, but I'm not familiar enough with vcsh to be sure.

@NightMachinery
Copy link
Author

you'll need a way to determine what vcsh bare repo corresponds to the dotfile you're editing

This is probably not possible without explicit user configuration. The diff part is easy though: vcsh reponame diff …

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new feature requested
Development

No branches or pull requests

2 participants