AutoHotkey Community

It is currently May 26th, 2012, 7:31 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 166 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next

Have you tried AutoHotFile?
Yes it is great.
Could not get it to work, please provide more information.
It does not provide the functions I need (please explain).
Yes but it is useless for me.
I am already using a different keyword launcher.
No, I do not like to use a keyword launcher.
You may select 1 option

View results
Author Message
 Post subject:
PostPosted: April 16th, 2009, 3:44 pm 
Offline

Joined: April 16th, 2009, 3:17 pm
Posts: 1
HotKeyIt wrote:
Can you explain the reason for that? Is it slow on loading for you? If so, how many files does it load in total?

It took 15 seconds to load 3343 keywords :wink:

HotKeyIt wrote:
Even better would be to create a folder on your drive and create shortcuts (*.lnk) for all files and folders you need.
This way it would load very fast and creating / deleting / renaming shortcuts would be updated straight away so you do not need to rescan them

It is a better way:)

HotKeyIt wrote:
I am not sure about that as loading time will get slower

Just for you consideration! :lol:
Loading time is more important.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 26th, 2009, 9:11 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Quote:
- AutoHotFile Hotkeys can be changed now to your preference
- Quick Profile selector added (by default press Capslock & F2)
- AutoHotfile will now show associated icon when a file is found


When you are using self-compiled AutoHotFile.exe, make sure you rename your old AutoHotFile.ahk script so new one can be extracted.
You can then restore your settings from the old file by copying first lines.

Image


Last edited by HotKeyIt on May 5th, 2009, 1:29 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 28th, 2009, 8:41 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Update wrote:
- Fixed selecting profiles (watch folders was not turned back on)
- Fixed ToolTip to display correctly when using A_Caret (sometimes it was shown far outside of screen area and hanged)


Last edited by HotKeyIt on May 5th, 2009, 1:29 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 3:41 pm 
Offline

Joined: April 14th, 2009, 10:06 am
Posts: 28
Hi, i'm trying AutohotFile and i need a bit of help. First of all, sorry for my english, not my home lang.

I use Launchy for 2 reasons
* Calcy plugin (calculator)
* Runny plugin (run a program)

With Calcy i have not problems with autohotfile, simply use the prefix = and it's done.

I use runny to invoke a program with a variable number of parameters so, in Launchy i simply type..

rtm [TAB] param1 [TAB] param2 [TAB] param3

and it invokes my program with the 0,1,2 or 3 parameters that i've typed
eJ C.\Program Files\rtm\rtm.exe param1 param2 param3

How can i acomplish the same behaviour in Autohotfile? note that i could not enter parameters, or only 1 or 2 or the whole 3 .

thanks in advance.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2009, 10:12 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
I have released a new version, please download and give it a try.
As always, do not forget to rename/delete old ahk script so new one can be extracted :!:

New features wrote:
- You can enter/use parameters for files now ( thanks for idea/request diesalher ;) )
- - For example enter in KeyWord Launcher:
- - - "outlook /safe"
- - - "explorer /e,/select,C:\Temp"

- You can specify * as file parameter to keyword folders as well so these will be listed in Launcher
- - You can use it in global extensions or specify it for certain folders only
- - - For Example to include all folders in C:\Program Files and its subdirectories, enter following file pattern
- - - "C:\Program Files\/*" ...



EDIT: Small fix for parameters, those were not applied for some apps.


Last edited by HotKeyIt on May 5th, 2009, 1:29 pm, edited 1 time in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2009, 10:09 am 
Offline

Joined: April 14th, 2009, 10:06 am
Posts: 28
Doesn't seems to be working for me.

I have an exe called GTD.EXE

i've added the path under File patterns tab to index it

C:\workspace\GTD\GTD\bin\Debug\/GTD.exe

When i type gtd on autohotfile y type

gtd[SPACE]param1,param2,param3
or
gtd[SPACE] /param1,/param2


My program is called but receives no param ..args.Length:0

I'm using AutohotFile 1.0.48.0(right click AutoHotfile.exe, version) downloaded from the link at page 1 of this post. It could be useful to include version number somewhere in the program and in the first post (maybe there is and i'm not finding)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2009, 1:28 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Looks like upload failed, can you download AutoHotFile.ahk again, replace yours and try again.
(I will upload AutoHotFile.exe when I get home in the evening).

I am going to rebuild AutoHotFile completely soon and will start to use versions and possibly auto update :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2009, 3:43 pm 
Offline

Joined: April 14th, 2009, 10:06 am
Posts: 28
i've downloaded AutoHotfile.ahk.

Now, my program is receiving 1 parameter "param1,param2,param3" not 3 separate parameters.

It could be useful to define a universal parameter separator like [TAB] to avoid the use of quotes and allow to put commas as part of the content of a parameter.

