Commit Graph

7 Commits

Author SHA1 Message Date
ozzy 9bb00530aa refactor(cli): split into multiple files
moved most code from main.rs to api.rs, cli.rs, constants.rs, and types.rs
2026-08-30 16:00:42 -05:00
ozzy 5deb84668a feat(cli): allow filtering of parts of speech 2026-08-30 15:52:10 -05:00
ozzy e44db5285a feat(cli): colors
add color to output of command
2026-08-30 15:39:32 -05:00
ozzy d130d9191c feat(cli): fetch from free dictionary 2026-08-30 15:33:32 -05:00
ozzy 9bed16badc feat(cli): implement clap
added clap, justfile now allows passing args to run recipe
2026-08-30 15:12:25 -05:00
ozzy 939defca26 fix(deps): add tokio 2026-08-30 15:05:37 -05:00
ozzy 7a92af6721 initialize repository
initialize cargo, just, and dependencies
2026-08-30 15:02:13 -05:00