-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate documentation from tldr #2
Comments
I also agree with this - A possible solution could involve something like Tealdeer, which seems to be a rust client to get |
Hello @pepa65 @BurntNail ! 🐻 Thank you for the great suggestion! Do you know by any chance is there an endpoint to receive One thing to note, if you want to use $ halp plz --man-cmd "tldr" <foo> However, it will replace the What do you think? |
@orhun thanks for taking a look at this - I think this is best incorporated as a shell command - it makes liberal use of colours and might be a pain to just GET. Not sure about anyone else's thoughts though. Shall I draft up a PR? |
tldr is complementary to man-pages, so you should definitely do both. |
Isn't the problem with that having to check for updates? |
Fair point.
If you mean adding a new option for running
Not really. I was curious if
Yeah, let's not deal with that. By the way, I'm thinking if we can add a more generalized solution such as: $ halp plz --with-option "Show TLDR:tldr {}" Or in config file: # custom options for `plz` menu
options = [ { option = "Show TLDR", command = "tldr {}" } ] Maybe it's a topic for another issue but it would be nice to get opinions on this. |
Using documentation
Great to use man pages, trying -h/--help, but there is also information at the tldr project that you could be tapping into: https://github.com/tldr-pages/tldr
Describe the solution you'd like
Next to the man page, offer a direct dive into the alternate documentation of tldr.
Describe alternatives you've considered
Just bypass halp and use tldr directly, but halp could be a one-stop solution, so people don't need to download tldr or the tldr archives themselves.
The text was updated successfully, but these errors were encountered: