Messages - Fruch [ switch to compact view ]

Pages: [1]
1
FARR Plugins and Aliases / Re: Google Translation Plugin
« on: September 29, 2008, 08:06 AM »
Now that Google support Hebrew I've tried to change gt for my need.

var output, languages = new Array("ar","bg","zh-CN","zh-TW","hr","cs","da","nl","en","fi","fr","de","el","hi","it","ja","ko","no","pl","pt","ro","ru","es","sv","iw");
var lang_names = new Array("Arabic","Bulgarian","Chinese (Simplified)","Chinese (Traditional)","Croatian","Czech","Danish","Dutch","English","Finnish","French","German","Greek","Hindi","Italian","Japanese","Korean","Norwegian","Polish","Portuguese","Romanian","Russian","Spanish","Swedish","Hebrew");

like that, but it's not working, any idea what else need to be changed ? :(

2
Find And Run Robot / UNC Paths in FARR
« on: June 26, 2008, 10:54 AM »
I'm trying to use UNC paths in FARR, and with no luck.
I've tried an alias for it but it wasn't working all the time

^\\\\(.*)
UNC | cn explorer \\$$1 &&

and it's not working at all

I've tried this
UNC | doserach cn explorer \\$$1 &&
but it's really bad, cause it's make it run during i'm writing it down, which casue it to start before I want it...

I really want to put FARR into better use, but thing kinds of hold me back (I use lot's of UNC paths in my work place)

3
FARR Plugins and Aliases / Re: TodoTXT
« on: April 15, 2008, 01:14 PM »
it would be nice if birdseye.py will work too, it give a good overview of what your project is doing.

4
FARR Plugins and Aliases / Re: TodoTXT
« on: April 15, 2008, 12:10 AM »
nice work, you've took my idea to the place it should.  :Thmbsup:

suggestions:

adding color support,
a way to configure clrscr after each command,
a way to use enter insted of "," didn't got it until I've read all the thread.

5
I want to be able to use todo.txt (http://todotxt.com/)
I built a .bat file that use the python script like that

@todo.py %'
@pause

but it's a bit ugly, cause each command open a cmd window.

can someone show a way those printout will show under FARR (like in gc, that types "Welcome to Quick Add for Google Calendar")

this will be very useful tool for FARR.

Pages: [1]
Go to full version