Skip to content

Commit

Permalink
feat: adding support opening web browser to android
Browse files Browse the repository at this point in the history
  • Loading branch information
minotour4869 committed Jul 20, 2024
1 parent e8975bc commit d4d54f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var commands = map[string]string{
"windows": "start",
"darwin": "open",
"linux": "xdg-open",
"android": "xdg-open",
}

func OpenWebsite(path string) {
Expand Down

0 comments on commit d4d54f2

Please sign in to comment.