Skip to content

philcoffeejunkie/tldrflutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tldrflutter

tldrflutter

A Flutter client for tldr manpages

Get it on Google Play

How to build

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

Planned features / TODO

  • 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 :)

Screenshots