The goal of this project is to create the most satisfying search program in the world. DeepFileFind...
- Has features you need
- Isn't annoying
- Is GPL (free as in freedom, forever--redistribute modify according to the terms as you wish). Full source code of original project is at https://github.com/Hierosoft/DeepFileFind/releases.
--in other words, it's a program like nothing before it.
- Download a DeepFileFind windows zip from Releases.
- Open/Run
- Open "bin", then "Release-win64" 9or "WindowsRelease" for older versions).
- Drag DeepFileFind.exe to your Desktop.
- If the program is blocked by Windows, click More Info then Run Anyway and if you agree it is safe please click the steps to report the false positive to Microsoft (such as if you have reviewed the source code or reproduced it by building)
- Double-click the icon on the desktop (Magnifying glass).
- Push More Info / Allow if you get a security warning.
- If using a git version,
git clone https://github.com/Hierosoft/DeepFileFind.git
then open sln file using SharpDevelop, or if using GNU OS install monodevelop then open DeepFileFind_monodevelop in MonoDevelop; then set Build configuration to Release, then click Build, then Build (Solution or All depending on your integrated development environment). - OR if using a release, unzip release zip to its own folder.
- open terminal
- cd to folder where unzipped
- then:
sudo ./install
- Search partial name (without requiring any type of wildcard notation)
- Modification Date Range (time is optional for each)
- Open a found file by right-clicking on a result file (or optionally open the folder that contains it)
- Saves all possible settings to the user's profile (such as %APPDATA%\DeepFileFind)
- Intuitive: just try to use it and it works
- For average users (has justifiable and readily usable defaults; no regex (except perhaps an invisible option via settings file in the future)--it is unnecessary, and showing an option to use "regex" or "regular expressions" only serves to confuse most people)
- Isn't annoying (no search index; will never have panels other than search and results; no tabs)
- Skipping or modifying any of these directives will make it like any other search tool and therefore irrelevant.
- Cross-platform
See Issues.
See changelog.md.
- Edit the version in Changelog
- Edit the version in AssemblyInfo.cs
- Build the release build to bin/WindowsRelease using SharpDevelop 4.4.
- Run
python release.py
- Add a tag and upload the DeepFileFind zip with the matching version in the parent directory (such as "GitHub").