Monday, April 29, 2013

Extreme Clipper v2

Extreme Clipper

Version 2


See Latest Version 3


Extreme Clipper helps you to take screenshots of windows in a flash. It's an ideal tool for one who is in always need of Screenshots and selective clippings. Made in AutoHotkey, it can capture screen clippings according to your needs!!

Just press (tap) the PrimaryKey (Default - PrintScreen) and then drag mouse while holding the SecondaryKey (Default - Left mouse button) to select the area you want to clip.
Release the SecondaryKey to proceed.
Then, by default you will be met by the Resizer window. Click on Done there to capture.

To capture the whole screen, tap the PrimaryKey and wait for approx. 1 second. You will be greeted by the Resizer window if enabled.
Click Done and you are Done.

It by default also opens automatically the screenshot directory after each screen capture.
The resizer which helps you to resize captured clips on the go, can be very useful if you need to limit the size of Screenshots.



When in game , better turn Run after finish and resize clip feature off.( See Settings.ini for the exe version )
Overall, it is a basic clipper to satisfy all your needs.Hope you like it!!

Exe Users, please see the Settings.ini file which is created in the directory of the program when the program runs for the first time. It contains all the Extreme Clipper settings which you can modify according to your needs.

Download .exe

Download the Script
See more of my Scripts and Creations.


Sunday, April 28, 2013

Hotkey Parse - HParse()

HParse()

Convert user shortcuts to autohotkey hotkeys reliably, securely, fastly.

AHK Topic Link

FEATURES

  • The function handles spelling errors from users and tries to return the correct ahk hotkey for the corresponding shortcut as far as possible.
  • It can differentiate between Autohotkey hotkey (^!x) and shortcuts (Ctrl+Alt+x) and returns the correct value always.
  • It can manage totally invalid user shortcuts sent to it simply by eliminating the invalid part of the shortcut
  • You can enable/disable [RemoveInvaild] param if you want. Enabling (default) manages invalid parts by removing them, Disabling makes the return value blank when an invalid part in shortcut is occured. This blank return can be checked and used further to perform required measures.
  • If possible the returned hotkey is tried to be kept in the standard without "ampersand" (&) format. If not possible it is returned in the correct (&) format. See the EXAMPLES below for more details.
  • Standard User Shortcuts are by default meant to be separated by either the plus '+' or the dash '-' . eg -- Control + Alt + S , Control - S will work.
  • User shortcut(s) such as (X + Control) will be converted to (^x) and not (x^) via the [ManageOrder] Param which is enabled by default
  • Shortcuts endings in modifiers are auto-detected and returned accordingly. eg -> (Control + Alt) gives ^Alt and not ^!
  • No RegEx, so faster .
  • Keys are arranged a/c popularity for maximum speed of the function.
  • Supports all Autohotkey keys including Joystick Keys.

EXAMPLES



CHANGELOG



Recommended

Key names in correspondence with the standard Autohotkey key list should be feeded inside the fucntion.
An example - A user should use the word 'LeftMouseButton' instead of 'LeftClick'.


-->See at Github
Download Directly


Tuesday, April 23, 2013

Sublime Text Autocomplete Adder

Sublime Text Autocomplete Adder


This tool will help you to add completions in a *.sublime-autocompletions file.

Points

Tested with Sublime-Text 2
Absolutely No guaranty
Make sure to create a backup before going
Don't worry about Duplicates, they will not be added again.
Write your completes in listed form, one auto-complete in a line.
You can also drag files which has list of auto-completes to get its contents in the huge Edit box.


DOWNLOAD


See Also Clipjump - The Magical Multiple Cliboard Manager


Saturday, April 20, 2013

Clipjump v4.5

ClipJump

A Magical Clipboard Manager

version 4.5

Download


A Multiple-ClipBoard management utility for Windows.
Allows you to simultaneously use multiple clipboards like never before. Everything that is transfered to your clipboard will get automatically get transfered to Multiple-Clipboards.
It's fast , it's easy, it's magic.

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.
  • Copy Current Folder path to Clipboard (Ctrl+Alt+X)
  • Copy selected files path(s) to Clipboard (Ctrl+Alt+C)
  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go

Changes in this version

  • Bugs with certain applications such as HtmlPad,Internet Explorer Fixed and the algorithm has been globalised to include other apps which have the same tendency.
  • Now, Clipjump should not store duplicate clipboard entries when the user sends them one after another.
  • Lower Overall Memory Consumption

Friday, April 19, 2013

GitHub for Windows Debug Error Fix

Are you facing the Debug Error in GitHub for Windows.
And dont know hot to mend that with Powershell or cmd.
Then , this might help you.

Also See Clipjump - The Magical Clipboard Manager

Clipjump v4.3 Released

ClipJump

A Magical Clipboard Manager

version 4.3

Download

