ydt 0.4.0

A simple command-line dictionary tool powered by Youdao
Documentation
1
2
3
4
5
6
7
8
repo_root := `git rev-parse --show-toplevel`

default:
    just --list --unsorted

# Update flake.lock
update:
    cd {{ repo_root }} && nix flake update