You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 4, 2024. It is now read-only.
It would be great that you can create "meta" commands with placeholders, and pass options dynamically.
So it would add possibility for commands like: open:twopen:fb (in this case option separator is :) and in my command some placeholder would be replaced with params alert('opening $PARAM') would become alert('opening tw').
The text was updated successfully, but these errors were encountered:
It would be great that you can create "meta" commands with placeholders, and pass options dynamically.
So it would add possibility for commands like:
open:tw
open:fb
(in this case option separator is:
) and in my command some placeholder would be replaced with paramsalert('opening $PARAM')
would becomealert('opening tw')
.The text was updated successfully, but these errors were encountered: