https://github.com/hopto-dot/jpdb-cli
A command line interface for jpdb
https://github.com/hopto-dot/jpdb-cli
jpdb
Last synced: 11 months ago
JSON representation
A command line interface for jpdb
- Host: GitHub
- URL: https://github.com/hopto-dot/jpdb-cli
- Owner: hopto-dot
- Created: 2022-02-21T11:39:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:33:20.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T11:19:46.001Z (over 1 year ago)
- Topics: jpdb
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jpdb-cli
#### A command line interface client for jpdb. Made by a「上手」programmer.
[**How it works**](https://github.com/hopto-dot/jpdb-cli/wiki)
### Commands
+ login [username] [password] - log into your jpdb account; necessary to use other commands
+ deckfromtext [deckID] [filepath] - parse file `filepath` and add the parsed words to deck with id `deckID` (you must manually create the deck first)
+ coverage [content type] - calculates percentages of the database you have certain coverages for
+ review - review overdue words, this feature has lots of bugs; use at your own risk
+ statistics - shows your word statistics
+ logout - log out of your account
+ help - shows all commands and their syntax
