After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 593160 - Provide copy and move file operations as command tool
Provide copy and move file operations as command tool
Status: RESOLVED DUPLICATE of bug 497008
Product: nautilus
Classification: Core
Component: general
2.26.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-26 13:32 UTC by ulrik sverdrup
Modified: 2010-04-27 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ulrik sverdrup 2009-08-26 13:32:22 UTC
It is useful for scripting and programs doing integration (such as Gnome Do) if they instead of performing file operations themselves could relay the task to nautilus.

Compare file-roller: You can tell file-roller to unpack or pack an archive from the command line. For the user this is a visible process.

This has several benefits:
* User visible process
* User-recognizable process. "Aha, it copies files", "Aha, it unpacks"
* Implemented in only one place'

(All these benefits have many sub-benefits, for example the single implementation means that the integration tool can handle things it would otherwise not implement, like any URI to any URI copies trash:///thisfile -> file:///.. etc)


This feature request requests a nautilus command, or a tool called something like "nautilus helper" that would allow copy and move operations expressed as command lines, and would present the progress of these operations using nautilus' interface.

natuilus-helper --copy=.. --dest=..

Alternatively natuilus wrappers around the gvfs-copy etc scripts.
Comment 1 Cosimo Cecchi 2010-04-27 14:09:38 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 497008 ***