-
Notifications
You must be signed in to change notification settings - Fork 126
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
Allow specifying multiple operating systems #45
Comments
Hm, what should happen if a command exists both on Linux and on SunOS (with different TLDR-pages), and you call |
Perfect is the enemy of good? I don't like to make things more complicated, but if you are concerned about confusion with automatic fallback, maybe one of all of:
|
Maybe we could allow specifying multiple operating systems for the |
Maybe it could fail, but let the user know that the page exists on another os? |
I'd definitely favor an option where you could specify multiple operating systems in order of precedence ( |
This issue was closed in #300 :) |
So sometimes I'm using tealdeer on my laptop which is macOS, and looking up a utility that is for linux on another box. I have to
-o linux
after seeing that the command is not found.My workaround is
function tld { tldr $* || tldr -o linux $* }
I was wondering how you'd feel making this the default behavior.
The text was updated successfully, but these errors were encountered: