Update render script and Makefile

This commit is contained in:
Jonas Zeunert
2024-04-22 21:54:39 +02:00
parent 2d63fe63cd
commit 4d0cd768f7
10975 changed files with 47095 additions and 4031084 deletions

View File

@@ -54,7 +54,8 @@
- Funnel (http://www.packal.org/workflow/funnel) - Funnel selected text or a file through various filters.
- hl (https://github.com/importre/alfred-hl) - Syntax highlight code in the clipboard.
- HTML Entity Lookup (https://github.com/ajgon/alfred2-html-entity-lookup) - Search for entity characters based on how they look or by name.
- Pandoctor (https://github.com/smargh/alfred_pandoctor) - Alfred interface to pandoc (http://pandoc.org), a tool that allows to convert between text formats (Markdown, LaTeX, DOC, DOCX, ...).
- Pandoctor (https://github.com/smargh/alfred_pandoctor) - Alfred interface to pandoc (http://pandoc.org), a tool that allows to convert between text formats (Markdown, LaTeX, DOC, DOCX, 
...).
- Unicode Text Search (https://github.com/bevesce/unicode-symbols-search) - Search for Unicode Symbols.
- VSCodeDiff (https://github.com/logicxd/alfred-vscodediff) - Show the diff of the last 2 items in clipboard history using VSCode.
@@ -116,7 +117,8 @@
Helpers
- Alfred Workflow (for Dart) (https://github.com/techouse/alfred_workflow) - Dart library for writing Alfred workflows. Inspired by Alfred-Workflow (https://github.com/deanishe/alfred-workflow) for Python.
- Alfred Workflow (for Dart) (https://github.com/techouse/alfred_workflow) - Dart library for writing Alfred workflows. Inspired by Alfred-Workflow 
(https://github.com/deanishe/alfred-workflow) for Python.
- Alfy (https://github.com/sindresorhus/alfy) - Node.js library to create Alfred workflows with ease.
- AwGo (https://github.com/deanishe/awgo) - Full-featured library for Go to build lightning-fast workflows in a jiffy.
- Fuzzy Search (https://github.com/deanishe/alfred-fuzzy) - Add fuzzy search to any Script Filter.