E.G: program [TAB] arg1 [TAB] arg2part1 arg2part2[TAB]arg3part1,arg3part2

--> this is translated in something like.....
c:/Program FIles/Program.exe arg1 "arg2part1 arg2part2" "arg3part1,arg3part2"

This is the way launchy does and is quite convenient because...

* No quotes (2 keystrokes)
* no need to worry for [SPACE] into arguments
* very fast to type

Tell me what do you think aboout it


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 5th, 2009, 11:12 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
I agree, many thanks for feedback, let me see what I can do :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 2:00 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
diesalher wrote:
E.G: program [TAB] arg1 [TAB] arg2part1 arg2part2[TAB]arg3part1,arg3part2

--> this is translated in something like.....
c:/Program FIles/Program.exe arg1 "arg2part1 arg2part2" "arg3part1,arg3part2"


Can you please check:
- Launchy does not apply "" to the parameters automatically! (version 2.1.2)
- Actually some programs will have problems with this, e.g. MSOutlook, using quotes is not possible!
- In Launchy you can press {TAB} only once, after this it will be ignored.
AutoHotFile uses Tab at this place to launch a file quickly.


Can you download AutoHotFile.ahk again and try again?
I have created an exe and tested, it looks to work as it should.
Code:
MsgBox %0%`n%1%`n%2%`n%3%


You should be entering:
Quote:
E.G: program[Space]arg1[Space]"arg2part1 arg2part2"[Space]"arg3part1,arg3part2"

--> this is translated in
c:/Program Files/Program.exe arg1 "arg2part1 arg2part2" "arg3part1,arg3part2"

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 6th, 2009, 3:40 pm 
Offline

Joined: April 14th, 2009, 10:06 am
Posts: 28
HotKeyIt wrote:
Can you please check:
- Launchy does not apply "" to the parameters automatically! (version 2.1.2)
- Actually some programs will have problems with this, e.g. MSOutlook, using quotes is not possible!
- In Launchy you can press {TAB} only once, after this it will be ignored.
AutoHotFile uses Tab at this place to launch a file quickly


Well...true, except that there is a way to achieve this behaviour to certain programs. In Launchy plugin runner you can configure an alias to launch a program, and define placeholders for the parameters .

Alias:gtd Program:C:\workspace\GTD\GTD\bin\Debug\gtd.exe
Arguments:"$$" "$$" "$$" "$$" "$$"

This makes Launchy accept 5 TABS not only one when i type gtd and it surrounds each param with quotes

gtd ► ► ► ► ►


I've tested the new Autohotfile.ahk and it seems to work fine, i can invoke my program with a variable number of arguments.

Now that i can do that, i'm now evaluating the use of Autohotkey against other solutions in terms of features and usability.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2009, 7:01 am 
This is similar to nDroid (formerly 320mph) which is also an app launcher. I believe yours has more functions but there is one thing that nDroid does that AutoHotFile doesn't do - match partial string. For example if I have a file

Apple_orange_banana.txt

and search in the AHF menu for "orange", this file isn't displayed. I would like it to display any files that start with "orange", but then also show files like the one above. When there are no files that start with "orange", then the above file will be the only one displayed. This helps you find files whose entire filenames you aren't sure of.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2009, 9:33 am 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Guest0357 wrote:
This is similar to nDroid (formerly 320mph) which is also an app launcher. I believe yours has more functions but there is one thing that nDroid does that AutoHotFile doesn't do - match partial string. For example if I have a file

Apple_orange_banana.txt

and search in the AHF menu for "orange", this file isn't displayed. I would like it to display any files that start with "orange", but then also show files like the one above. When there are no files that start with "orange", then the above file will be the only one displayed. This helps you find files whose entire filenames you aren't sure of.


In Advanced Tab in Settings, there is on option, use Wildcard. This will enable this feature for keywords.

Additionally you can use " as a prefix to do a regex search on full file path!
enter * and search will be RegEx + case insensitive, same as "i).

Tell me what you think.
Quote:
A big advantage of AutoHotFile is its speed and background keyword manager.
- For example if you add your download directory in file patterns tab and start downloading a new file, it will be available in AutoHotFile straight away (not after you rescanned everything or so)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 8th, 2009, 10:48 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Update 08.05.2009 - Version 1.0.00.00 wrote:
- AutoHotFile.exe includes version now.
- Automatic update of AutoHotFile.exe (check AutoUpdate - Advaced Tab)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 9th, 2009, 9:18 am 
Bingo - the wildcard worked perfectly. Congratulations, this app has replaced nDroid (which replaced Launchy) and is now my app launcher of choice. Sensational work.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 166 posts ]  Go to page Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: bobbysoon, jrav and 16 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group