Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hopto-dot/jpdb-cli
A command line interface for jpdb
https://github.com/hopto-dot/jpdb-cli
jpdb
Last synced: about 2 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T17:33:20.000Z (over 2 years ago)
- Last Synced: 2023-03-07T13:32:49.404Z (almost 2 years ago)
- Topics: jpdb
- Language: C#
- Homepage:
- Size: 34.2 KB
- Stars: 1
- 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![image](https://user-images.githubusercontent.com/66906618/180662746-dc919731-6d3b-4f88-95fe-bba1ee9bb994.png)