Something similar which I really love for terminal is tldr : https://tldr.sh/ Behaves like a substitute for man pages with most useful examples. Saved me hours of googling and searching.
DevDocs API Documentation
71–80 of 145 posts
Re: DevDocs API Documentation
#72Nice.. I didn't know about this. Some people here seem to recommend it and they have been using it a lot apparently. Where did you learn about it? Is there a community our there I am missing out on?
Re: DevDocs API Documentation
#73Earlier quoted context omitted.
And open-source :) ( https://github.com/Thibaut/devdocs ) Disclaimer: I'm the maintainer of DevDocs
Is Elm support planned?
Re: DevDocs API Documentation
#74Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
The Dash author engaged in unethical practices and then attacked Apple when they closed his account. http://www.loopinsight.com/2016/10/10/apple-responds-to-dash...
[1] https://blog.kapeli.com/dash-for-ios-back-on-the-app-store
Re: DevDocs API Documentation
#75Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
If you live inside emacs, https://github.com/areina/helm-dash/ will use dash documentation and use emacs for the search and display of the docs. Also, works on GNU/Linux and Windows. Also, free software. Also, I'm the co-author.
Re: DevDocs API Documentation
#76Reminds me of Dash[1] which is especially useful when configured in your editor: press a key to open documentation for the word under the cursor. 1: https://kapeli.com/dash
The Dash author engaged in unethical practices and then attacked Apple when they closed his account. http://www.loopinsight.com/2016/10/10/apple-responds-to-dash...
Re: DevDocs API Documentation
#77Re: DevDocs API Documentation
#78I've used this off and on for a while, but the hardest thing for me is breaking the google habbit (or ddg as often as not in my case) and actually performing the search on that site. I can !dd with duckduckgo to get to devdocs, but I wish there was some natural language processing that knew I wanted to look up a cpp/rust what have you term and send me there. Additionally, C# doesn't seem to be included, which is a bi…