tldr-flutter
build
the tldr pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages.
maybe you are new to the command-line world? or just a little rusty? or perhaps you can’t always remember the arguments to lsof, or tar?
it certainly doesn’t help that the first option explained in man tar is:
-b blocksize
specify the block size, in 512-byte records, for tape drive i/o.
build
this app is just that: an ever-growing collection of examples for the most common unix, linux, macos, sunos and windows command-line tools.
screenshots
ci
todo:
- [ ] add travis with fastlane here
- [ ] integrate github releases in the same travis script
build and run
- assuming this is your first project, install flutter
- download this project using the url or ssh and cd into the cloned directory
- get the dependencies with
flutter pub get
- run the app in debug mode with
flutter run
Comments are closed.