quickforth/justfile
2021-11-14 07:16:08 -07:00

8 lines
134 B
Makefile

# show all commands
default:
@just --list
# look up a word and describe it
describe:
@cat words.txt | fzf | xargs retro-describe