Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanslikesocool/applibrary
A lightweight app launcher for macOS
https://github.com/ryanslikesocool/applibrary
Last synced: 7 days ago
JSON representation
A lightweight app launcher for macOS
- Host: GitHub
- URL: https://github.com/ryanslikesocool/applibrary
- Owner: ryanslikesocool
- License: mit
- Created: 2023-02-19T00:44:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-10T02:14:18.000Z (4 months ago)
- Last Synced: 2024-07-10T05:14:32.830Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 15 MB
- Stars: 32
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# App Library
A lightweight app launcher for macOS.![App Library Screenshots](~images/header.jpg)
Launchpad hasn't recieved any significant updates (or love) from Apple since it was released with Mac OS X Lion in 2011. App Library aims to fix that oversight.
## Features
- [x] Launch apps
- [x] Search installed apps
- [x] Hide and show apps in the library with a (right) click
- [x] Add and remove search scopes to look for installed apps
- [ ] Keyboard navigation
- [ ] Grid view
- [ ] Group by app category## Installation
App Library requires macOS 13.0 or later.\
Download and unzip the latest `App Library.app.zip` [release](https://github.com/ryanslikesocool/AppLibrary/releases/latest).\
Move the app to your Applications folder (and your dock!)## Known Issues
- App Library cannot be sandboxed due to the way it uses accessibility features to locate the dock icon.
- App Library currently only works with the dock on the bottom of the screen.## Acknowledgements
[Settings](https://github.com/sindresorhus/Settings) - Settings pane\
[Mouse Finder](https://github.com/neilsardesai/Mouse-Finder) - Dock icon location code