name: synonyms
about: Find programming/technical synonyms for a word
args:
- name: query
short: 'q'
input: string
default: '{system_clipboard}'
help: Word or concept to find technical synonyms for
api:
output: dialog
args:
query: selection
actions:
- tag: tag_synonyms_list
run: small
expect: list
action: |
[Task]
Give me 5 professional programming terms or alternatives for the concept below.
Each option must be a single word.
Write each option strictly on a new line without numbering.
[Concept]
{query}
- tag: tag_synonyms
run: value
expect: string
action: '{tag_synonyms_list|lower|join}'