Skip to content

Commit 7e07a87

Browse files
committed
Add gvfs-info action for inspecting file metadata (for purposes of
debugging) - right-click a file and it will send gvfs-info output on that file to stdout.
1 parent 0948eec commit 7e07a87

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

utils/gvfs-info.nemo_action

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[Nemo Action]
2+
3+
Active=true
4+
Name=Report GVFS info on %f
5+
Comment=Send the results of gvfs-info on %f to stdout
6+
Exec=gvfs-info %F
7+
Icon-Name=info
8+
Selection=s
9+
Extensions=any;
10+
EscapeSpaces=true

0 commit comments

Comments
 (0)