A Flutter client for tldr manpages
In order to always provide the most recent version of tldr pages, you need to run the download script first:
cd ./scripts
./preparePages.bsh
It is important to change to the directory (the script is not very sophisticated yet).
When the pages are present under ./assets you can proceed with the standard flutter commands, such as:
flutter run
- Auto-complete for search input field
- Release on F-Droid
- Settings like preferred platform
- Improve color scheme
- Provide other color schemes (i.e. light mode)
- Windows version for preparePages.bsh
Feel free to contribute :)