Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wookiee/monkeydo
Menulet for simulating typed snippets. Useful for screencasting, live demos, etc.
https://github.com/wookiee/monkeydo
Last synced: 26 days ago
JSON representation
Menulet for simulating typed snippets. Useful for screencasting, live demos, etc.
- Host: GitHub
- URL: https://github.com/wookiee/monkeydo
- Owner: wookiee
- Created: 2017-08-05T17:28:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-26T19:17:07.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T09:05:27.611Z (4 months ago)
- Language: Swift
- Size: 1.01 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - MonkeyDo
README
# MonkeyDo
Menulet for simulating typed snippets. Useful for screencasting, live demos, etc.
## Appearance
![MonkeyDo Screenshot](docs/monkeydo.png)
![Snippet Editor Screenshot](docs/snippet_editor.png)## Usage
- After launching, import a snippets file (see below) by choosing the `Select Snippets File` menu item.
- Once snippets have been imported, you can use the `Type Next Snippet` menu item or its keyboard shortcut, `^⌥⌘;`, to cause the first snippet to be typed into the frontmost app.
- MonkeyDo will automatically prepare the next enabled snippet
- At any time, you can start over by selecting `Reset to First Snippet` or import another snippets file entirely.
- You can add, delete, toggle, and reorder snippets using the built-in snippet editor.## Snippets file format
The snippets file is JSON, and is generally automatically managed by MonkeyDo if you use the built-in snippet editor.
If you prefer to create the file manually, there is a [sample file](docs/testsnippets.json).
## Known issues
- Multi-byte characters (incl. emoji) in input text don't type correctly.
- The global shortcut doesn't work for users with hardware keyboards where semicolon is in a different location from that of a QWERTY keyboard.