All Projects → timothyac → short-touch

timothyac / short-touch

Licence: other
Application to easily generate short cut buttons on MacBooks with the touch bar.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to short-touch

Touchbreakout
Play Breakout game on your MacBook Pro with Touch Bar, using SpriteKit. 用 Touch Bar 在 Mac 上玩打砖块游戏
Stars: ✭ 318 (+2550%)
Mutual labels:  touchbar, macos-app
Electron Xiami
虾米音乐 & 虾米电台 - Linux & Mac | Xiami Player & Xiami Radio desktop for Linux & Mac supported by Electron
Stars: ✭ 304 (+2433.33%)
Mutual labels:  electron-app, macos-app
antares
A modern, fast and productivity driven SQL client with a focus in UX.
Stars: ✭ 836 (+6866.67%)
Mutual labels:  electron-app, macos-app
Inboxer
Unofficial, free and open-source Inbox by Gmail Desktop App
Stars: ✭ 668 (+5466.67%)
Mutual labels:  electron-app, macos-app
Budgetbudget
🧮 make financial decisions with confidence
Stars: ✭ 43 (+258.33%)
Mutual labels:  electron-app, macos-app
Caprine
Elegant Facebook Messenger desktop app
Stars: ✭ 6,170 (+51316.67%)
Mutual labels:  electron-app, macos-app
Gmail Desktop
📮 Nifty Gmail desktop app for macOS, Linux & Windows
Stars: ✭ 317 (+2541.67%)
Mutual labels:  electron-app, macos-app
touchbar-emoji
使用touchbar来控制飘落emoji表情雨。
Stars: ✭ 18 (+50%)
Mutual labels:  touchbar, electron-app
Thief
一款创新跨平台摸鱼神器,支持小说、股票、网页、视频、直播、PDF、游戏等摸鱼模式,为上班族打造的上班必备神器,使用此软件可以让上班倍感轻松,远离 ICU。
Stars: ✭ 3,974 (+33016.67%)
Mutual labels:  touchbar, electron-app
example-electron-license-activation
An example of how to implement software licensing and device activation in an Electron application
Stars: ✭ 55 (+358.33%)
Mutual labels:  electron-app
twemoji-image-picker
Twemoji picker like Mac's built-in emoji keyboard
Stars: ✭ 33 (+175%)
Mutual labels:  electron-app
The-Wall
The Wall automatically changes desktop wallpaper based on the tags selected by the user
Stars: ✭ 48 (+300%)
Mutual labels:  electron-app
btt-touchbar-preset
🧰 My TouchBar BTT preset
Stars: ✭ 18 (+50%)
Mutual labels:  touchbar
GitHub-Notifications
🔔 Get GitHub's notifications directly on your Mac Status Bar
Stars: ✭ 17 (+41.67%)
Mutual labels:  macos-app
KeystrokeCount
MacOS app that gives insights on your keystrokes
Stars: ✭ 42 (+250%)
Mutual labels:  electron-app
Wenku
一款网络文章本地离线进行聚合的跨平台开源APP
Stars: ✭ 13 (+8.33%)
Mutual labels:  electron-app
triangle-app
Desktop application for Triangle.
Stars: ✭ 32 (+166.67%)
Mutual labels:  electron-app
SteamTradeBot
Open source steam trading bot. Accepting or declining trades based on the automatic value calculation.
Stars: ✭ 65 (+441.67%)
Mutual labels:  electron-app
Potion
A Personalized Notion
Stars: ✭ 13 (+8.33%)
Mutual labels:  electron-app
sloth-app
Sloth desktop app
Stars: ✭ 16 (+33.33%)
Mutual labels:  electron-app

Short Touch β

Application to easily generate short cut buttons on MacBooks with the touch bar.

What can it do

Short Touch allows you to have 6 shortcuts on your touch bar that are somewhat easily accessible at the click of a button. Unfortunately, there are some limitations of the the touch bar api, such as the fact that it's only present while the app is open. It acts more of a quick launcher rather than a permanent solution for your TB. Right now it supports opening URLs (in Safari), and opening apps. I would like to add support for opening links inside other browsers (Chrome, Firefox).

Install

*Currently this is still in beta/development and can only be installed by cloning the repo and manually installing it.

Make sure you have Node.js installed.

> git clone https://github.com/SunstroUS/short-touch.git
> cd short-touch
> npm install
> npm run start

Features

  • 6 custom short cuts
  • Native macOS appearance
  • Can open URLs (in safari)
  • Can open applications
  • Open Source and always free

Creating a new short touch

For Applications

You must start the input with '/Applications/'

example: '/Applications/Google Chrome.app'

For URLs

You must start the input with 'http://' or 'https://'

example: 'https://www.github.com/sunstrous'

Dev

Built with Electron.

Inspired by

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