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

Feature Request - ability to invoke Fork's diff view on files via fork_cli #2267

Open
JonathanDoughty opened this issue Dec 24, 2024 · 0 comments

Comments

@JonathanDoughty
Copy link

This would support using Fork's diff view for more general purpose diff navigation invoked from other, external tools.

Ideally one could add something like:

[difftool "fork"]
cmd = /Applications/Fork.app/Contents/Resources/fork_cli "$LOCAL" "$REMOTE"

(or just /usr/local/bin/fork if one has installed the command line CLI helper) to one's ~/.gitconfig to do a git diff ... or use other tools that need a diff viewer. Perhaps a new diff CLI command would be required so that the above would need to be `...fork_cli "diff" "$LOCAL" "$REMOTE"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant