All Projects → deseven → Icanhazshortcut

deseven / Icanhazshortcut

Licence: unlicense
simple shortcut manager for macOS

Projects that are alternatives of or similar to Icanhazshortcut

hotkey
⌨️ cross-platform hotkey package
Stars: ✭ 82 (-59.8%)
Mutual labels:  hotkeys, shortcuts
Inkscape Shortcut Manager
Inkscape shorcut manager
Stars: ✭ 200 (-1.96%)
Mutual labels:  productivity, shortcuts
hyperkeys
Unleash you keyboard shorcuts
Stars: ✭ 35 (-82.84%)
Mutual labels:  productivity, shortcuts
keybind
ClojureScript key bindings (shortcut) library
Stars: ✭ 85 (-58.33%)
Mutual labels:  hotkeys, shortcuts
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (+496.57%)
Mutual labels:  productivity, shortcuts
Start-Menu-Manager
App to add websites/software/files/folders/scripts to the Windows 10 Start Menu and Taskbar, and priority shortcuts to Windows 10 Search.
Stars: ✭ 126 (-38.24%)
Mutual labels:  productivity, shortcuts
Keymage
Yet Another JS Keybinding library
Stars: ✭ 325 (+59.31%)
Mutual labels:  shortcuts, hotkeys
react-shortcut
Convenient React component that detects if the given key combination is pressed, and triggers a callback
Stars: ✭ 16 (-92.16%)
Mutual labels:  hotkeys, shortcuts
Gata
Bookmarks made better
Stars: ✭ 17 (-91.67%)
Mutual labels:  productivity, shortcuts
Hotkeys
➷ A robust Javascript library for capturing keyboard input. It has no dependencies.
Stars: ✭ 5,165 (+2431.86%)
Mutual labels:  shortcuts, hotkeys
react-keyboard-shortcuts
A declarative library for handling hotkeys based on explicit priority in React applications
Stars: ✭ 23 (-88.73%)
Mutual labels:  hotkeys, shortcuts
Hotkeys
🤖 A declarative library for handling hotkeys in Angular applications
Stars: ✭ 158 (-22.55%)
Mutual labels:  shortcuts, hotkeys
Sublimetutor
An interactive in-editor keyboard shortcuts tutorial for Sublime Text 3
Stars: ✭ 336 (+64.71%)
Mutual labels:  productivity, shortcuts
Autohotkey
⚙️ My Autohotkey productivity suite that includes shortcuts, hotstrings, hotkeys, apps/utilities, AutoCorrect
Stars: ✭ 113 (-44.61%)
Mutual labels:  productivity, hotkeys
Njt
njt (npm jump to): a quick navigation tool for npm packages
Stars: ✭ 179 (-12.25%)
Mutual labels:  productivity, shortcuts
Pomidor
Pomidor is a simple and cool pomodoro technique timer.
Stars: ✭ 183 (-10.29%)
Mutual labels:  productivity
Tubekit
🧪 kubectl alternative with quick context switching, kubectl on steroids
Stars: ✭ 194 (-4.9%)
Mutual labels:  productivity
React Native Confetti Cannon
React Native confetti explosion and fall like iOS does.
Stars: ✭ 149 (-26.96%)
Mutual labels:  lightweight
Dao
Dao Programming Language
Stars: ✭ 183 (-10.29%)
Mutual labels:  lightweight
Cms
GleezCMS - A Light, Simple, Flexible Content Management System
Stars: ✭ 200 (-1.96%)
Mutual labels:  lightweight

iCanHazShortcut

Simple shortcut manager for macOS 10.8 or higher. It lets you execute any command that works in your terminal by pressing a combination of keyboard keys. No rocket science involved!
screenshot
Mac Informer Editor's pick award

binaries

Latest stable release can be downloaded in Releases section. You can also install it using Homebrew Cask, just run brew install icanhazshortcut.
Latest unstable build compiled from master branch can be downloaded here (please don't use it unless you desperately need some functionality that's not available in stable release or want to help with testing).

help & support

If you found a bug, have a suggestion or some question, feel free to create issue in this repo.
There is also Telegram group you can join - https://t.me/icanhazshortcut

applescript

Use list command to get the full TSV list of shortcuts and their states.
Use enable, disable, toggle commands to control state of shortcuts by their shortcut names.
Use enableAction, disableAction, toggleAction commands to control state of shortcuts by their action names.
Use enableID, disableID, toggleID commands to control state of shortcuts by their IDs.
Here are some examples:
tell application "iCanHazShortcut" to list
tell application "iCanHazShortcut" to enable "⇧⌘L"
tell application "iCanHazShortcut" to disableAction "lock screen"
tell application "iCanHazShortcut" to toggleID 6

compiling from source

iCHS created in PB and depends on pb-macos-globalhotkeys.
You also need node-appdmg if you want to build dmg.

  1. Obtain the latest LTS version of pbcompiler, install it to /Applications.
  2. Install xcode command line tools by running xcode-select --install.
  3. Clone iCHS repo.
  4. Clone pb-macos-globalhotkeys module to neighboring directory.
  5. Run the included build/build.sh script to build the app. If you want codesigning then provide your developer ID as a first argument.
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].