Skip to content
A-MC Creative Development

A-MC Creative Development

Programming, Music, Tech, Hardware, Retrogaming and probably much more :)

  • Home
  • SOFTWARE
    • Hollywood Source & Libraries
    • APPBuilder Tool
    • HFinder 2017
    • HGUI
    • GEMZ
    • White Dot
  • MUSIC
  • About Me
  • Privacy Policy
  • en English
    af Afrikaanssq Albanianam Amharicar Arabichy Armenianaz Azerbaijanieu Basquebe Belarusianbn Bengalibs Bosnianbg Bulgarianca Catalanceb Cebuanony Chichewazh-CN Chinese (Simplified)zh-TW Chinese (Traditional)co Corsicanhr Croatiancs Czechda Danishnl Dutchen Englisheo Esperantoet Estoniantl Filipinofi Finnishfr Frenchfy Frisiangl Galicianka Georgiande Germanel Greekgu Gujaratiht Haitian Creoleha Hausahaw Hawaiianiw Hebrewhi Hindihmn Hmonghu Hungarianis Icelandicig Igboid Indonesianga Irishit Italianja Japanesejw Javanesekn Kannadakk Kazakhkm Khmerko Koreanku Kurdish (Kurmanji)ky Kyrgyzlo Laola Latinlv Latvianlt Lithuanianlb Luxembourgishmk Macedonianmg Malagasyms Malayml Malayalammt Maltesemi Maorimr Marathimn Mongolianmy Myanmar (Burmese)ne Nepalino Norwegianps Pashtofa Persianpl Polishpt Portuguesepa Punjabiro Romanianru Russiansm Samoangd Scottish Gaelicsr Serbianst Sesothosn Shonasd Sindhisi Sinhalask Slovaksl Slovenianso Somalies Spanishsu Sundanesesw Swahilisv Swedishtg Tajikta Tamilte Teluguth Thaitr Turkishuk Ukrainianur Urduuz Uzbekvi Vietnamesecy Welshxh Xhosayi Yiddishyo Yorubazu Zulu
  • Toggle search form

HFinder 2017

HFinder

 

INTRODUCTION

HFinder is a little tool to search files on your computer, matching results will be showed in a list and you can select results to perform some basic operations like copy, move and delete.

You can also export the results list into a text file for further operations.

DETAILS

HFinder have been released many years ago and now I’ve completely rewritten and optimized it adding some features, a better GUI design (I hope!) and a considerable speed improvement.
You can find files in the selected directory and optionally you can recursively scan all subdirectories, with the matching file you will be able to performs the following operations:

  • Copy : Copy the selected results to a destination
  • Move : Move the selected results to a destination
  • Delete : Delete the selected results from the media

You can also export the results into a text file for your own operations.

The results list can be switched from multiselect mode to single select mode with a button switch.

HFinder : Preferences window
HFinder : Preferences window

The program can also save the latest used search pattern and search directory, just activate these options in the preferences window.

LANGUAGE CATALOG

HFinder have an open language catalog format, here are some details if you want to translate your own catalogs.

Each language catalogue is a simple text file with the .language extension, this is important because the program will look for this extension at startup.

The lines starting with /* are comments so you can write anything here, it’s agood idea, for example, to write your name, catalogue version and release date.

The first two lines are:

[SIN]id = 0
[SST]name = English

Where id is the language identification number (0 is reserved for the base catalogue, english), while name is the language name that will be showed in the drop down list in the preferences window.

All the other lines are the translations paired with the catalog tags, you have to translate the text at the right of the equal sign (=).

While translating consider the following rules:

  • [SST] means single string, [MST] means comma separated multi string
  • If you need to insert a comma in a [MST] field use the {COMMA} tag
  • If you need to insert a line feed use the {ENTER} tag
  • If you need to insert an equal sign use {EQUAL} tag

Feel free to send me your translations so I can include them in the next releases.

 

DONATIONS

The software is free but if you find it useful you can send me some bucks using PayPal to keep it updated and improved, even a small cup of coffee is appreciated!


 

USING HFINDER FROM THE COMMAND LINE

HFinder can be used from the console and supports the following arguments:

-search <pattern>
<pattern> = pattern to search, default = * (all files)

-casesensitive <1|0>
1 = Case sensitive, 0 = Insensitive, default = 1

-recursive <1|0>
1 = Recursive search, 0 = Recursive search off, default = 0

-from <starting_directory>
Where to start the search, default = current directory

-output <filename>
Saves the search results on the given file name or print the results to the console

-quite <1|0>
1 = No console activity, 0 = Print to the console the results and few informations, default = 0

-ansi <1|0>
1 = Enable ANSI codes, 0 = Plain text

-helpme
Shows a brief help like this one

-gui
If -gui switch is used HFinder GUI will be opened and all specified fields (-recursive, -casesensitive, -search, -from) will be used to pre-fill HFinder fields and settings. If -search is specified the search process will be started autonatically otherwise the user will need to hit the search button by hand.

 

Change Log

V2.4 – 10 March 2017
– HFinder released for AmigaOS4, thanks to Rob for the icon image conversion.

V2.4 – 04 March 2017
– HFinder released for AmigaOS3, HFinder uses a tool by Nikolaos Damilakis to automatically open results windows.

V2.4
– AROS can now open parent windows of the selected results (thanks to Ball000)
– Added support for the -gui switch please have a look at the console usage for details.

V2.3
– Changed the update system so that each platform has the HFinder executable named HFinder instead of HFinder_platform_architecture. Due to this new mechanism, when the updater update itself the procedure may be restarted automatically.
– Fixed the bug reported by amiga, now inaccessible directories will be skipped during the scan process.
– Small adjustments in the updater windows

V2.2
– Added a switch to enable/disable case sensitive searches
– Added a button to open location of selected files
– Added console mode (see above for details).

Older changes
V2.1
– New update system
– Dropped MacOS X and WarpOS support, they are available on request
– Added missing app icons
– Added the updater
– Added italian language
– Latest HGui build with the following features :
– listview columns that can be resized
– sorting algorhythm has been improved
– file size is properly converted and can be sorted

V2.0
– Minor fixes, just a recompile with updated libraries

 

DOWNLOADS

Version 2.4 Available (04 Mar 2017)
Extract the archive on your system and run the updater program, it will download all necessary files for your system and HFinder will be started when ready.
  • HFinder 2.4 for Windows (7z archive)
  • HFinder 2.4 for AROS x86 (7z archive)
  • HFinder 2.4 for AmigaOS3.x RTG (lha archive)
  • HFinder 2.4 for AmigaOS4 PPC (lha archive)

OLD versions  (zip archives) :

  • Linux ARM
  • Linux PPC
  • Linux x86
  • MorphOS
  • Warp OS
  • Mac OSX PPC
  • Mac OSX Intel

Comments (2) on “HFinder 2017”

  1. Pingback: HFinder update, v2.1 for Windows released - AMC
  2. Pingback: HFinder 2.1 for AROS available for download - AMC

Leave a Reply Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Privacy & Cookies : This site use cookies. Please take a moment to review our privacy policy. Our Cookie and Privacy Policy

Copyright © 2023 A-MC Creative Development.

Powered by PressBook Masonry Dark