You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a request for a "convenience" feature, and only a nice to have. It's based on seeing this feature in several little command line hypertext server apps.
If you run, for example:
datasette.exe serve --open "mydb.s3db"
I would like it if default browser is launched, at the URL that is being served.
Idea: if a database only has a single table, this could open straight to /db/table. If it has multiple tables but a single database it could open straight to /db.
This is a request for a "convenience" feature, and only a nice to have. It's based on seeing this feature in several little command line hypertext server apps.
If you run, for example:
I would like it if default browser is launched, at the URL that is being served.
The angular cli does this, for example
ng serve --open #see https://angular.io/cli/serve
...as does my usual mini web server of choice when inspecting local static files....
npx http-server -o # see https://www.npmjs.com/package/http-server
Just a tiny thing. Love your work!
The text was updated successfully, but these errors were encountered: