Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sveinbjornt/katsearch
Fast, simple, powerful filesystem search for macOS, just like the good ol' days.
https://github.com/sveinbjornt/katsearch
afps apfs-volumes file-search filesystem-catalog find-files hfs-filesystem macos osx search-interface spotlight
Last synced: 13 days ago
JSON representation
Fast, simple, powerful filesystem search for macOS, just like the good ol' days.
- Host: GitHub
- URL: https://github.com/sveinbjornt/katsearch
- Owner: sveinbjornt
- License: bsd-3-clause
- Created: 2018-07-12T15:49:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T15:33:30.000Z (over 3 years ago)
- Last Synced: 2024-10-25T05:53:34.419Z (20 days ago)
- Topics: afps, apfs-volumes, file-search, filesystem-catalog, find-files, hfs-filesystem, macos, osx, search-interface, spotlight
- Language: Objective-C
- Homepage: https://sveinbjorn.org/katsearch
- Size: 2.49 MB
- Stars: 127
- Watchers: 9
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- Funding: .github/FUNDING.yml
- License: License.txt
Awesome Lists containing this project
README
# KatSearch
**KatSearch is a work in progress and currently only available as an alpha release. Some things will be broken. _Caveat emptor!_**
Mac power-user app to quickly find files on entire APFS and HFS+ volumes by scanning the file system catalog.
Do you miss the good ol’ days before Spotlight, when search on the Mac simply scanned the filesystem? Yeah, me too.
Unlike Spotlight, KatSearch performs *no indexing* and only looks at filenames, not content. It uses a fast low-level kernel call to search the *entire* file system via the APFS or HFS+ file system catalog.
* Fast, native, modern macOS app with a responsive, powerful, no-nonsense interface
* Displays live search results
* Scans the actual file system, not just the userland files Apple wants you to see
* Can run with admin privileges to find all files irrespective of permissions
* Ubiquitous native drag and drop behaviour, with hooks into Finder actions/services via contextual menu
* Supports all the standard Finder keyboard shortcuts for file actions
* Search windows can be invoked using a global hotkey
* Includes [`searchfs`](https://github.com/sveinbjornt/searchfs), a command line tool counterpart
* Free, open source software written in Objective-C/Cocoa**If you find this program useful, please support continued development by [making a donation](https://sveinbjorn.org/donations).**
## Downloads
This is an early **alpha** release for testing purposes only. Some things will be broken.
* **[⇩ Download KatSearch 0.1a](https://sveinbjorn.org/files/software/katsearch.zip)** (~0.8 MB, Intel 64-bit, 10.10 or later)
To test the absolutely latest in-development version, clone this repository and run the following command from the repo root:
```
$ make
```The built application can be found in `products/`.
## Screenshots
## BSD License
Copyright (C) 2018-2021 Sveinbjorn Thordarson <[email protected]>
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.2. Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.3. Neither the name of the copyright holder nor the names of its contributors may
be used to endorse or promote products derived from this software without specific
prior written permission.THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.The KatSearch application icon is copyright (C) [Drífa Thoroddsen](https://drifaliftora.is).