From 7e07a8777c7668116dccb7b8432aaf2d9834fabf Mon Sep 17 00:00:00 2001 From: Michael Webster Date: Sun, 18 Jun 2017 20:12:41 -0400 Subject: [PATCH] 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. --- utils/gvfs-info.nemo_action | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 utils/gvfs-info.nemo_action diff --git a/utils/gvfs-info.nemo_action b/utils/gvfs-info.nemo_action new file mode 100644 index 000000000..243944f30 --- /dev/null +++ b/utils/gvfs-info.nemo_action @@ -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