8 lines
134 B
Makefile
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
|