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