bassmanitram / actions-for-nautilus

An extension to the Gnome "Files" file manager that allows you to add arbitrary actions to the file selection context menu.
Apache License 2.0
165 stars 16 forks source link

how can I see the debug output? #50

Closed kagg886 closed 7 months ago

kagg886 commented 8 months ago

I want to zip a file by using 7zip, here is my shell:

a="%F"; 7z a -si -bd -tzip "newZip.zip" <<< "$(echo -n "$a" | tr '\n' ' ')"

but it not works, so i want to see the debug output.

can you tell me how can I get the nautilus stdout :(

bassmanitram commented 8 months ago

Ooops - sorry @kagg886 - missed this.

This part of the readme should help

bassmanitram commented 7 months ago

@kagg886 - did that help? Can I close?

kagg886 commented 7 months ago

i resolve it thanks :D