A Multiple-ClipBoard management utility for Windows.
Allows you to simultaneously use multiple clipboards like never before. Everything that is transfered to your clipboard will get automatically get transfered to Multiple-Clipboards.

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.

  • Copy Current Folder path to Clipboard (Ctrl+Alt+X)
  • Copy selected files path(s) to Clipboard (Ctrl+Alt+C)

  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go

Changes in this version

  • Fixed Bugs that were mainly due to negligence(and bad luck too) in version 4.0
  • A Minor Selective Windows Clipboard Bug fixed
  • Sorry, guys who downloaded the faulty version 4.0

Clipjump v4.0 Released

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.

  • Copy Current Folder path to Clipboard (Ctrl+Alt+X)
  • Copy selected files path(s) to Clipboard (Ctrl+Alt+C)

  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go

Changes in this version

  • Eliminated Duplicate Entries Bug Chances
  • Enhanced Error and Bug Handling while pasting
  • Added Help Files and custom icon


Go to ClipJump

Saturday, April 13, 2013

Clipjump v3.0 Released

ClipJump

A Magical Clipboard Manager

version 3.0

A Multiple-ClipBoard management utility for Windows.
Allows you to simultaneously use multiple clipboards like never before. Everything that is transfered to your clipboard will get automatically get transfered to Multiple-Clipboards.

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.

  • Copy Current Folder path to Clipboard (Ctrl+Alt+X)
  • Copy selected files path(s) to Clipboard (Ctrl+Alt+C)

  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go

Changes in this version

  • Added Copy File Path Option
  • Added Copy Folder Path Option
  • Added option to automatically remove ending linefeeds.
  • Fixed a MS-Excel Super-Bug.
  • Now Clipjump rememembers your last Clipboard visit and reopens it when you hit Ctrl + V.

See Clipjump

Saturday, April 6, 2013

Clipjump v2.2 Released

ClipJump

A Magical Clipboard Manager

version 2.2

A Multiple-ClipBoard management utility for Windows.
Allows you to simultaneously use multiple clipboards like never before. Everything that is transfered to your clipboard will get automatically get transfered to Multiple-Clipboards.

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.
  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go


See Clipjump

Wednesday, April 3, 2013

Clipjump v2.0 released

ClipJump

A Mega Clipboard Manager

version 2.0

A Multiple-ClipBoard management utility for Windows.
Allows you to simultaneously use multiple clipboards like never before. Everything that is transfered to your clipboard will get automatically get transfered to Multiple-Clipboards.

Features

  • A True ClipBoard Manager - Captures Everything
  • Supports Preview of Clipboard stored images such as PrintScreen Captures.
  • Data-Types are meaningless for Clipjump. It just stores everything.
  • Control Clipboards only by using Ctrl+x,Ctrl+c and Ctrl+v.
  • Not Mandatory to perform Copy and Cut operations using Ctrl+C and Ctrl+X. Even an application's Copy and Cut will be transferred to Clipjump.
  • FIX Clipboards at certain positions via FIXATE Option.(See FIXATE - A Coders Delight)
  • Add selective Data to Windows Clipboard if needed.
  • Can have as much simultaneous clipboards as possible. (Depends on Disk Space).
  • Very fast Clipboard Switching.
  • Idiot-Proof! - Captures Clipboard entries from everywhere, whether it be an external program or PrintScreen Captures.
  • Configurable - You can change settings by editing Settings.ini
  • Portable - Carry where you go

Whats New

  • Clipjump is now Open-Source.
  • Added the Great FIXATE Option, a super productivity booster for the Coding Community.
  • Added Delete Clip Option - Delete selected Clipboards on the fly.
  • Added Selective Windows Clipboard Option.
  • [Older Version Users] Now one X to Cancel, two X to Delete and three to DeleteAll.
  • Now, even more lighter on disk.

See Clipjump

See more of my Scripts


Clipjump Online Guide

Clipjump Online Guide

A Magical Clipboard Manager


Find the new guide at http://clipjump.sourceforge.net/docs/

TABLE

Basic Usage


  • After Downloading Clipjump, unzip it and run Clipjump.exe .
    It's a portable application so no installation is needed.
  • When you run the exe, Clipjump's icon will be seen in SystemTray.



  • Try copying either by Ctrl+C or by Right Click -> Copy or Shift+PrintScreen
  • You will notice a Tip, [Transferred to Clipjump] when you copy something.This will mean that the copy has been succeeded.



  • Now, press Ctrl+V(paste action), you will see a tip containing the file or text to be copied.[This is Paste Mode]. If an Image has been copied, a Window showing your image will pop-up.
    You will have to release Ctrl to perform actions. (You will know later)
    Here, Release Ctrl to paste.



  • To move through Multiple Clipboards, press V again while holding Ctrl. [while in Paste Mode]
    Release Ctrl to Paste.Tap C while holding Ctrl to move backwards.
  • To Cancel Copy, press X while in Paste mode [Ctrl Pressed].
    The tip should change to a Cancel Message. This is [Cancel Mode]
    Release Ctrl to confirm.


  • To Delete Current Clipboard, press X twice in Paste Mode or once in Cancel Mode. The tip should now change to a Delete Message. This is [Delete Mode]
    Release Ctrl to confirm.



    To Delete all Clips, press X thrice in Paste Mode OR twice in Cancel Mode OR once in Delete Mode. The tip should change to a Delete All message.This is [Delete All Mode]

    Release Ctrl and then confirm the confirmation tip with Y to proceed.

