rajat wrote:- the plugin opens a small input box for you to type a note to be sent as mail message
This would be perfect! Can I set this up on my own, or is some solution in the offing from your side?
2. Sadly I'm not familiar with cURL programming. But as an nDroid plugin can freely use command line, once the needed commands (and expected outcomes) are known, a plugin can be devised easily. In fact, that'd really be a very useful plugin. If you or somebody else can chip-in to help me on this, I'd definitely like to work on this one.
Thanks
With cURL installed, this batch file should work for Gcal (copied from Lifehacker):
- Code: Select all
echo off
cd c:\
cmd /c curl --basic --proxy <proxyhost:proxyport> --proxy-user <proxyusername:proxypassword> --user <twitterusername:twitterpassword> --data status="d gcal [u]%VAR_SearchTerm%[/u]" https://twitter.com/statuses/update.xml
Echo Exiting...
A few other things you might want to have a look at:
http://lifehacker.com/365123/send-twitt ... -in-any-oshttp://cpan.uwinnipeg.ca/htdocs/App-Twe ... Tweet.htmlhttp://lifehacker.com/software/hack-att ... 284127.php (excellent comments... Include Jaiku and Stikkit integration as well)
I'm too sleepy to read further and make proper recommendations. I'm sure if I think a bit, I'll figure out how to work this into an action file, but am too tired to think right now. Will come by in a couple of days and try.

And I realise this is not the right place... But a quick question: Would it be possible to add a "delete" function in the nDroid list window? In my nDroid window right now I have "foobar2000" and "foobar2000 - Website" both. The first time I searched for foobar2000, the url showed up higher in the list, and I accidentally ran it instead. Now, while I realise it isn't harming anyone by being there in the list (and now it's lower than the correct exe file), it's just irksome to see it there all the time. Also, is there any way of interacting with the list elements via, say, a right-click or drag-and-drop? I realise those would make for larger changes than might be possible currently. Maybe for a future version.
Thanks again. Great software, and excellent help.