Ticket created by ~hxii on ~hxii/boku
Similarly to
description
, allow for ausage
message to be shown in case the task or helper are not being used correctly (e.g. missing or incorrect inputs).
Ticket created by ~hxii on ~hxii/boku
Unlike the previous helpers, the idea with this iteration of boku is for helpers to be global, wrapper-like configurations that can be used in task files, e.g. in
~/.config/boku/config.yml
have a structure like:helpers: - name: telegram_message command: "curl -X POST https://api.telegram.org/bot<token>/sendMessage -d 'chat_id=<chat_id>&text=<message>'" args: - token - chat_id - message
⭐ Feature Request added by ~hxii on ~hxii/boku
Ticket created by ~hxii on ~hxii/boku
Should be especially useful for recurring tasks that would otherwise have Variable
✨ Improvement added by ~hxii on ~hxii/hajime