https://github.com/davidedc/pulover-macro-creator---useful-macros
a collection of macros for generic productivity improvement (improved windows management, Evernote, etc.)
https://github.com/davidedc/pulover-macro-creator---useful-macros
Last synced: about 2 months ago
JSON representation
a collection of macros for generic productivity improvement (improved windows management, Evernote, etc.)
- Host: GitHub
- URL: https://github.com/davidedc/pulover-macro-creator---useful-macros
- Owner: davidedc
- License: mit
- Created: 2020-06-10T20:22:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T21:10:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-16T10:26:42.429Z (3 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pulover macro creator - useful macros
a collection of macros for generic productivity improvement (improved windows management, Evernote, etc.)## Some details
Pulover Macro Creator is a coding environment for creating macros. Its GUI contains many helpers for example to record mouse movements and keystrokes, programming via mostly drag-and-drop, step-through/debugging macros etc.Macros-based workflows are often frowned upon: they seem like temporary solutions that should be ideally addressed in some better way, for example via "proper" API use, or it seems like they should be entirely replaced by "adept"/"proficient" or "dedicated" workflows (e.g. using programs that support scripting).
However, there is sometimes a place for Macros like these, firstly because they are fast to put together and experiment with, and secondly because there might just be no API or scripting solution available.
These macros can be triggered by your unused Fn keys, or by an external keypad (either a normal one or one with programmable keys).
This repo contains some macros that useful to:
* improve generic workflows (e.g. window management helpers)
* provide shortcuts for some productivity/programming tools I use (e.g. Evernote, windows terminal, Sublime text)