Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cerpow/catapult
Access your workspace on the fly.
https://github.com/cerpow/catapult
Last synced: 14 days ago
JSON representation
Access your workspace on the fly.
- Host: GitHub
- URL: https://github.com/cerpow/catapult
- Owner: cerpow
- License: mit
- Created: 2019-03-09T10:11:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T09:27:16.000Z (12 months ago)
- Last Synced: 2024-08-01T16:49:30.617Z (3 months ago)
- Language: JavaScript
- Size: 12 MB
- Stars: 39
- Watchers: 4
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - Catapult
README
# Catapult for macOS
A project launcher app built on top of Electron.
About •
How to use •
What is new •
Credits •
Support •
Contibute •
License •
Download### About
Catapult is a simple macOS menu-app that helps you open your projects more easily. Drag and drop any folder or file and select which app you want to open it with. A new project is created and you can access it quickly in the top menu by clicking on it.
### How to use
1. [Download](https://github.com/cerpow/catapult/releases) and install Catapult app
2. Drag and drop a folder or file into Catapult app or use "Open Browser" button
3. Select "Open In" Application
4. Save project
5. Click on project to open in specified applicationNote: This app is not signed yet, to open the app, Right click > Open
### What is new
**Dark/Light mode**
You can now set your preferred color theme. Options: Light / Dark / System
```
Set theme via Settings > Theme
```**Search projects**
Search your projects for quick access.
**Rearrange projects order**
Click and drag any project to rearrange its position.
**Launch app only**
```
If you select to open an app with the same app, Catapult will only launch the app.
```Other: **Use Finder option, design changes and more!**
### Credits
Catapult uses the following open source packages:
- [Electron](http://electron.atom.io/)
- [Node.js](https://nodejs.org/)
- [Jquery](https://jquery.com)
- [Open](https://github.com/sindresorhus/open)
- [Extract File Icon](https://github.com/sentialx/extract-file-icon)
- [Electron Store](https://github.com/sindresorhus/electron-store)### Support
### Contribute
Please send any feedback or suggestions via Issues or at [email protected]
Using yarn as package manager (https://yarnpkg.com)
```
git clone https://github.com/cerpow/catapult.git
cd catapult
yarn
yarn dev
```### License
MIT
---
> Voicu Apostol [cerpow.com](https://www.cerpow.com) · GitHub [@cerpow](https://github.com/cerpow) · Twitter [@cerpow](https://twitter.com/cerpow)