https://github.com/zfletch/apkg-to-csv
Convert .apkg files to .csv files
https://github.com/zfletch/apkg-to-csv
Last synced: 3 months ago
JSON representation
Convert .apkg files to .csv files
- Host: GitHub
- URL: https://github.com/zfletch/apkg-to-csv
- Owner: zfletch
- License: mit
- Created: 2017-07-07T23:46:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T13:50:52.000Z (over 2 years ago)
- Last Synced: 2025-11-29T20:20:02.837Z (7 months ago)
- Language: Ruby
- Size: 38.1 KB
- Stars: 41
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APKG to CSV
Convert [Anki](https://apps.ankiweb.net/) deck (`.apkg`) files to comma-separated values (`.csv`) files.
## Motivation
There is a large collection of [shared Anki decks](https://ankiweb.net/shared/decks/) available online.
It can be difficult to work with these decks without first importing them into Anki.
`apkg-to-csv` converts these decks into comma-separated values so that they can be modified without first importing them into Anki.
## Requirements
* `ruby >= 3.0`
## Installation
* `gem install apkg-to-csv`
## Usage
* `apkg-to-csv deck.apkg > deck.csv`
## Development Installation
```
gem install bundler
bundle install
```
## Running Tests
* `bundle exec ./test/test.rb`