Page 3 of 5

Posted: Sun 09 Aug 2009, 17:50
by zigbert
Version 1.19
See main post

Posted: Tue 08 Sep 2009, 05:47
by zigbert
Version 1.20
See main post

This fixes the "xorg.conf" bug mentioned in the Puppy 4.3beta2 bug thread.

Posted: Thu 26 Nov 2009, 17:10
by zigbert
Version 1.21
See main post

Changelog
- Bugfix: Search might fail when combining 'exclude' with other search options.

Posted: Sat 28 Nov 2009, 03:44
by disciple
Do the "sort" menu entries work for you? Because they don't again for me...

Posted: Sat 28 Nov 2009, 04:22
by disciple
Oh, no, it does seem to work - it just doesn't work after I sort by clicking on a column heading.

Posted: Tue 20 Jul 2010, 12:07
by disciple
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.

Posted: Wed 21 Jul 2010, 08:59
by zigbert
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

Posted: Mon 26 Jul 2010, 11:08
by zigbert
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)

Posted: Thu 26 Aug 2010, 16:06
by zigbert
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

Posted: Sun 29 Aug 2010, 05:59
by disciple
:shock: That broke searching in directories with spaces in their path - because $SEARCHPATH got unquoted on line 90 of pfilesearch.

Posted: Sun 29 Aug 2010, 07:04
by zigbert
disciple wrote::shock: That broke searching in directories with spaces in their path - because $SEARCHPATH got unquoted on line 90 of pfilesearch.
Great catch :)

Posted: Sun 29 Aug 2010, 07:07
by zigbert
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)

Posted: Tue 30 Aug 2011, 16:43
by zigbert
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'

Posted: Fri 09 Sep 2011, 08:53
by zigbert
Version 1.26
See main post

Changelog
- Bugfix: Search for < or > (thanks to rodin.s)

Posted: Mon 24 Oct 2011, 17:20
by zigbert
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.

Posted: Wed 16 Nov 2011, 15:09
by zigbert
Version 1.28
See main post

Changelog
- add m3u to the music-group (for pmusic 2.2.2)

Posted: Mon 02 Jan 2012, 21:08
by strema
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

Posted: Mon 02 Jan 2012, 23:14
by pemasu
This was found inside the pfilesearch script. Probably other apps main scripts have this also :D

Code: Select all

#!/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/>.
#------------------------------

Posted: Tue 03 Jan 2012, 01:16
by strema
Thank you pemasu for your answer
Thank you zigbert for your program

Posted: Wed 04 Jan 2012, 16:53
by zigbert
It is great if Anyone in the Arch-world could benefit of our code.


Sigmund