Page 3 of 5

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

Posted: Mon 18 Jun 2012, 20:42
by zigbert
Version 1.30 is uploaded
See main post

changelog 1.30
- Parameter -e: embed xml-code into another app.
- NLS moved to /usr/share/locales.
- Scalable gui.
- Deactivate category filter if searching only for (type) directory.
- Disable date-entry until checkbox is set.
- Updated search-splash.
- Get rid of usleep.
- Remove Root as default user in search-command
- Remove e-mail as category (only removed in gui for now).
- Bugfix: Do not allow more than one detected langauge. (thanks to shinobar)
- Bugfix: Finetune exclude command to find files in /mnt/home. (thanks to B.K.Johnson)
- Bugfix: Searching category fails if checking more than one.
- Bugfix: Searching type (file/link/dir) should not allow more than one alternative.
- Bugfix: Searching time should not allow more than one alternative.
- Bugfix: Combine -type and -time parameters corrupted find-command.
- NLS: Changed: LOC0512

Posted: Wed 01 Aug 2012, 09:24
by zigbert
Version 1.31
See main post

Changelog
- Use gettext for NLS (thanks to L18L)

Posted: Mon 13 Aug 2012, 09:17
by zigbert
Version 1.32
See main post

changelog
- Bugfix: gettext

Posted: Mon 13 Aug 2012, 19:49
by zigbert
bump

Posted: Fri 19 Oct 2012, 19:44
by zigbert
Version 1.33
See main post

Changelog
- Bugfix: Halts if missing 'iname' attribute when running as backend.
- Bugfix: a lot of missing gettext
- Bugfix: search in /mnt/home (thanks to don570 and pemasu)