Tinycut Builder

Start creating shortcuts using any text editor


Description

Tinycut Builder is a simple compiler that converts programming-style text into a shortcut, allowing you to start your project by typing.

  • You can only specify actions, not variables or other parameters; you need to process them after conversion. This is intended to be used as an early action-planning tool.
  • It understands about 90 (i.e. not all) commands. Any line that does not contain a command is converted to a comment action.
  • Commands are case-insensitive.
  • For full command list, run the shortcut and select the Show Commands menu.
  • It ignores indentation; you can put spaces/tabs however you like.
  • It tries to find the first chunk of valid characters (alphabets, brackets [ ] and spaces) and anything else before or after that is ignored. That is, you can add bullet points or line numbers in the front, or add additional text (starting with a tab, number or special character) after the command.
  • To insert another shortcut from your shortcuts library, add line << my shortcut. If no match is found, you will be asked to select one. Useful for adding frequently-used snippets or merging multiple shortcuts.
  • Happy shortcut-typing!

UpdateHub


Latest Release Notes

1.31 - June 3, 2020, 12:13 p.m.

• Bug fixes and performance improvements


Past versions