topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 11:28 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


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]