skatkov / rdoc-markdown

RDoc to Markdown generator
https://poshtui.com
GNU General Public License v3.0
24 stars 1 forks source link

How is this better than ri? #30

Closed Nakilon closed 1 year ago

Nakilon commented 1 year ago

Considering this:

Motivation

I'm trying to depend less on software with GUI, instead using software that could be used through console

skatkov commented 1 year ago

@Nakilon This question probably belongs more in discussions. :)

But I will attempt to answer as good as possible, please consider that this is my opinion, if ri is good enough for you—then that's great. But I tried ri and pry-doc before starting this project and I was very frustrated with experience.

These are the issue from my memory, they might not be up-to-date right now or I could be forgetting something:

I decided to build this gem to generate "markdown and search index". In my mind, this approach seems easier:

I'm also building a TUI client on top of this library—I call it posh . I plan to solve all the issues I had with ri and pry-doc with this combo.

Nakilon commented 1 year ago

Thanks for the explanation! P.S.: there is no Discussions tab: image