Search found 592 matches
- 28 Feb 2018 03:54
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
Actually, a helper script will be required anyways to translate windows path to linux path. I think if the helper script is an XYS script, I can save myself from passing <selitems> in each call and use the variable directly in the script. This may be a better approach. Edit: I think xyplorer script ...
- 27 Feb 2018 04:31
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
It does work with spaces and multiple items. Actually I changed the <pfaitems> to <selitems>. <pfaitems> gives | separated list which wasn't handled in the script. The assist script was also working with single item only and I had to change it to accomodate multiple files. I need to improve this fur...
- 25 Feb 2018 17:43
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
Thanks. These two worked. I was double quoting the outer quotes rather than doubling the inner ones earlier. "Mover|xy" *;\>::run """/usr/bin/python"" ""/home/naveed/xyassist.py"" ""/data/code/projects/filer/filer.py"" <pfaitems>"; "Mover|<xy>" *;\ >::run '"/usr/bin/python" "/home/naveed/xyassist.py...
- 23 Feb 2018 19:39
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
Linux requires single double quote only when spaces. The below command shows the caption and invokes the program - however; the variable isn't resolved. I believe because of '' "Mover|<xy>" *;\ >run '"/usr/bin/python" "/home/naveed/xyassist.py" "/data/code/projects/filer/filer.py" <pfaitems>'; Need ...
- 23 Feb 2018 04:14
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
Thanks Jupe. That worked - it gave me a list. OS says Windows_NT and windows version is 10
Can you check on WIndows if the captions in PFA/POM are lost when you quote the path%OS% = Windows_NT
%winver% = 10.0
- 22 Feb 2018 04:20
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
Not sure how many of you are using XY on Linux. I've tried using it on Manjaro Gnome Shell. It does look good. Some issues that I encounted - most of them reported already 1. PFA - If I start the path with / it appends the XY path before trying to open it. If I quote it the caption is lost. Would be...
- 19 Feb 2018 18:50
- Forum: Tips & Tricks, Questions & Answers
- Topic: Project XYplorer on Linux: 15/03 New Video!
- Replies: 46
- Views: 12861
Re: Project XYplorer on Linux: 15/03 New Video!
@40k,
How did you manage to get PFA to work. I need to quote everything - python path, helper script and final program. However; I don't get a custom name then and it shows the python path instead.
How did you manage to get PFA to work. I need to quote everything - python path, helper script and final program. However; I don't get a custom name then and it shows the python path instead.
- 18 Feb 2018 13:23
- Forum: Other Software
- Topic: File Managers
- Replies: 86
- Views: 36058
Re: File Managers
Didn't like that it either as it doesn't remember last session and heavily dependent on KDE. I forgot to mention I am a Gnome user.
- 18 Feb 2018 12:20
- Forum: Other Software
- Topic: File Managers
- Replies: 86
- Views: 36058
Re: File Managers
Gus, have any of you found a suitable alternative on Linux.
SpaceFM seems dead
DoubleCMD is good but not that great.
SpaceFM seems dead
DoubleCMD is good but not that great.
- 01 Oct 2017 07:36
- Forum: Wishes
- Topic: Synchronize 2 folders
- Replies: 178
- Views: 17189
Re: Synchronize 2 folders
Is there any plan to add versioning. If yes, options I did like to see
-Keep x revisions
-keep revisions for x days
-location to store the revisions
-Keep x revisions
-keep revisions for x days
-location to store the revisions
- 06 Apr 2017 18:44
- Forum: Wishes
- Topic: Option for Live Filter Box instead of Type Ahead Find
- Replies: 124
- Views: 11700
Re: Option for Live Filter Box instead of Type Ahead Find
Thanks Don for implementing the esc functionality and thanks photoman for convincing Don.
- 27 Mar 2017 18:48
- Forum: Wishes
- Topic: Option for Live Filter Box instead of Type Ahead Find
- Replies: 124
- Views: 11700
Re: Option for Live Filter Box instead of Type Ahead Find
Yes, LFB shouldn't disappear. Only wanted it to be cleared. No worries if it isn't possible.
- 27 Mar 2017 17:48
- Forum: Wishes
- Topic: Option for Live Filter Box instead of Type Ahead Find
- Replies: 124
- Views: 11700
Re: Option for Live Filter Box instead of Type Ahead Find
Actually, my muscles forget that I have moved out of LFB and expect an esc to clear the live filter 

- 25 Mar 2017 07:57
- Forum: Wishes
- Topic: Option for Live Filter Box instead of Type Ahead Find
- Replies: 124
- Views: 11700
Re: Option for Live Filter Box instead of Type Ahead Find
Don, Could you please allow Escape to clear the live filter box even if the cursor isn't present in LFB. It feels natural (and somehow already fed into my muscle memory)
- 25 Mar 2017 03:38
- Forum: Bug Reports
- Topic: Custom Columns Broke after 17.80.0001
- Replies: 3
- Views: 585
Re: Custom Columns Broke after 17.80.0001
Thanks for reverting back the refresh related change. Regarding the other issue, the custom column was incomplete in the original post, but it should have still returned data just consuming more cycles (corrected in OP regardless). I initially thought that it might be related to functions, but found...