~hxii

インターネット

https://0xff.nu

Python developer and support team manager.

#✨ Notable Projects

#🤙 Contact

Trackers

~hxii/boku

Last active 5 months ago

~hxii/hajime

Last active 1 year, 23 days ago

~hxii/picoblog

Last active 3 years ago

~hxii/suteba

Last active 4 years ago

~hxii/shigoto

Last active 5 years ago

~hxii/micro

Last active 5 years ago

~hxii/saisho

Last active 5 years ago

#3 Usage messages for tasks and helpers 5 months ago

⭐ Feature Request added by ~hxii on ~hxii/boku

#3 Usage messages for tasks and helpers 5 months ago

Ticket created by ~hxii on ~hxii/boku

Similarly to description, allow for a usage message to be shown in case the task or helper are not being used correctly (e.g. missing or incorrect inputs).

#2 Add support for Helpers 5 months ago

⭐ Feature Request added by ~hxii on ~hxii/boku

#2 Add support for Helpers 5 months ago

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

#1 Add option to pass arguments to task 1 year, 21 days ago

⭐ Feature Request added by ~hxii on ~hxii/boku

#1 Add option to pass arguments to task 1 year, 21 days ago

Ticket created by ~hxii on ~hxii/boku

Should be especially useful for recurring tasks that would otherwise have Variable

#6 Add support for differential building 1 year, 23 days ago

P3 added by ~hxii on ~hxii/hajime

#6 Add support for differential building 1 year, 23 days ago

✨ Improvement added by ~hxii on ~hxii/hajime

#6 Add support for differential building 1 year, 23 days ago

Ticket created by ~hxii on ~hxii/hajime

Despite file generation not taking a long time, it might be beneficial to only regenerate files that have changed since .

#1 Update README 1 year, 23 days ago

Comment by ~hxii on ~hxii/hajime

REPORTED RESOLVED FIXED