| Author |
Message |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Mon 11 Jul 2011, 16:39 Post subject:
Access-Finder Subject description: finds files accessed before selected date |
|
Access-Finder searches for files in a selected directory that were accessed before/after a selected date. Choose a search level for including sub-directories.
Change Log:
Ver 1.0 7/11/11
Ver 2.0 7/15/11 Added "after" search function; Added "day"
Ver 2.5 7/28/11 Added "Accessed/Modified" search option
Ver 3.0 8/2/11 Close child output window for multiple searches;set default directory to pwd (great when loading from terminal); added "yesterday" search button for fast search of current files.
Ver 3.1 8/8/11 Bug Fix: removed leading 0 from day for bash computation
Ver 4.0 6/17/12 Added cache finder. Finds cache files in chosen directory
Ver 4.1 1/20/13 Bug Fix: cache finder had typo (or options have changed)
| Description |
|

Download |
| Filename |
Access-Finder-4.1.pet |
| Filesize |
2.41 KB |
| Downloaded |
438 Time(s) |
| Description |
|
| Filesize |
17.6 KB |
| Viewed |
916 Time(s) |

|
Last edited by jpeps on Mon 21 Jan 2013, 02:59; edited 9 times in total
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Fri 15 Jul 2011, 18:35 Post subject:
|
|
Version 2.0: See Changelog
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Fri 29 Jul 2011, 02:41 Post subject:
|
|
Ver 2.5 Added "Accessed/Modified" file search option
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Tue 02 Aug 2011, 17:05 Post subject:
|
|
Version 3.0 Close child output window for multiple searches; set directory default to present working directory (useful when loading from terminal); add "Yesterday" search button for locating current files quickly
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Mon 08 Aug 2011, 22:15 Post subject:
|
|
Version 3.1 Bug fix. "Yesterday" wasn't working correctly since bash can't handle digits with leading 0 (another reason why I use my own mc calculator in personal scripts).
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6866 Location: Perth, Western Australia
|
Posted: Wed 10 Aug 2011, 19:05 Post subject:
|
|
jpeps,
That can be a useful little utility! I have downloaded it to try it out.
_________________ http://bkhome.org/blog2/
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Thu 11 Aug 2011, 20:27 Post subject:
|
|
Found this spelling mistake
Also the button at the bottom of your child window
could be changed
| Code: |
<hbox>
<button ok>
<action type="closewindow">OUTPUT</action>
</button>
</hbox>
|
or this code will center the icons using hard spaces
| Code: |
<hbox>
<button ok>
<action type="closewindow">OUTPUT</action>
</button>
<text><label> </label></text>
</hbox> |
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Thu 11 Aug 2011, 21:42 Post subject:
|
|
Don't see any improvement by using an hbox. Thanks for spotting the typo. (fixed).
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Sun 17 Jun 2012, 13:44 Post subject:
|
|
Added cache finder button. Finds cache files in chosen directory, sorted by file size. This is useful when your save file space keeps decreasing, and you don't know why. (note: ignores "depth" setting).
| Description |
|
| Filesize |
51.25 KB |
| Viewed |
300 Time(s) |

|
|
|
Back to top
|
|
 |
don570

Joined: 10 Mar 2010 Posts: 2473 Location: Ontario
|
Posted: Tue 19 Jun 2012, 13:55 Post subject:
|
|
It is possible to control the width of a combobox .
Two hbox widgets are needed.
I changed your code a bit and made the month change....
| Code: | <hbox>
<text>
<label>Month</label>
</text>
<hbox>
<combobox width-request="77" tooltip-text="Select month">
|
__________________________________________
|
|
Back to top
|
|
 |
jpeps
Joined: 31 May 2008 Posts: 2422
|
Posted: Mon 21 Jan 2013, 11:55 Post subject:
|
|
Updated non-working sort option for the cache. (either typo or it changed).
|
|
Back to top
|
|
 |
|