{"id":15105973,"url":"https://github.com/moritree/jisho-nomikomi","last_synced_at":"2026-03-06T18:12:01.650Z","repository":{"id":243178523,"uuid":"810670687","full_name":"moritree/jisho-nomikomi","owner":"moritree","description":"A command line tool for generating Anki cards with information scraped from jisho (an online Japanese dictionary).","archived":false,"fork":false,"pushed_at":"2024-07-16T00:56:00.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-04T05:20:47.787Z","etag":null,"topics":["anki","cli","japanese"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moritree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-05T06:33:06.000Z","updated_at":"2024-07-16T00:56:03.000Z","dependencies_parsed_at":"2024-07-16T04:26:06.603Z","dependency_job_id":null,"html_url":"https://github.com/moritree/jisho-nomikomi","commit_stats":null,"previous_names":["moritree/jisho-nomikomi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moritree/jisho-nomikomi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Fjisho-nomikomi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Fjisho-nomikomi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Fjisho-nomikomi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Fjisho-nomikomi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moritree","download_url":"https://codeload.github.com/moritree/jisho-nomikomi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moritree%2Fjisho-nomikomi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30189673,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T17:33:53.563Z","status":"ssl_error","status_checked_at":"2026-03-06T17:33:51.678Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["anki","cli","japanese"],"created_at":"2024-09-25T21:00:26.735Z","updated_at":"2026-03-06T18:12:01.628Z","avatar_url":"https://github.com/moritree.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jisho-nomikomi 👹 辞書・飲み込み\nA command line tool for generating [Anki](https://apps.ankiweb.net/) cards \nwith information from [jisho.org](https://jisho.org/) (an online Japanese dictionary).\n\n\u003e **辞書・飲み込み → jisho nomikomi → dictionary swallowing**\n\u003e\n\u003e I wanted a cute name that's fun to say in my head.\n\u003e I like to imagine this program greedily scraping up data like a dubious little creature, \n\u003e and crunch-crunching it into a tidy little format.\n\n# Usage ⚙️ 使い方\n## Installation\nTo use the CLI, you can make a new virtualenv and then install the package. From a terminal within the project folder:\n```\npython -m venv .venv\n. .venv/bin/activate\npip install --editable .\n```\n\n## Commands\nYou can run any command with the option `--help` for documentation.\n\n### generation\n- `token [OPTIONS] [TEXT]...` \u0026ndash; identify the tokens in a Japanese text, and cache information for those you select.\n- `word [OPTIONS] [WORDS]...` \u0026ndash; generate and cache information for each of the given words\n\n### library\n- `library export [OPTIONS]` \u0026ndash; export the cached library to a csv file, \n  according to the format described in the config file\n- `library delete [WORDS]...` \u0026ndash; delete specified words from the library\n- `library example [OPTIONS] [WORDS]...` \u0026ndash; generate examples for specified words; can select from a list of options\n- `library view` \u0026ndash; view the current cached library of generated cards\n\n### config\n- `config header` \u0026ndash; configuring fields to be written in the \n  [Anki header file](https://docs.ankiweb.net/importing/text-files.html#file-headers) on export. \\\n  All fields have the flag option `-rm` to remove the field from the header entirely, instead of updating values.\n  - `config header columns [OPTIONS] [ORDER_FORMAT]...` \u0026ndash; what each exported .csv column corresponds to\n    - The option `-v` displays a list of all valid column field types.\n    - Will regenerate library cache data with updated fields.\n  - `config header deck [TITLE]` \u0026ndash; presets the deck to import into, if it exists\n  - `config header tags [ALL_TAGS]...` \u0026ndash; list of tags, separated by spaces, to be applied to every card on import\n- `config senses` \u0026ndash; configure the (maximum) number of senses of a word to include in a card\n- `config view` \u0026ndash; view the current config settings.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritree%2Fjisho-nomikomi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoritree%2Fjisho-nomikomi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoritree%2Fjisho-nomikomi/lists"}