{"id":13837320,"url":"https://github.com/MarcusXavierr/anki-helper","last_synced_at":"2025-07-10T18:32:56.442Z","repository":{"id":56745453,"uuid":"523560347","full_name":"MarcusXavierr/anki-helper","owner":"MarcusXavierr","description":"A tool to make life easier for those who use anki as part of learning new languages","archived":false,"fork":false,"pushed_at":"2023-03-07T23:02:25.000Z","size":146,"stargazers_count":16,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T04:43:10.782Z","etag":null,"topics":["cli","golang","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarcusXavierr.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":"2022-08-11T02:25:14.000Z","updated_at":"2023-12-12T14:49:10.000Z","dependencies_parsed_at":"2024-05-30T03:15:30.342Z","dependency_job_id":"6f2eec09-3cb8-4985-bc8c-328f5ad60420","html_url":"https://github.com/MarcusXavierr/anki-helper","commit_stats":{"total_commits":103,"total_committers":2,"mean_commits":51.5,"dds":0.1456310679611651,"last_synced_commit":"a1d494cd5b7c1e2bef1048b0ef9e238263a4708a"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/MarcusXavierr/anki-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcusXavierr%2Fanki-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcusXavierr%2Fanki-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcusXavierr%2Fanki-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcusXavierr%2Fanki-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcusXavierr","download_url":"https://codeload.github.com/MarcusXavierr/anki-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcusXavierr%2Fanki-helper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264631213,"owners_count":23640941,"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":["cli","golang","tui"],"created_at":"2024-08-04T15:01:06.311Z","updated_at":"2025-07-10T18:32:56.121Z","avatar_url":"https://github.com/MarcusXavierr.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003csection align=\"center\"\u003e\n\n# Anki Helper\n![gopher](https://user-images.githubusercontent.com/59923581/223569450-e039400f-4ede-4171-8e6e-ee4252cfb15b.gif)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/MarcusXavierr/anki-helper)](https://goreportcard.com/report/github.com/MarcusXavierr/anki-helper)\n![example workflow](https://github.com/MarcusXavierr/anki-helper/actions/workflows/go.yml/badge.svg)\n\n\u003cbr/\u003e\nAnki Helper is a simple command line tool that can help you learn and memorize new words and phrases using Anki.\nWith just a few simple steps, you can set up Anki Helper to automatically create flashcards from new words you encounter while reading or listening to English. \n\nThese flashcards will then be added to your Anki deck for review later. New languages will be supported soon\n\n[Usage Examples](#usage-examples) •\n[Installation](#installation) •\n[Getting Startd](#getting-started) •\n[Usage](#usage)\n\n\u003c/section\u003e\n\n## Usage Examples\n\n### Insert flashcards on anki\n\nhttps://user-images.githubusercontent.com/59923581/223573058-cb580c40-e556-45ce-9f58-001bfbdc7342.mp4\n\n### Get sentence definitions\n\n![definition](https://user-images.githubusercontent.com/59923581/220511647-44ac85d3-a1cc-4eef-ae78-114f41dc45b8.gif)\n\u003chr\u003e\n\n### Add new sentences to further practice\n\n![add](https://user-images.githubusercontent.com/59923581/220512928-f4a311f8-256c-4af0-8e98-279b7775fb88.gif)\n\n## Installation\n\n### go install\nyou can install this project with go\n```bash\ngo install github.com/MarcusXavierr/anki-helper@latest\n```\n### Binaries\nYou can also install a compiled binary to your machine and then put it in your shell path.\n\nGo to the [releases page](https://github.com/MarcusXavierr/anki-helper/releases) and choose the option that best fits your environment.\n\n## Getting Started\nTo get started, visit the [project's wiki](https://github.com/MarcusXavierr/anki-helper/wiki). There you will find instructions on how to set up your Anki and how to configure Anki-helper, in a simple and fast way.\n\n## Usage\n\n### Insert flashcards on anki\nYou can easilly insert flashcards on anki using anki-helper.\n```bash\nanki-helper ankiInsert\n\n# Or if you want to specify how many flashcards you wanna insert on anki, use the -i flag\n\nanki-helper ankiInsert -i 10\n```\n\n### Add word to further practice\nYou can run this command to `add` a word to your track file\n\n```bash\nanki-helper add 'sentence'\n```\n### Get definition\nyou can also use the command `dictionary` to get the definitions of a sentence (works for words and phrasal verbs)\n\n```bash\nanki-helper dictionary 'sentence'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarcusXavierr%2Fanki-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMarcusXavierr%2Fanki-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMarcusXavierr%2Fanki-helper/lists"}