Skip to content

[linux] correct way to open in browser #2958

Closed Answered by hluk
laur89 asked this question in Q&A
Discussion options

You must be logged in to vote

xdg-open still works.

Also, how come Input value is required?

Without setting Input, the input() would return empty data.

Using input() is preferable for larger data than passing the data on command line (e.g. using %1 or arguments()) because the is usually limit in OS for the length arguments and environment variables (somewhat similar to HTTP status code 414 "URI Too Long" in web apps).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by laur89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants