summaryrefslogtreecommitdiff
path: root/src/bin/pb (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-18git mv src/content/* src/content/en/EuAndreh1-1/+1
2025-04-07src/bin/pb: Add initial versionEuAndreh1-0/+60
2024-11-17rm src/bin/pbEuAndreh1-173/+0
2023-04-04Revamp v2/EuAndreh1-2/+2
2022-08-12src/bin/pb: Use file path over hard-coded $WEBSITE_DIREuAndreh1-3/+1
2022-06-01src/bin/pb: Fix typo in usage() textEuAndreh1-1/+1
2022-06-01src/bin/pb: Use 'e' over 'vipe'EuAndreh1-1/+1
2022-06-01src/bin/pb: Fix sed expressionEuAndreh1-1/+1
2022-06-01src/bin/pb: Update WEBSITE_DIR pathEuAndreh1-1/+1
2022-06-01git mv bin/ src/EuAndreh1-0/+0
2022-06-01bin/pb: Allow input to contain "```" without prior escapingEuAndreh1-1/+1
2022-05-02bin/{tmp,pb}: ShellCheckEuAndreh1-2/+3
2022-05-02Makefile: Do not make "fqdn" target .SILENT by defaultEuAndreh1-1/+1
2022-05-02bin/pb: Refactor and simplifyEuAndreh1-81/+124
- stop depending on Perl in slugify(); - stop relying on GNU sed extensions on slugify(); - use optional flags over positional arguments; - use POSIX "date +%Y-%m-%d" over "date -I"; - always read from STDIN instead of deciding based on the input; - don't rely on GNU coreutils' `mktemp`;
2021-10-11bin/*: Add WIP version of scriptsEuAndreh1-0/+131