Commit Graph

10 Commits

Author SHA1 Message Date
ozzy 41e0de7a02 chore(project): add license
shouldve had this earlier. whoopsie!
2026-08-30 16:15:23 -05:00
ozzy 46c3daa6d5 chore(project): add readme 2026-08-30 16:12:34 -05:00
ozzy db0a79d381 feat(cli): add descriptions of args/flags 2026-08-30 16:07:41 -05:00
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