https://github.com/mattn/algia
mv config.json ~/.config/algia/
| // CC0 1.0 https://creativecommons.org/publicdomain/zero/1.0/deed | |
| let button = `button name` | |
| let result = `test` | |
| Ui:render([ | |
| Ui:C:container({ | |
| children: [ | |
| Ui:C:postFormButton({ | |
| text: button |
| #!/bin/sh | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-jihou.json ~/.config/algia/ | |
| # (or MOVE config-jihou.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 0 * * * * ~~~/nostr-jihou.sh (毎時 0 分) | |
| # 0,30 * * * * ~~~/nostr-jihou.sh (毎時 0 分・30 分) |
| #!/bin/sh | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-kamado.json ~/.config/algia/ | |
| # (or MOVE config-kamado.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 0 * * * * ~~~/nostr-kamado.sh (毎時 0 分) | |
| # 0,30 * * * * ~~~/nostr-kamado.sh (毎時 0 分・30 分) |
| #!/bin/sh | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-503.json ~/.config/algia/ | |
| # (or MOVE config-503.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 53 * * * * ~~~/nostr-503.sh (毎時 53 分) | |
| # 3 5 * * * ~~~/nostr-503.sh (毎日 午前 5 時 3 分) | |
| # 3 17 * * * ~~~/nostr-503.sh (毎日 午後 5 時 3 分) |
https://github.com/mattn/algia
mv config.json ~/.config/algia/
| #!/usr/bin/bash | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-sujahta.json ~/.config/algia/ | |
| # (or MOVE config-sujahta.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 59 * * * * ~~~/nostr-sujahta.sh (毎時 59 分) | |
| set -e |
| #!/usr/bin/bash | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-mogmog.json ~/.config/algia/ | |
| # (or MOVE config-mogmog.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 0 * * * * ~~~/nostr-mogmog.sh (毎時 0 分) | |
| FOODS=( |
| #!/usr/bin/bash | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-anko.json ~/.config/algia/ | |
| # (or MOVE config-anko.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 0 * * * * ~~~/nostr-anko.sh (毎時 0 分) | |
| ANKO=( |
| #!/bin/sh | |
| # install algia ( https://github.com/mattn/algia ) | |
| # mv config-3333.json ~/.config/algia/ | |
| # (or MOVE config-3333.json ~\AppData\Roaming\algia\) | |
| # ( config.json の詳細は https://gist.github.com/fu-sen/360d6d08ebffdb97e1472859ab242cf8 ) | |
| # crontab -e | |
| # 33 * * * * ~~~/nostr-3333.sh (毎時 33 分) | |
| set -e |