Compare commits

...

3 commits

Author SHA1 Message Date
715a13e871
−todo
All checks were successful
/ job (push) Successful in 3m57s
2025-07-06 15:53:19 +02:00
20bc9fc4fb
b 2025-07-06 15:38:06 +02:00
9910ad3942
b 2025-07-06 15:36:05 +02:00
2 changed files with 3 additions and 6 deletions

View file

@ -1,4 +1,4 @@
b() { a__bat "${@}"; }
#= b
a__bat() {
batcat \
"${@}"

View file

@ -232,10 +232,6 @@ rwx_parse_variables() {
#= rt
rwx_test() {
local item
# TODO CODE
# TODO CONSTANTS
# TODO functions
# TODO variables
set \
"main" \
"alias/git" \
@ -246,7 +242,8 @@ rwx_test() {
\
"rwx_cache" \
\
"gsc"
"alias/batcat" \
"b"
for item in "${@}"; do
echo
rwx_doc "${item}"