quickforth/justfile

8 lines
134 B
Makefile
Raw Normal View History

2021-11-14 04:53:07 +00:00
# show all commands
default:
@just --list
# look up a word and describe it
describe:
@cat words.txt | fzf | xargs retro-describe