Candy : A New Tool for quick open files and fast search text

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
huyaowen
Posts: 109
Joined: 28 Jul 2014, 01:15

Candy : A New Tool for quick open files and fast search text

11 Sep 2014, 21:11

Candy : A New Tool for quick open files and fast search text.
Author:aamii
Download github: https://github.com/aamii/Candy

how to use:
1.select a file ,files or some text
2.press ^f1
3.a MENU occured

ps.the MENU is just a sample,you can press and hold CTRL click the menu and open its INI file to edit.

===========================
Candy and chinese AHK QQ group:3222783
QQ software:http://www.imqq.com/?lang=1033
Skrell
Posts: 302
Joined: 23 Jan 2014, 12:05

Re: Candy : A New Tool for quick open files and fast search

12 Sep 2014, 08:17

I'm confused by what this does, can you please post screenshots?
User avatar
DataLife
Posts: 458
Joined: 29 Sep 2013, 19:52

Re: Candy : A New Tool for quick open files and fast search

12 Sep 2014, 18:41

I downloaded Candy.exe and ran it and it created a candy.ahk icon on my task bar. I right clicked the icon and chose Edit Script. Here is the contents of that.

I have no idea what Candy.exe is supposed to do.

Code: Select all

; IMPORTANT INFO ABOUT GETTING STARTED: Lines that start with a
; semicolon, such as this one, are comments.  They are not executed.

; This script has a special filename and path because it is automatically
; launched when you run the program directly.  Also, any text file whose
; name ends in .ahk is associated with the program, which means that it
; can be launched simply by double-clicking it.  You can have as many .ahk
; files as you want, located in any folder.  You can also run more than
; one .ahk file simultaneously and each will get its own tray icon.

; SAMPLE HOTKEYS: Below are two sample hotkeys.  The first is Win+Z and it
; launches a web site in the default browser.  The second is Control+Alt+N
; and it launches a new Notepad window (or activates an existing one).  To
; try out these hotkeys, run AutoHotkey again, which will load this file.

#z::Run www.autohotkey.com

^!n::
IfWinExist Untitled - Notepad
	WinActivate
else
	Run Notepad
return


; Note: From now on whenever you run AutoHotkey directly, this script
; will be loaded.  So feel free to customize it to suit your needs.

; Please read the QUICK-START TUTORIAL near the top of the help file.
; It explains how to perform common automation tasks such as sending
; keystrokes and mouse clicks.  It also explains more about hotkeys.
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.
aamii
Posts: 47
Joined: 23 May 2014, 03:50

Re: Candy : A New Tool for quick open files and fast search

12 Sep 2014, 20:01

I'm the author of candy,because of my poor English,I have never post it in the Forum Before.Although I have used this script for years.
follow these steps to test candy.
1、The candy.exe is renamed from autohotkey1.16.0.1.exe
So you have to download the whole package to test.The package contain Candy.ahk and some sample cofiguration ini files
2、Select any file or text , Press ^F1, a menu will popup.
3、The comments and waring information and sample config are Chinese at present, But the Script is quite Simple.
4、You have to change the configuration by yourself,because the Sample config is for my compute.
5、Take a look at GeneralSettings.ini,you can set up hotkeys and define your custom variables.
User avatar
DataLife
Posts: 458
Joined: 29 Sep 2013, 19:52

Re: Candy : A New Tool for quick open files and fast search

12 Sep 2014, 22:09

aamii wrote:I'm the author of candy,because of my poor English,I have never post it in the Forum Before.Although I have used this script for years.
follow these steps to test candy.
1、The candy.exe is renamed from autohotkey1.16.0.1.exe
So you have to download the whole package to test.The package contain Candy.ahk and some sample cofiguration ini files
2、Select any file or text , Press ^F1, a menu will popup.
3、The comments and waring information and sample config are Chinese at present, But the Script is quite Simple.
4、You have to change the configuration by yourself,because the Sample config is for my compute.
5、Take a look at GeneralSettings.ini,you can set up hotkeys and define your custom variables.
Do I run Candy.exe or Candy.ahk then select a file and press ^F1 ?
Check out my scripts. (MyIpChanger) (ClipBoard Manager) (SavePictureAs)
All my scripts are tested on Windows 10, AutoHotkey 32 bit Ansi unless otherwise stated.
User avatar
huyaowen
Posts: 109
Joined: 28 Jul 2014, 01:15

Re: Candy : A New Tool for quick open files and fast search

13 Sep 2014, 04:27

yes,have a try,my Savepictureas author.
td3zzz
Posts: 18
Joined: 15 Aug 2014, 20:53

Re: Candy : A New Tool for quick open files and fast search

13 Sep 2014, 05:18

中文用户支持个!
Guest

Re: Candy : A New Tool for quick open files and fast search

17 Apr 2015, 03:19

Not to mention the English-speaking world, for the Chinese people, Candy does not have a good manual or quick start. Hundreds of configuration, you learn them either by guessing, or by asking (but no one answer your foundational problem, the QQ group has formed a small circle, discussing their own advanced subject).

I think the author should pause writing code, start doing some infrastructure, write manual or quick start. Otherwise, candy is always the toy in a small circle. In fact, Candy is a powerful and useful tool from what I know now, but I still dunno how to use it after six months first know it.

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 108 guests