Page 1 of 5

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

Posted: 23 Oct 2013, 23:52
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 03 Nov 2013, 10:59
by timeFlies
Any headway on improving the keyboard shortcuts yet?

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 04 Nov 2013, 08:59
by Avi
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 .

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 09 Nov 2013, 17:28
by budRich
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/).

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 10 Nov 2013, 00:49
by Avi
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.

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 16 Nov 2013, 06:54
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 18 Nov 2013, 06:12
by Avi
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)

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 07 Dec 2013, 08:15
by Avi
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/

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 02 Jan 2014, 02:14
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 04 Jan 2014, 03:27
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 08 Jan 2014, 09:06
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 08 Jan 2014, 14:16
by art
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 08 Jan 2014, 22:45
by Avi
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.

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 09 Jan 2014, 00:41
by art
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!

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 09 Jan 2014, 02:35
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 09 Jan 2014, 03:36
by Avi
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

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 09 Jan 2014, 04:42
by art
Avi wrote:v10.6.2 minor release
...
@art You may update
You are really fast! Thank you sir.

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 11 Jan 2014, 06:22
by Avi
v10.6.3

Fixed issue with Action mode in Russian systems
Minor: fixed about gui title centering

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 03 Mar 2014, 06:27
by Avi
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/

Re: Clipjump : The Ultimate Clipboard Manager

Posted: 16 Mar 2014, 10:07
by Avi
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