tldr.jsx
A React-based web client for tldr. Try it here.
Roadmap
As tldr-pages advances, new features can be planned. Some are:
Local cache
, allowing immediate access to a number of commandsAutocompletion
, freeing you from remembering all those command namesSearch
, letting you search through all the pages and commands to find what you wantUnique urls
, to easily share anytldr-page
Collaboration Setup
It requires a working node
environment with npm
, and you can run any of these to get a build:
npm run-script build
for a release build,npm start
, for watching and rebuilding as you go
Serve locally as you wish, I preffer python -m SimpleHTTPServer
.
It's clearly a work in progress, so there's many flaws, but Issues and PR's are more than welcomed!