All Projects → sveinbjornt → KatSearch

sveinbjornt / KatSearch

Licence: BSD-3-Clause license
Fast, simple, powerful filesystem search for macOS, just like the good ol' days.

Programming Languages

objective c
16641 projects - #2 most used programming language
HTML
75241 projects
Makefile
30231 projects
Rich Text Format
576 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to KatSearch

Wshp
Code for CVPR'18 spotlight "Weakly and Semi Supervised Human Body Part Parsing via Pose-Guided Knowledge Transfer"
Stars: ✭ 273 (+217.44%)
Mutual labels:  spotlight
Leader Line
Draw a leader line in your web page.
Stars: ✭ 1,872 (+2076.74%)
Mutual labels:  spotlight
Multilamp
Android library to showcase/highlight the multiple views on same overlay
Stars: ✭ 233 (+170.93%)
Mutual labels:  spotlight
Flow.launcher
Launch apps with greater control, search files effortlessly and extend features with community plugins. Fast and fluid productivity tool of choice that helps your workflow.
Stars: ✭ 288 (+234.88%)
Mutual labels:  spotlight
Enlighten
💡 An integrated spotlight-based onboarding and help library for macOS, written in Swift.
Stars: ✭ 44 (-48.84%)
Mutual labels:  spotlight
Zazu
🚀 A fully extensible and open source launcher for hackers, creators and dabblers.
Stars: ✭ 2,060 (+2295.35%)
Mutual labels:  spotlight
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-54.65%)
Mutual labels:  spotlight
security-slacker
Pokes users about outstanding security risks found by Crowdstrike Spotlight or vmware Workspace ONE so they secure their own endpoint.
Stars: ✭ 22 (-74.42%)
Mutual labels:  spotlight
Autocomplete
🔮 Fast and full-featured autocomplete library
Stars: ✭ 1,268 (+1374.42%)
Mutual labels:  spotlight
Awesomespotlightview
Awesome tool for create tutorial walkthrough or coach tour
Stars: ✭ 225 (+161.63%)
Mutual labels:  spotlight
Wox
Launcher for Windows, an alternative to Alfred and Launchy.
Stars: ✭ 21,122 (+24460.47%)
Mutual labels:  spotlight
Dext
🔍 A smart launcher. Powered by JavaScript.
Stars: ✭ 713 (+729.07%)
Mutual labels:  spotlight
Spotlight Desktop
Simple app to change the desktop wallpaper to the Windows Spotlight Lock Screen image.
Stars: ✭ 176 (+104.65%)
Mutual labels:  spotlight
Spotlight
Android Library that lights items for tutorials or walk-throughs etc...
Stars: ✭ 3,143 (+3554.65%)
Mutual labels:  spotlight
spotlight-never-index
Exclude some folders from Spotlight.app
Stars: ✭ 21 (-75.58%)
Mutual labels:  spotlight
react-native-search-api
The SearchApi module gives you a general React Native interface to interact with the iOS Search API, Core Spotlight.
Stars: ✭ 35 (-59.3%)
Mutual labels:  spotlight
Driver.js
A light-weight, no-dependency, vanilla JavaScript engine to drive the user's focus across the page
Stars: ✭ 13,154 (+15195.35%)
Mutual labels:  spotlight
AzSearchStore
A UI state management library to build js apps against Azure Search
Stars: ✭ 23 (-73.26%)
Mutual labels:  search-interface
google-it-telegram-bot
🤖 @Google_itBot 🔎 Search and share LINKS/IMAGES/VIDEOS in inline mode
Stars: ✭ 40 (-53.49%)
Mutual labels:  search-interface
Spotlightify
The Spotify overlay controller
Stars: ✭ 190 (+120.93%)
Mutual labels:  spotlight

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, 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.

Downloads

This is an early alpha release for testing purposes only. Some things will be broken.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].