Under org.Nemo.FileOperations there are methods named: CopyFile, CopyURIs, MoveURIs. How can I use these methods (i am looking for cli commands which use dbus-send or any equivalent)?
How to run CopyFile, CopyURIs, MoveURIs methods of Nemo File Manager
68 views Asked by Ahmad Ismail At
1

You have used D-Feet to get all the information you need so I assume you are struggling to find the correct command line syntax.
I personally find
busctlthe easier command line syntax.An example of copying a file using
busctlwould be:To do the same with
dbus-sendwould be:The
CopyURIsandMoveURIstake an array of URIs as the first argument and a destination directory as the second argument. So an example of doing that withbusctlwould be:The main thing with an array is that you have to include the number of how long the array is. In this example
2