summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-02 19:44:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-02 19:44:03 -0400
commit47ad31e6a2188bebaa85ccda68f7c82f71cc5ea9 (patch)
tree586b5d2f0242030067923d50a9c6657328e6935f
parent705ff574602fcb1a15cc74bacc4c3fb46fdadfaf (diff)
respond
-rw-r--r--doc/todo/Option_for_browser_to_launch_webapp_with.mdwn4
1 files changed, 4 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
index 89a6153c8..dae601169 100644
--- a/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn
+++ b/doc/todo/Option_for_browser_to_launch_webapp_with.mdwn
@@ -1,3 +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]]