You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
371 B

# What's available here
default:
just --list
# compile markdown to retro
compile:
echo "#!/usr/bin/env retro" > csv2recutil
echo "~~~" >> csv2recutil
retro-unu csv2recutil.md >> csv2recutil
echo "~~~" >> csv2recutil
chmod +x csv2recutil
# search for and define a word
def:
echo "d:words" | retro | tail -n 1 | sed 's/\ /\n/g' | fzf | xargs retro-describe