danielpclark / language_cards

Command line flash card game for learning languages. MVC, I18n, and YAML based. Japanese & Chinese flash cards available.
MIT License
23 stars 3 forks source link

Rewrite interface using TTY #2

Closed danielpclark closed 6 years ago

danielpclark commented 7 years ago

Add more flexibility and use https://github.com/piotrmurach/tty

This will allow arrow key navigation which I really want.

danielpclark commented 7 years ago

Looks like I'll have to postpone this since Windows support ( https://github.com/piotrmurach/tty-prompt/issues/25 , https://github.com/piotrmurach/tty-prompt/issues/31 ) has issues. I'll reopen once a stable cross-platform solution presents itself.

piotrmurach commented 7 years ago

Hey just to let you know, the Windows support is now done and I will soon release new version. It would be awesome if you could give a try.

piotrmurach commented 7 years ago

Released v0.11.0 that includes Windows support and quite few fixes. Please let me know how it works for you.

danielpclark commented 7 years ago

I'm refactoring my user interface now to make it adaptable. https://github.com/danielpclark/language_cards/tree/refactor_ui