Pages
Categories
Popular Posts
-
Blogs I Follow:
- Victoria Mui - Blog
Close preview
Loading... - Frank Macchia - Allow Me To Be Frank
Close preview
Loading... - Greg Wilson - The Third Bit
Close preview
Loading... - Mike Yoo - Living as Minhoon
Close preview
Loading... - Brian Shim - Now & Then
Close preview
Loading... - Stephen Khuu := Steve Khuu
Close preview
Loading... - Sensorial'Org
Close preview
Loading... - Seriously? @Pi/Pi
Close preview
Loading... - Misa - Trails...
Close preview
Loading... - RecodeDesk
Close preview
Loading...
- Victoria Mui - Blog
-
RSS Links
-
Meta
Jump Stacks
Description
Quick Start
Loading a Stack
Creating a Stack
.Stacks Syntax
Limitations/Known Issues
To Do
Download
Description
In many ways, Jump Lists mimics a lot of functionality from OS X’s Stacks. Not only can users access recently/frequently used files per application, but they can also “pin” various files to the special Explorer icon in the Taskbar, which comes in handy for anyone researching an essays for online degrees to someone simply getting a few work tasks done on Excel over the course of the week.
Now, being a former Mac user myself, I found this to be quite limiting. I wanted to group a whole bunch of files and executables into one Jump List menu. At best you could was to pin individual executables to the taskbar, but that takes up way too much space.
Jump Stacks tries to solve this problem by mimicking certain features from OS X’s Stacks into the JumpList menus of Windows 7. Its a very lightweight application and runs with every little overhead (i.e. doesn’t require fancy graphics).
Quick Start
Jump Stacks uses files that end in the
stacksextension to load Jump Stacks with a set of pre-configured Jump List entries.For a quick peek on the features of Jump Stacks, access the samples folder in your install folder located at:
%ProgramFiles%\Jump Stacks\sampleSimply double-click on a stacks file to run that particular Stacks. Once the application is running, you should be able to see the Jump Stacks icon in your taskbar.
To launch the Jump List menu, simply right-click on the icon in the taskbar, or alternatively, left-click on the icon and drag the mouse up.
Stacks files are actually just plain text files, so you can edit existing Stacks files using your favourite text editor (Notepad, Notepad++, Vim, Emacs, etc.)
Load a Stack
Option 1:
Option 2:
Create a Stack
Creating a Stacks file is as easy as creating any other regular text file.
If you are using the “::TITLE” directive to set titles to your Jump Stacks entries, you can enhance readability by adding tabs to the entry directly below it. Tabs and whitespaces before and after entries will be ignored.
.Stacks Syntax
===Inserts a breaker between menu items in the Jump List.
For this to work you will need at least 3 “=” characters, the more the merrier.
::TITLESets the text to be displayed in the JumpList menu for the entry
directly below this directive
@open PATHOpens the contents of the specified PATH, and tries to create an
entry for each file and folder within the specified PATH. Note that
all shortcut files will be ignored (Windows Jump Lists blows up if they’re included)
@link PATHAdds a Jump List entry that directly links to the specified PATH. For an example take a look at LinkOpen.stacks in the samples folder
@web WEBSITEOpens the target WEBSITE in the default web browser. If you just want to go to your homepage then give ” ” as the argument.
@gmailOpens the default web browser and goes to http://www.gmail.com
@gmail -composeopens the default web browser and goes straight to the gmail compose new mail page
@gmail -inboxopens the default web browser and goes straight to the gmail inbox page
@gmail -contactsopens the default web browser and goes straight to the gmail contacts page
@gmail -starredopens the default web browser and goes straight to the gmail starred mail page
Limitations/Known Issues
Limited number of displayable list items.
Windows 7 limits the maximum number of displayable Jump List entries for every application. You may notice that not all of your entries are being displayed if you have multiple directives, or if you used the @open directive on a folder with many files. You can try increasing the maximum number of displayable Jump List items from the taskbar Properties.
In all likelihood, this will not help at all, but who knows, it might actually work. Windows limits the maximum number of possible Jump List entries so that the Jump List does not take over your entire screen. This is a feature, and not a bug, and there really isn’t much we can do if we choose to use this lightweight OS feature.
Multiple Jump Stacks
Opening multiple instances of Jump Stacks will group them together, making only one of the multiple instance available/accessible. There’s probably a way to fix this programmatically. Please contact me know if you have any ideas!
To Do
Download
Binary Executable: MSI Installer (1.77 MB)
Source Code: Download