[Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

Post your working scripts, libraries and tools for AHK v1.1 and older
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

[Looking for Maintainers/Successors] Clipjump : The Ultimate Clipboard Manager

23 Oct 2013, 23:52

See https://github.com/aviaryan/Clipjump/issues/136 if you are interested in developing Clipjump
(ORIGINAL) AutoHotkey.com Topic
v12.5

Clipjump is a multiple clipboard management utility for Windows. It was built to make working with multiple clipboards super fast and super easy. The program records changes in the system clipboard, stores them without any limits and provides innovative ways to work with them.


The basic ideas on which Clipjump is built upon

No extra shortcuts needed to manage multiple clipboards in Clipjump, go with your default Ctrl + C,X and V.
Not just the text. All Clipboard formats are supported.
No opening a GUI and looking for your clip to paste it. Everything happens from Ctrl+V here, the pasting operation is superfast.
Portability and Speed
Multilingual and Open Source

The main idea of Clipjump is to make the clipboard management process fast as well as powerful. As a result, there are lots of features in here to suit your needs.

Paste Formats - Format text in different ways before pasting. The ones available by default include Trim Formatting, Sentence Case, Regex Replace, DeHTML and lots more.
Plugins - Using the API, you can create plugins that can very well extend the functionality of Clipjump.
Channels - You can sort clips in channels. These channels can be activated such that the clips copied automatically move to it.
History Tool - It stores a plain copy of each of the item copied onto Clipjump. By default, it stores the activity of last 30 days.
Action Mode - Another little innovation that saves you from rememebring dozens of shortcuts for different features in Clipjump. Just press Ctrl ShiftA to see a list of popular functionailities and open them in a snap.
Scripting - ClipjumpCustom.ini is the script file for Clipjump. You can write small, easy-to-understand scripts to personalize Clipjump.
Other features like adding tags to clips, exporting them, copying file directly to clipboard etc are also supported.


Official  Site
Online Help
Source
Last edited by Avi on 05 Feb 2017, 23:04, edited 18 times in total.
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
timeFlies
Posts: 146
Joined: 22 Oct 2013, 20:54
Location: Somewhere in the northern hemisphere.

Re: Clipjump : The Ultimate Clipboard Manager

03 Nov 2013, 10:59

Any headway on improving the keyboard shortcuts yet?
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

04 Nov 2013, 08:59

chaz wrote:Any headway on improving the keyboard shortcuts yet?
To be honest, I havent touched the Clipjump code from some time now. I hope to get back soon .
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
budRich
Posts: 82
Joined: 29 Sep 2013, 16:52
Location: Wermland
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

09 Nov 2013, 17:28

chaz wrote:Any headway on improving the keyboard shortcuts yet?
+1

ClipJump is using ^!T, i need that for other things. Is there someway to disable it? I have the source, but I can't find the hotkey declaration. The program that needs the hotkey is NexusFile (a free portable filemanager available at xiles.net/).
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

10 Nov 2013, 00:49

budRich wrote:
chaz wrote:Any headway on improving the keyboard shortcuts yet?
+1

ClipJump is using ^!T, i need that for other things. Is there someway to disable it? I have the source, but I can't find the hotkey declaration. The program that needs the hotkey is NexusFile (a free portable filemanager available at xiles.net/).
Sorry but I dont see whose default shortcut is Ctrl+Alt+T ? If there is, you can disable it with the Settings Editor.
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

16 Nov 2013, 06:54

v9.8.1

Added an option to auto-disable Clipjump when certain window is active
Added an option to play sound when data copied to Clipjump
Fixed bugs with Channel cycles in Paste-Mode
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

18 Nov 2013, 06:12

v9.8.5
Fixed bugs with Clipjump in MS Excel
Fixed bug with Cut functionality in MS Excel and Kingsoft Office (you can add more spreadsheet application too)
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

07 Dec 2013, 08:15

v9.9.1
  • Made Clipjump possible to be translated in other languages.
  • Removed system-level shortcuts for copy file data, copy file path, pitswap and channel selector. They can be accessed from Clipjump Action Mode and a system-level shortcut for them can still be created.
  • fixed many odd bugs
 
 
FUTURE PLANS
  • A plugin architecture to make user script various aspects of Clipjump a/c their needs . The syntax will be like AutoHotkey and so simple and for everyone. 
 
PS - New Site - http://avi.uco.im/projects/clipjump/
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

02 Jan 2014, 02:14

v10
Added option to Copy and Move clips from one channel to another
Now press A in paste mode to go to Clip 1
Current Clip pointer in paste mode is never discarded
You can use Middle Mouse Button to Insta-paste
Added option in Ini to set program's default priority
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

04 Jan 2014, 03:27

v10.4.9.9 beta

Fixed bugs with ^a in paste mode, channel delete feature and middle mouse insta-paste feature
Added Customizing feature in Clipjump (see http://clipjump.sourceforge.net/docs/custom.html)
ClipjumpCustom.ini can be configured to change hidden variables in Clipjump to make Clipjump totally custom for a user.
The file is created and loaded when you start Clipjump.
It gives power to-
- Change previously unchangeable shortcuts
- bind a hotkey to an action (like a hotkey to toggle Incognito Mode)
- run coded labels and functions to tailor-make any complex user function. (you may need my help here and I am here to help)
- send key-presses to facilitate scripting/macro

Please have a look at the new customizing features and suggest your ideas.
If you have in the past preferred some features in Clipjump, you can put your words so that more helpful examples can be given in the doc (http://clipjump.sourceforge.net/docs/custom.html).

DOWNLOAD EXE - https://sourceforge.net/projects/clipju ... p/download
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

08 Jan 2014, 09:06

v10.6
Fixed a bug with A key in Paste mode
Fixed bugs with channel delete feature
Added feature to customize + scripting (Clipjump Customizer) in Clipjump
Added search feature in paste mode
Added feature to edit clips in Paste mode
Added feature : Protected Channels
Clipjump now shows changes in current version when updated
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
art
Posts: 22
Joined: 01 Jan 2014, 05:56

Re: Clipjump : The Ultimate Clipboard Manager

08 Jan 2014, 14:16

Error for Clipjump v10.6:
---------------------------
Clipjump.exe
---------------------------
Error: Nonexistent menu item.

Specifically: &Incognito Mode

Line#
---> 3586: Menu,Tray,check,&Incognito Mode

The current thread will exit.
---------------------------
OK
---------------------------
Best Regards
art
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

08 Jan 2014, 22:45

art wrote:Error for Clipjump v10.6:
---------------------------
Clipjump.exe
---------------------------
Error: Nonexistent menu item.

Specifically: &Incognito Mode

Line#
---> 3586: Menu,Tray,check,&Incognito Mode

The current thread will exit.
---------------------------
OK
---------------------------
Best Regards
art
Thanks @art, that came out an issue because it was a part of a less used feature .
You have kept "No of days to keep items in history" as 0 unlike anybody else and so you found that error .
I will release a fix soon.
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
art
Posts: 22
Joined: 01 Jan 2014, 05:56

Re: Clipjump : The Ultimate Clipboard Manager

09 Jan 2014, 00:41

Avi wrote:Thanks @art, that came out an issue because it was a part of a less used feature .
You have kept "No of days to keep items in history" as 0 unlike anybody else and so you found that error .
I will release a fix soon.
You are right!
Tks Avi for your good work, Keep walking!
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

09 Jan 2014, 02:35

art wrote:
Avi wrote:Thanks @art, that came out an issue because it was a part of a less used feature .
You have kept "No of days to keep items in history" as 0 unlike anybody else and so you found that error .
I will release a fix soon.
You are right!
Tks Avi for your good work, Keep walking!
:D
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

09 Jan 2014, 03:36

v10.6.2 minor release
Minor fix: bug when number of days in history was set to 0
Minor fix: a clip was FIXED at pos 1
Major fix: invalid hotkey error when used in Russian systems
Added: A sound beep in protected channels

@art You may update
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
art
Posts: 22
Joined: 01 Jan 2014, 05:56

Re: Clipjump : The Ultimate Clipboard Manager

09 Jan 2014, 04:42

Avi wrote:v10.6.2 minor release
...
@art You may update
You are really fast! Thank you sir.
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

11 Jan 2014, 06:22

v10.6.3

Fixed issue with Action mode in Russian systems
Minor: fixed about gui title centering
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

03 Mar 2014, 06:27

v10.7.2.6 beta

Clipjump now supports Plugins
Custom Paste Formats like NO-FORMATTING are now possible with the added Plugin Support
Multiple Insta-paste'ing possible in History Tool.
Use Enter in Paste mode to paste without closing Paste mode. After that, release Ctrl to cancel.
Use Ctrl+Enter in Search in Paste mode to paste without closing the window i.e. multi-paste.
ActionMode keys are totally customizable now.
Added Edit option in History
Use %...% in Customizer to declare variables. (Eg > myvar = %some_oldvar% or myvar = %Store.var% )
Also added function support in %..% variables. (Eg > myvar = %myfunc(someparam)% )
Use noautorun=1 in a section in ClipjumpCustom.ini to avoid auto-executing it even if it doesn't have a bind key.
Added API.executeSection() to execute a section at will in ClipjumpCustom.ini
Added Store. object (multi-variable holder) to store variables that are valid throughout the Program's runtime.
Fixes in EditClip option in Paste mode

See Site - http://clipjump.sourceforge.net/beta/
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image
User avatar
Avi
Posts: 193
Joined: 30 Sep 2013, 09:51
Location: India
Contact:

Re: Clipjump : The Ultimate Clipboard Manager

16 Mar 2014, 10:07

v10.7.5

Clipjump now supports Plugins
Custom Paste Formats like NO-FORMATTING are now possible with the added Plugin Support
Multiple Insta-paste'ing possible in History Tool.
Use Enter in Paste mode to paste without closing Paste mode. After that, release Ctrl to cancel.
Use Ctrl+Enter in Search in Paste mode to paste without closing the window i.e. multi-paste.
ActionMode keys are totally customizable now. Add, remove, modify..
Added Edit option in History
Use %...% in Customizer to declare variables.
Also added function support in %..% variables.
Use noautorun=1 in a section in ClipjumpCustom.ini to avoid auto-executing it even if it doesn't have a bind key.
Added API.executeSection() to execute a section at will in ClipjumpCustom.ini
Added Store. object (multi-variable holder) to store variables that are valid throughout the Program's runtime.
Fixes in EditClip option in Paste mode
CHANGED No-Formatting option is now a part of paste-formatting option
Writes at Dev Letters

Clipjump Clipboard Manager : More Scripts (updated 2019)

Image

Return to “Scripts and Functions (v1)”

Who is online

Users browsing this forum: No registered users and 64 guests