Clipjump
Clipjump copied to clipboard
few update
Sqlite db update and few other update to make Clipjump working
Thank you so much for keeping the best clipboard manager on the internet working!!! <3 How do I generate a new Clipjump.exe to use with your source code?
When I try running your forked code with the original Clipjump.exe I get an error saying it can't find the sqlite3.dll which I can clearly see is present?
Hi thank you for your interest. You're welcome to fork my repo or download the content as zip. Clipjump.exe won't work in this case because I didn't create executable file with the latest changes so it'll throw out error. Just use Clipjump_x64.ahk
, it'll do the job. You can create a task schedule to automate this process. If you want to create task schedule then do select Run with highest privileges
in general tab, set triggers at Log on
at actions tab start a program, Program/Script
value = "C:\Program Files\AutoHotkey\AutoHotkey.exe"
arguments value = "<path>\Clipjump_x64.ahk"
of course change <path>
to your Clipjump directory.
Would you mind making a new Clipjump.exe ?
Would you mind making a new Clipjump.exe ?
nope, as it's basically the same thing and also it gives me freedom to change or update the code without hassle.
Ok I did what you suggested and it appeared to work fine, except for 2 things:
- in Task explorer the process shows up as "Autohotkey Unicode 64-bit" instead of "Clipjump"
- When I attempt to exit clipjump from the tray menu I get the error "Nircmd not found! Download Nircmdm from, https://www.nirsoft.net/utils/nircmd.html" ??
- I can't do anything about that, it’s by design.
-
Nircmd
is required for this build read, https://github.com/sobuj53/Clipjump
Why is nircmd required and why does it have to be in that directory? Can you change your scripts to at least use nircmd from the directory I run clipjump.ahk in?
I specifically wrote why it’s required in the following commit https://github.com/sobuj53/Clipjump/commit/a74b30376ad3ae35a0e9b93576c67e020e6427df In short it’s not possible or maybe possible, you have source code so you can always modify it to your need. I saw it fits my requirement so I adopted it.