{"id":18561041,"url":"https://github.com/utilyre/dictate","last_synced_at":"2025-04-10T02:31:19.729Z","repository":{"id":77883603,"uuid":"599993640","full_name":"utilyre/dictate","owner":"utilyre","description":"CLI utility for looking up words in online dictionary","archived":false,"fork":false,"pushed_at":"2023-09-26T10:42:04.000Z","size":124,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-29T20:21:24.392Z","etag":null,"topics":["api","cli","command-line-tool","dictionary","dictionary-api","rust","utility"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/dictate","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utilyre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-10T10:43:37.000Z","updated_at":"2024-08-20T07:49:28.861Z","dependencies_parsed_at":"2024-08-20T07:59:36.862Z","dependency_job_id":null,"html_url":"https://github.com/utilyre/dictate","commit_stats":{"total_commits":114,"total_committers":1,"mean_commits":114.0,"dds":0.0,"last_synced_commit":"7e1cf05bf0cb68883921151ff870ac6a4255c472"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fdictate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fdictate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fdictate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilyre%2Fdictate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utilyre","download_url":"https://codeload.github.com/utilyre/dictate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247935508,"owners_count":21020845,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","cli","command-line-tool","dictionary","dictionary-api","rust","utility"],"created_at":"2024-11-06T22:05:34.123Z","updated_at":"2025-04-10T02:31:19.384Z","avatar_url":"https://github.com/utilyre.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# dictate\n\nLookup words in [dictionaryapi.dev][dictionaryapi] right from the terminal\nwithout interrupting your workflow.\n\n[dictionaryapi]: https://dictionaryapi.dev/\n\n\u003c/div\u003e\n\n## 📦 Installation\n\n-   [crates.io][dictate]\n\n    ```bash\n    cargo install dictate\n    ```\n\n[dictate]: https://crates.io/crates/dictate\n\n## 🚀 Usage\n\n-   Lookup \"hello\" in the dictionary\n\n    ```bash\n    dictate lookup hello\n    ```\n\n    **NOTE**: This also caches the output for later `lookup`s.\n\n-   Clean up the cached entries\n\n    ```bash\n    dictate clean -c\n    ```\n\n## 💻 Shell Completion\n\n-   Bash\n\n    1. Run the following\n\n        ```bash\n        mkdir -p ~/.local/share/bash-completion/completions\n        dictate complete bash \u003e ~/.local/share/bash-completion/completions/rustup\n        ```\n\n    2. Restart bash and you should have tab-completion now.\n\n-   Zsh\n\n    1. Append `~/.zfunc` to `fpath` in your zsh config\n\n        **NOTICE**: Make sure to insert the following line before initializing\n        `compinit`.\n\n        ```bash\n        fpath+=(\"$HOME/.zfunc\")\n        ```\n\n    2. Create the appended directory and dump completion definition to\n       `~/.zfunc/_dictate`\n\n        ```bash\n        mkdir -p ~/.zfunc\n        dictate complete zsh \u003e ~/.zfunc/_dictate\n        ```\n\n    3. Restart zsh and you should have tab-completion now.\n\n    **NOTE**: In case it's not working yet, delete `~/.zcompdump` and restart\n    your shell again.\n\n-   Fish\n\n    1. Run the following\n\n        ```fish\n        mkdir -p ~/.config/fish/completions\n        dictate complete fish \u003e ~/.config/fish/completions/rustup.fish\n        ```\n\n    2. Restart fish and you should have tab-completion now.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Fdictate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futilyre%2Fdictate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilyre%2Fdictate/lists"}