Notes

  • As you can see, Releasing Ctrl is the basis of performing actions in Clipjump.
  • Also, note that Cancel Mode,Delete Mode and Delete All Mode are inter-related. The program cycles through these modes when you press X while holding Ctrl.
    So, pressing X while holding Ctrl in Delete All Mode will switch back to Cancel Mode.



Settings Editor



This is the Clipjump settings editor. You can choose your Clipjump preferences here.
To get help on any setting, keep the mouse static for a while after moving the mouse pointer over it .
After changing settings, hit Apply and then OK.
Hit Cancel to cancel any changes you made and close the window.

TIP - To disable a shortcut , set it to None . You can do this by focusing cursor in the Shortcut box and then tapping Backspace once.


Clipjump History Tool



Clipjump's Clipboard History tool can be a real life saver when it's time comes.
This tool stores record of all the clipboard items transfered to Clipjump in the last "x" days. The "x" days can be selected a/c your preference from the settings editor.
To open the Clipboard History tool , you can also use the keyboard shortcut - Win+C other than the Tray Menu shortcut.
To load full-size clip from the list provided by History tool, double-click on the item.
To delete a history item , Right-click on it and select "Delete".

Tip - To view only Clipboard images in the History list, you can filter the listing something like [Double-click to view image]


Partial Searching
When the checkbox 'Partial' is checked , the History Tool follows a partial checking pattern. Now you will be able to filter the Histroy List with Space delimited terms and only those clips will be shown which have all those space delimited terms in them.




The Preview Window
The History Preview Window previews the requested history clip. It supports preview of all types of clips from text to images. When previewing text , you have the option to search for terms (Ctrl+F) and the searching algorithm inhibits the 'Partial Searching' setting from the History Tool.
When previewing images , you can enlarge the image by resizing the preview windows . Maximize it to see the maximum possible size of the image preview.


Insta-Paste
Press Space after choosing your desired Clipboard item in the history Gui to paste it directly to the underlying window.
This method necessarily closes the History GUI.
TIP - To force Insta-Paste to write to Clipboard (Clipjump) when it is used, change instapaste_write_clipboard to 1 in the [Advanced] section of Settings.ini file.


Incognito Mode
When in Incognito mode, the Clipboard history will not be captured by Clipjump and the Clipjump icon in the System tray will fade (become greyyish).
This feature can be very useful for maintaining Privacy.
To ever enable Incognito mode, use the Tray menu.


Disabling the History tool - Change the Number of days to keep items in History setting to 0 to permanently disable History tool. This will make Clipjump automatically start with the Incognito Mode ON as a symbol to show that History is not captured.
Please note that disabling the history tool in the way as said above will not delete old history items unlike to the fact that if you change the Number of days to keep items in History from 50 to 2, the history older than 2 days will be deleted by Clipjump.


Changing History Tool shortcut - The History tool shortcut (Win + C) can be changed or disabled via the Clipjump Settings (Setting.ini) file. Just open the file and search for the key history_K in section [Advanced].
By default, you will see the history_K key with the value Win + C. Empty this value to disable shortcut for History Tool or change this value to a preferred shortcut to change the History tool shortcut.
Example values of history_K are -
Shift+C
Win+Alt+H

Ctrl+Home
F9
The 3rd item is left blank to demonstrate the empty (NULL) value which disables the shortcut.


Resetting Clipjump

[v9.5+] To reset Clipjump to its default settings and remove all the data created by Clipjump on your computer , use this option . The option can be found in the About window for Clipjump. The data that will be removed includes history items, paste mode clips, extracted icons and the settings file.


Shortcut List

Ctrl Held/Pressed
V - Activate PASTE-MODE and move forward through Multiple Clipboards (from 1 to 2 , 2 to 3)
C - Move backwards through Multiple Clipboards (from 3 to 2 , 2 to 1)
S - Add current Clip to Windows Clipboard [Selective Windows Clipboard Option]
X - Toggle between, Cancel,Delete,Delete All MODE
Space - Fix/un-fix a clipboard at its position.
Z - Toggle Formatting for Clips
E - Export current Clipboard

General
Ctrl+Shift+A - Action Mode
Win+C - Open Clipjump Clipboard History Tool
Ctrl+Shift+C - Open Clipjump Channel Selector
Ctrl+Alt+C - Copy File Path
Ctrl+Alt+F - Copy file content
Ctrl+Shift+Z - PitSwap



Now see Advanced topics
Learn about Clipjump Channels