8000 GitHub - arunosu/mac-finder
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

arunosu/mac-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Explorer

A fast, native macOS Finder alternative built with SwiftUI.

Features

  • Fast file browsing and searching
  • Modern SwiftUI interface
  • Sidebar with quick access locations
  • Column-based file listing with sorting options
  • File preview support
  • Create new folders
  • Double-click to open files with default applications

Building the App

To build and run the app, use the included script:

./build_and_run.sh

This will:

  1. Build the project in release mode
  2. Create a macOS app bundle
  3. Launch the app

Requirements

  • macOS 13.0 or later
  • Swift 6.0 or later

Development

This app is built using:

  • Swift Package Manager for dependency management
  • SwiftUI for the user interface
  • Foundation and AppKit frameworks for file system operations

Performance Optimizations

The app includes several optimizations for speed:

  • Asynchronous file loading with background threads
  • Efficient file enumeration using FileManager
  • Lazy loading of resources
  • Proper caching of file attributes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 70.1%
  • Swift 27.0%
  • Shell 2.9%
0