Browser integration

Asked by Guy Van Sanden

I love steadyflow and it is much better than I would expect from 0.1 release.

But, is there any possibility to intergrate it into the download function of the browser yet (chromium in my case)?
I don't mind using a hack.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Steadyflow Edit question
Assignee:
No assignee Edit question
Solved by:
Guy Van Sanden
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
Guy Van Sanden (gvs) said :
#1

Ok, just saw the FAQ entry

Revision history for this message
Abdusamed Ahmed (sir508) said :
#2

File a bug.. having it intergrate in all browser will be nice..liek..the app should be able to recogonize if the user is trying to download something and should automatcally pop up or soemthign

Revision history for this message
Guy Van Sanden (gvs) said :
#3

There's a new Chromium extension at https://chrome.google.com/webstore/detail/mfjkgbjaikamkkojmakjclmkianficch
it can add any custom download manager, I'm currently trying to get the right command to actually add the URL to steadyflow's queue.

Revision history for this message
Guy Van Sanden (gvs) said :
#4

Ok, found the steadyflow add command, but the chromium extension does not accept 2 words before the URL
So, wrapped a littel script called sfadd.sh arround it that basically does:
steadyflow add $1

and it works