Skip to content

Instantly share code, notes, and snippets.

@silver-mixer
Created December 9, 2025 09:30
Show Gist options
  • Select an option

  • Save silver-mixer/26b75d51b402113b0f13752ad49bcc9c to your computer and use it in GitHub Desktop.

Select an option

Save silver-mixer/26b75d51b402113b0f13752ad49bcc9c to your computer and use it in GitHub Desktop.
[Nemo Action] View on git-gui
[Nemo Action]
Name=View on git-gui
Exec=<view_on_gitgui.sh %F>
Selection=none
Extensions=dir;
Dependencies=git;
#!/bin/sh
cd $1
git gui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment