Skip to content

Commit

Permalink
Add another Rust client to the list
Browse files Browse the repository at this point in the history
@rilut beat me to it :) Here's another Rust client that aims to support
offline caching, the way the NodeJS client does it.

Maybe we can merge the two clients somehow (luthfianto/rust-tldr#1),
otherwise they can coexist as they have a different focus: One fetches
the pages from the net on each command invocation, the other does local
caching.
  • Loading branch information
dbrgn committed Jan 3, 2016
1 parent 5d39ead commit ce39820
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ You can access these pages on your computer using one of the following clients:
- [tldroid](https://github.com/hidroh/tldroid), available on
[Google Play](https://play.google.com/store/apps/details?id=io.github.hidroh.tldroid)
- [Ruby client](https://github.com/YellowApple/tldrb): `gem install tldrb`
- [Rust client](https://github.com/rilut/rust-tldr): `cargo install tldr`
- Rust clients:
- [rust-tldr](https://github.com/rilut/rust-tldr) (online lookup): `cargo install tldr`
- [tldr-rs](https://github.com/dbrgn/tldr-rs) (offline caching, not yet published)
- [R client](https://github.com/kirillseva/tldrrr): `devtools::install_github('kirillseva/tldrrr')`
- [Dart client](https://github.com/hterkelsen/tldr): `pub global activate tldr`
- [Web client](https://github.com/ostera/tldr.jsx): https://ostera.github.io/tldr.jsx
Expand Down

0 comments on commit ce39820

Please sign in to comment.