All Projects → ziulev → Spotter

ziulev / Spotter

Licence: gpl-3.0
🔎 macOS productivity tool to launch everything

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Spotter

Blender Launcher
Standalone client for managing official builds of Blender 3D
Stars: ✭ 174 (-59.15%)
Mutual labels:  productivity, launcher, open-source
Ueli
Keystroke launcher for Windows and macOS
Stars: ✭ 2,162 (+407.51%)
Mutual labels:  productivity, launcher
Aws Launcher
AWS Launcher. Launch AWS Services from your macOS dock.
Stars: ✭ 132 (-69.01%)
Mutual labels:  productivity, launcher
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (-72.77%)
Mutual labels:  productivity, launcher
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-90.61%)
Mutual labels:  productivity, open-source
Command Center
A CLI-based launcher and general productivity tool.
Stars: ✭ 78 (-81.69%)
Mutual labels:  productivity, launcher
Kap
An open-source screen recorder built with web technology
Stars: ✭ 14,488 (+3300.94%)
Mutual labels:  productivity, open-source
Ue4linuxlauncher
Stars: ✭ 79 (-81.46%)
Mutual labels:  launcher, open-source
xplr
A hackable, minimal, fast TUI file explorer
Stars: ✭ 2,271 (+433.1%)
Mutual labels:  productivity, launcher
arvis
Extendable cross-platform launcher that aims to help you run, edit, create any workflow simply
Stars: ✭ 39 (-90.85%)
Mutual labels:  productivity, launcher
synapse-project
Powerful fuzzy search launcher for a multitude of tasks
Stars: ✭ 46 (-89.2%)
Mutual labels:  productivity, launcher
Maya
Maye 一个简洁小巧的快速启动工具
Stars: ✭ 553 (+29.81%)
Mutual labels:  productivity, launcher
Simple App Launcher
A simple holder for favourite apps for quick & easy app launcher icon management
Stars: ✭ 202 (-52.58%)
Mutual labels:  launcher, open-source
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+2984.04%)
Mutual labels:  productivity, launcher
Baldphone
A new accessible interface for your smartphone, suitable for seniors
Stars: ✭ 181 (-57.51%)
Mutual labels:  launcher, open-source
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 (-32.39%)
Mutual labels:  productivity, launcher
Uwp App Launcher Mobile
[Open Source] It's like the iOS and Android Home Screens but for Windows 10 (Phones).
Stars: ✭ 47 (-88.97%)
Mutual labels:  launcher, open-source
mindful-android-launcher
Siempo Android Launcher - Smartphone interface for mental health and wellbeing
Stars: ✭ 38 (-91.08%)
Mutual labels:  productivity, launcher
Online
Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
Stars: ✭ 278 (-34.74%)
Mutual labels:  productivity, open-source
Beeftext
A text snippet tool for Windows.
Stars: ✭ 366 (-14.08%)
Mutual labels:  productivity, open-source

Spotter Thanks

Spotter - Productivity tool that allows you to launch everything | Product Hunt

Productivity tool to launch everything (e.g. switch the next song, connect bluetooth device, set a timer, etc.) so you can stay focused on your current task.

  • ❤️   Open source
  • 🤖   Native
  • 🔌   Plugin system
  • ⌨️   Custom hotkeys
  • ⬆️   Sort options by frequency of use
  • 📦   Small size (less than 20mb)

Installation

brew install --cask spotter

Installation instructions and alternatives are available on https://spotter-application.github.io/getspotterapp

Hotkeys

Default hotkey to run the app double shift

Plugins

Applications

  • <app_name>

Bluetooth

  • bluetooth
  • <device_name>

System commands

  • sleep
  • shutdown
  • restart
  • logout

Timer

  • 15m

Emoji

  • e rocket

Kill applications

  • kill
  • k <app_name>

Applications dimensions

  • save application positions
  • restore application positions

Spotify / Apple Music

  • play
  • pause
  • next
  • previous
  • mute
  • unmute
  • share

Calculator

  • 256/8

Browser

  • github.com

The main idea

  • 🔮   Provide an api on the native level
  • ⚛️   React app uses it and implements various plugins

It will allow the application to remain native and be available for developing javascript/typescript plugins.

Contributing

After cloning & setting up the local project you can push the changes to your github fork and make a pull request.

Contributions are always welcome, no matter how large or small.

How to develop

React native requirements:

  • Xcode version 11.3.1 or newer

  • Ensure to install Xcode Command Line Tools. Open Xcode, then choose “Preferences…” from the Xcode menu. Go to the Locations panel and install the tools by selecting the most recent version in the Command Line Tools dropdown.

  • Install CocoaPods sudo gem install cocoapods

  • Install Node.js version 12 LTS or newer via HomeBrew brew install node

  • Install Watchman brew install watchman

Project

  • Clone repo git clone https://github.com/spotter-application/spotter.git

  • Install node modules cd spotter && npm i

  • Install pods npm run install:macos

  • Run project npm start

Troubleshooting

The application “spotter” can’t be opened.

chmod +x "/Applications/spotter.app/Contents/MacOS/Spotter"

spotter can’t be opened because Apple cannot check it for malicious software.

Go to System Preference -> Security & Privacy -> General -> And Press "Open Anyway"

License

GNU General Public License

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