Ability to copy/move multiple links
-
hs
- Posts: 8
- Joined: 10 Sep 2007 19:41
Ability to copy/move multiple links
Basically what i want is a feature similar to Piky Basket. It allows to put various links into basket from various folders and then a user can move/copy all items at one go. It's very useful IMHO.
Secondly i observed that one can bring up the Info panel bu right clicking at the bottom. How about adding a feature to hide it again on another click.
More info abt Piky
http://www.conceptworld.com/Piky/piky_features.asp
Regards
Secondly i observed that one can bring up the Info panel bu right clicking at the bottom. How about adding a feature to hide it again on another click.
More info abt Piky
http://www.conceptworld.com/Piky/piky_features.asp
Regards
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
-
admin
- Site Admin
- Posts: 66360
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: Ability to copy/move multiple links
The Catalog can already be used for this. Collect your items in a Category, then "Copy All Items in Category" (Category context menu). Then you have them on the clipboard and can do with them what you want.hs wrote:Basically what i want is a feature similar to Piky Basket. It allows to put various links into basket from various folders and then a user can move/copy all items at one go. It's very useful IMHO.
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66360
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Categories can be used as a drop stack in some ways. Real drop stack support (which is planned) would have more power. More like a virtual ad hoc folder, with presence in tree and list.hs wrote:Thanks for clearing. I already have used the category once for storing quick links for my video folders. Nice
BTW is the drop stack same as categories?
FAQ | XY News RSS | XY X
-
serendipity
- Posts: 3360
- Joined: 07 May 2007 18:14
- Location: NJ/NY
Link to one of the old drop stacks discussions:
http://www.xyplorer.com/xyfc/viewtopic. ... rop+stacks
http://www.xyplorer.com/xyfc/viewtopic. ... rop+stacks
-
panorama
- Posts: 83
- Joined: 22 May 2007 16:01
Re: Ability to copy/move multiple links
Three things:admin wrote:I wrote this very quickly (I'm cooking right now!) without trying. Try with care, I sometimes I make mistakes when I'm hungry...
1 - Try and keep your keyboard clean
2 - Never code on an empty stomach
3 - Bon appétit !
-
aimy
- Posts: 186
- Joined: 26 Feb 2007 15:44
Re: Ability to copy/move multiple links
Wow! I don't know this feature is already there.. Is it?
I was just about to recommend the same thing.. PikyBasket!
So how am I going to achieve the same objective by using XYPlorer?
I was just about to recommend the same thing.. PikyBasket!
So how am I going to achieve the same objective by using XYPlorer?
-
aimy
- Posts: 186
- Joined: 26 Feb 2007 15:44
Re: Ability to copy/move multiple links
Errrk... I can't digest the Catalog manual...
Actually.. before this I thought Sticky Selection is the answer to the PikyBasket.. but I was wrong.
But I think, it would be more easier if we have some button to do this isn't it?
Means that the button for start adding items to clipboard (files that need to be copied/cut), then we use the copy/cut button.
And paste like usual.
The next time the user press that button, it will start making a new clipboard.
Am I right?
Actually.. before this I thought Sticky Selection is the answer to the PikyBasket.. but I was wrong.
But I think, it would be more easier if we have some button to do this isn't it?
Means that the button for start adding items to clipboard (files that need to be copied/cut), then we use the copy/cut button.
And paste like usual.
The next time the user press that button, it will start making a new clipboard.
Am I right?
-
aimy
- Posts: 186
- Joined: 26 Feb 2007 15:44
Re: Ability to copy/move multiple links
I managed to find the usage of that Catalog finally.. (I guess so).
So, I don't think it's really practical.
Furthermore when I don't find any way to clear up all the items in that Category (in this case I named it as Cop[y Items) in ONE SHOT!
Please response.
Thank you.
So, I don't think it's really practical.
Furthermore when I don't find any way to clear up all the items in that Category (in this case I named it as Cop[y Items) in ONE SHOT!
Please response.
Thank you.
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: Ability to copy/move multiple links
Potentially, this could have been possible using scripting if either of the following 2 scripting features have been present:aimy wrote:Errrk... I can't digest the Catalog manual...![]()
Actually.. before this I thought Sticky Selection is the answer to the PikyBasket.. but I was wrong.
But I think, it would be more easier if we have some button to do this isn't it?
Means that the button for start adding items to clipboard (files that need to be copied/cut), then we use the copy/cut button.
And paste like usual.
The next time the user press that button, it will start making a new clipboard.
Am I right?
- Being able to add to an array of elements.
or
- XY's copyto, moveto, backupto could read in a list of files to apply those operations to from a text file.
Sadly, neither are in XY's arsenal AFAIK, or I could have put together a couple of nice scripts that would do the job
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
aimy
- Posts: 186
- Joined: 26 Feb 2007 15:44
Re: Ability to copy/move multiple links
Thanks for your response..zer0 wrote:Potentially, this could have been possible using scripting if either of the following 2 scripting features have been present:
- Being able to add to an array of elements.
or
- XY's copyto, moveto, backupto could read in a list of files to apply those operations to from a text file.
Sadly, neither are in XY's arsenal AFAIK, or I could have put together a couple of nice scripts that would do the job
So, can I conclude that XYplorer is not yet reaching the Piky Basket as the original benchmark?
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
Re: Ability to copy/move multiple links
Oh you can do that easily. Imagine the current item is a text file containing a list of files (full path, one per line) you could just do something like this:zer0 wrote:- XY's copyto, moveto, backupto could read in a list of files to apply those operations to from a text file.
Sadly, neither are in XY's arsenal AFAIK
Code: Select all
copyto 'D:\Destination', replace(readfile(), <crlf>, '|');Proud XYplorer Fanatic
-
zer0
- Posts: 2676
- Joined: 19 Jan 2009 20:11
Re: Ability to copy/move multiple links
Thanks to jacky, who has enlightened me, I am able to create a couple of scripts that hopefully meet your needs. My thinking is to create one script for you to add files to a collection and a script to copy/move/backup them where you want and flush that collection. Do those meet your needs?aimy wrote:So, can I conclude that XYplorer is not yet reaching the Piky Basket as the original benchmark?
Reporting a bug? Have a wish? Got a question? Use search - View roadmap - FAQs: Forum + XY site
Windows 7/10
Always using the latest stable two-decimal build
Windows 7/10
Always using the latest stable two-decimal build
-
Muroph
- Posts: 561
- Joined: 21 Aug 2007 16:13
Re: Ability to copy/move multiple links
there's already a script by serendipity to do that here.zer0 wrote:My thinking is to create one script for you to add files to a collection and a script to copy/move/backup them where you want and flush that collection. Do those meet your needs?
my teracopy script also has some collection commands (link on my sig).
My shared scripts:
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
TeraCopy Integration, Tag Manager, Comments Menu, Text Replacer, Image and Media Tools, Checksum Calculator, Video Calculator
only 5 URLs are allowed on the sig...
XYplorer Beta Club