https://github.com/boppreh/j
Extensible global hotkeys for common tasks
https://github.com/boppreh/j
Last synced: 2 months ago
JSON representation
Extensible global hotkeys for common tasks
- Host: GitHub
- URL: https://github.com/boppreh/j
- Owner: boppreh
- Created: 2013-04-28T18:12:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-17T18:29:46.000Z (about 11 years ago)
- Last Synced: 2025-01-25T23:34:07.283Z (4 months ago)
- Language: Python
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
j
=Background application that listen for global hotkeys and run the
corresponding scripts.Whenever the user presses Alt+Letter (in any program), J internally navigates
to the first file or folder that starts with that letter. When it reaches a
deadend or has finished executing a script, it goes back to its root.The scripts can have any extension, are only loaded when you use their hotkey
and are not cached between executions.Example
-------- global_j.pyw
- search/
- search/google.py
- search/clipboard/
- search/clipboard/google.pyIf you press Alt+S, Alt+G it'll run 'search/google.py'.
If you press Alt+S, Alt+C, Alt+G it'll run 'search/clipboard/google.py'.