Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevin-funderburg/alfred-search-keyboard-maestro-vars
Search all Keyboard Maestro variables and clipboards to view or edit their values.
https://github.com/kevin-funderburg/alfred-search-keyboard-maestro-vars
Last synced: 7 days ago
JSON representation
Search all Keyboard Maestro variables and clipboards to view or edit their values.
- Host: GitHub
- URL: https://github.com/kevin-funderburg/alfred-search-keyboard-maestro-vars
- Owner: kevin-funderburg
- License: mit
- Created: 2020-09-15T17:55:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T20:12:22.000Z (about 4 years ago)
- Last Synced: 2024-08-02T16:01:31.959Z (3 months ago)
- Language: Python
- Size: 7.88 MB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Search Keyboard Maestro Variables/Clipboards
Search all Keyboard Maestro variables and named clipboards in [Alfred][alfredapp].
* * *
![searchvars](imgs/searchvars.gif)
* * *
![searchclips](imgs/searchclips.gif)
* * *## Features
- Search all variables to: view, edit, or delete
- Search and view all named clipboard contents:
- **When searching variables**:
- Press ↩︎ to open variable in an editor window.
- _Editor window actions_:
- _Edit_ the value of the variable, then click `OK` (or ↩︎ if value is not multiple lines) to update variable in Keyboard Maestro
- _Delete_ variable by clicking `Delete` (or ⌘D)
- Press ⌘↩︎ to delete variable from Alfred window.
- _NOTE:_ If the value of the variable is < 100 characters, it will display the value of the variable as the subtitle of search result
- **When searching clipboards**:
- Press ↩︎ to display clipboard in window.## Installation
Download [the latest release][gh-releases] and double-click the file to install in Alfred.
## Usage
The two main keywords are `kmv` & `kmc`:
- `kmv []` - Search all variables
- ↩︎ or ⌘NUM — Open variable in editor window.
- ⌘↩︎ — Delete variable in Keyboard Maestro- `kmc []` — Search all named clipboards in Keyboard Maestro.
- ↩︎ or ⌘NUM — Display clipboard in window.## Configuration
## Licensing & thanks
This workflow is released under the [MIT Licence][mit].
This workflow uses on the wonderful library [alfred-workflow](https://github.com/deanishe/alfred-workflow) by [@deanishe](https://github.com/deanishe).
## Changelog
- v1.0.0
- First public release[alfredapp]: https://www.alfredapp.com/
[gh-releases]: https://github.com/kevin-funderburg/alfred-search-keyboard-maestro-vars/releases/latest
[mit]: https://raw.githubusercontent.com/kevin-funderburg/alfred-search-keyboard-maestro-vars/master/LICENCE.txt