aboutsummaryrefslogtreecommitdiff
path: root/v2/src/bin/category
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-07-06 15:46:32 -0300
committerEuAndreh <eu@euandre.org>2023-07-06 16:02:03 -0300
commitb1ab18edc8fb8ff76e4f990d38420167ceac1d4b (patch)
tree2d3f66f6e564d774efa99aae42dbf14bb8ef7c92 /v2/src/bin/category
parentv2: mv aux/po4a-cfg.sh src/bin/dyn-po4a (diff)
downloadeuandre.org-b1ab18edc8fb8ff76e4f990d38420167ceac1d4b.tar.gz
euandre.org-b1ab18edc8fb8ff76e4f990d38420167ceac1d4b.tar.xz
v2: dynamic.mk: Add WIP implementation of "eslaides(1)"
Diffstat (limited to 'v2/src/bin/category')
-rwxr-xr-xv2/src/bin/category10
1 files changed, 5 insertions, 5 deletions
diff --git a/v2/src/bin/category b/v2/src/bin/category
index 16eea0e..e3092cc 100755
--- a/v2/src/bin/category
+++ b/v2/src/bin/category
@@ -4,8 +4,8 @@ set -eu
usage() {
cat <<-'EOF'
Usage:
- category FILENAME
- html -h
+ category FILENAME.md > FILENAME.categoryentry
+ category -h
EOF
}
@@ -14,9 +14,9 @@ help() {
Options:
- -h, --help show this message
+ -h, --help show this message
- FILENAME the name of the input file .md file
+ FILENAME.md the name of the input file .md file
Process the FILENAME, and generate a the derived category files.
@@ -64,7 +64,7 @@ shift $((OPTIND - 1))
. src/lib.sh
FILENAME="${1:-}"
-eval "$(assert_arg "$FILENAME" 'FILENAME')"
+eval "$(assert_arg "$FILENAME" 'FILENAME.md')"
# shellcheck source=/dev/null