Skip to content

Commit

Permalink
Merge pull request #10 from minotour4869/master
Browse files Browse the repository at this point in the history
feat: adding support opening web browser to android
  • Loading branch information
Kanna-Neko authored Jul 21, 2024
2 parents e8975bc + d4d54f2 commit 804571c
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 804571c

Please sign in to comment.