Skip to content

Commit

Permalink
Add gvfs-info action for inspecting file metadata (for purposes of
Browse files Browse the repository at this point in the history
debugging) - right-click a file and it will send gvfs-info output
on that file to stdout.
  • Loading branch information
mtwebster committed Jun 19, 2017
1 parent 0948eec commit 7e07a87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions utils/gvfs-info.nemo_action
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Nemo Action]

Active=true
Name=Report GVFS info on %f
Comment=Send the results of gvfs-info on %f to stdout
Exec=gvfs-info %F
Icon-Name=info
Selection=s
Extensions=any;
EscapeSpaces=true

0 comments on commit 7e07a87

Please sign in to comment.