Author |
Message |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Tue 20 Jul 2010, 08:07 Post subject:
|
|
Hello there.
Does searching for "file", "folder" or "symlink" work for anyone?
For me it just ignores those options and prints a message to the terminal about -type being an invalid command. It has been like this for at least a couple of versions of pfilesearch.
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 21 Jul 2010, 04:59 Post subject:
|
|
disciple wrote: | Hello there.
Does searching for "file", "folder" or "symlink" work for anyone?
For me it just ignores those options and prints a message to the terminal about -type being an invalid command. It has been like this for at least a couple of versions of pfilesearch. | Added to todo-list
Thank you
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Mon 26 Jul 2010, 07:08 Post subject:
|
|
Version 1.22
See main post
Changelog
- NLS sturcture is updated.
- External dialogs are placed ontop in Stardust (error, hits...)'
- Bugfix: search for only files/links/dirs (thanks to disciple)
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Thu 26 Aug 2010, 12:06 Post subject:
|
|
Version 1.23
See main post
changelog
- Improved language detection (thanks to wow)
- Message on splash: The first search will be much slower than the next.
- Bugfix: using parameter '-type f/d/l' when searching single textstring
- Bugfix: Searching for text in files for a string that includes a - character (thanks to disciple)
- NLS added: LOC602
_________________ Stardust resources
|
Back to top
|
|
 |
disciple
Joined: 20 May 2006 Posts: 6781 Location: Auckland, New Zealand
|
Posted: Sun 29 Aug 2010, 01:59 Post subject:
|
|
That broke searching in directories with spaces in their path - because $SEARCHPATH got unquoted on line 90 of pfilesearch.
_________________ If you have or know of a good gtkdialog application, please post a link here
Classic Puppy quotes
ROOT FOREVER
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sun 29 Aug 2010, 03:04 Post subject:
|
|
disciple wrote: | That broke searching in directories with spaces in their path - because $SEARCHPATH got unquoted on line 90 of pfilesearch. | Great catch
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Sun 29 Aug 2010, 03:07 Post subject:
|
|
Version 1.24
See main post
changelog
- Bugfix: Localize search button. (thanks to esmourguit)
- Bugfix: Do not center gui.
- Bugfix: Search in directories with space in name (thanks to disciple)
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Tue 30 Aug 2011, 12:43 Post subject:
|
|
1.25 is released
See main post
- Bugfix: return value of fileselect dialog (thanks to BarryK)
- Bugfix: output to terminal 'gtkdialog is /usr/sbin/gtkdialog3'
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Fri 09 Sep 2011, 04:53 Post subject:
|
|
Version 1.26
See main post
Changelog
- Bugfix: Search for < or > (thanks to rodin.s)
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Mon 24 Oct 2011, 13:20 Post subject:
|
|
Version 1.27
See main post
changelog
- New option -f --> allow activating search filters from commandline.
- Extend the music filter with more file extensions.
- Add parammeter -bb and -bbb to control backend level.
_________________ Stardust resources
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 16 Nov 2011, 11:09 Post subject:
|
|
Version 1.28
See main post
Changelog
- add m3u to the music-group (for pmusic 2.2.2)
_________________ Stardust resources
|
Back to top
|
|
 |
strema
Joined: 02 Jan 2012 Posts: 2
|
Posted: Mon 02 Jan 2012, 17:08 Post subject:
|
|
Hello zigbert, can you please tell me under which license are you publishing your work?
I came here from https://aur.archlinux.org/packages.php?ID=48793
Thank you
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5484 Location: Finland
|
Posted: Mon 02 Jan 2012, 19:14 Post subject:
|
|
This was found inside the pfilesearch script. Probably other apps main scripts have this also
Code: | #!/bin/bash
#pfilesearch - Act on files
#Copyright 2008, 2009, 2010, 2011
#Sigmund Berglund
#------------------------------
#This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2.
#This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. <http://www.gnu.org/licenses/>.
#------------------------------ |
|
Back to top
|
|
 |
strema
Joined: 02 Jan 2012 Posts: 2
|
Posted: Mon 02 Jan 2012, 21:16 Post subject:
|
|
Thank you pemasu for your answer
Thank you zigbert for your program
|
Back to top
|
|
 |
zigbert

Joined: 29 Mar 2006 Posts: 6541 Location: Valåmoen, Norway
|
Posted: Wed 04 Jan 2012, 12:53 Post subject:
|
|
It is great if Anyone in the Arch-world could benefit of our code.
Sigmund
_________________ Stardust resources
|
Back to top
|
|
 |
|