summaryrefslogtreecommitdiff
path: root/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/todo/Option_for_browser_to_launch_webapp_with.mdwn')
-rw-r--r--doc/todo/Option_for_browser_to_launch_webapp_with.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn b/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn
new file mode 100644
index 000000000..dae601169
--- /dev/null
+++ b/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn
@@ -0,0 +1,7 @@
+Firefox is my default browser, but as we all know, it doesn't load quickly. If I don't have Firefox running but I want to access the git-annex webapp, I'd rather launch the webapp in some small, quick browser like QupZilla than wait for Firefox to load.
+
+Could git-annex have a setting, maybe a "webapp --browser" option and/or a setting in the config file, to specify the browser to launch?
+
+> git-annex uses the standard `git config web.browser` if you set it.
+> [[done]]
+> --[[Joey]]