Builditluc / wiki-tui

A simple and easy to use Wikipedia Text User Interface
https://wiki-tui.net/
MIT License
395 stars 14 forks source link

Rewrite wiki-tui #226

Closed Builditluc closed 4 months ago

Builditluc commented 10 months ago

Linked isssues

This PR tracks the rewrite of wiki-tui's core structure and implementation. The plan is to implement the core features (viewing Wikipedia articles in the terminal), move things over to the main branch, and implement the other features like switching languages there.

You can always check the current state of development here. Feedback, Suggestions and Ideas are greatly appreciated!

You may have to dive a bit into the code for keybindings, inner workings, etc.

Todo / Info board

edwar4rd commented 6 months ago

I tried the rewrited version and it worked much better with Chinese/Japanese than the older version! Thank you for your hard work! (I manually modified src/components/search.rs and src/app.rs to change the Language, config doesn't work yet ig)

image of the older version

image of the newer version

Builditluc commented 6 months ago

Thank you! I currently don't have a lot of time to work on the project (finals), so it'll take a bit to finish the rewrite.