git-annex/Assistant
Joey Hess 1f89712e6b add a navbar button that opens the repo in the desktop's native file browser
This should work on linux (xdg-open) and OSX (open). If the program
is not in $PATH, it falls back to opening a browser window/tab with file:///

The only tricky bit is the javascript code, that handles clicking on the
link. This is to avoid unnecessary page refreshes. Until I added the
return false at the end, the <a>'s normal click event also fired, so two
file browsers opened. I have not checked portability extensively.
2012-08-03 10:02:56 -04:00
..
Threads add alert when committing 2012-08-02 14:02:35 -04:00
WebApp add a navbar button that opens the repo in the desktop's native file browser 2012-08-03 10:02:56 -04:00
Alert.hs add alert when committing 2012-08-02 14:02:35 -04:00
Changes.hs license 2012-06-23 01:20:40 -04:00
Commits.hs license 2012-06-23 01:20:40 -04:00
Common.hs debugging improvements 2012-07-20 19:29:59 -04:00
DaemonStatus.hs fix kqueue build 2012-07-30 16:32:32 -04:00
Pushes.hs use a TMVar 2012-06-26 19:21:44 -04:00
ScanRemotes.hs add TransferScanner thread 2012-07-22 23:16:56 -04:00
ThreadedMonad.hs run file transfers in threads, not processes 2012-07-18 19:15:34 -04:00
TransferQueue.hs fix bug in transfer initiation checking 2012-07-29 13:37:26 -04:00
TransferSlots.hs avoid spawning new transfer thread until a slot becomes available 2012-07-25 12:07:30 -04:00
WebApp.hs add a navbar button that opens the repo in the desktop's native file browser 2012-08-03 10:02:56 -04:00