Navigation: Kupfer

Kupfer Tips

This page is a work in progress. Feel free to edit and improve upon these pages. It's a Wiki.

As of March 2011, most of the information have been included in Kupfer's user documentation which is located at: http://kaizer.se/wiki/kupfer/help/ This page has been updated to link to our central user manual for most items.

If a tip on this page doesn't work for you, it can be that it will only work in the latest released version. Tips are not included here that only apply to unreleased versions of kupfer (unless explicitly marked).

Basics

http://kaizer.se/wiki/kupfer/help/generalusage.html

Command Keys and Accelerator Keys

Complete keyboard shortcut reference.

http://kaizer.se/wiki/kupfer/help/keyboard.html

Using Kupfer In Depth

http://kaizer.se/wiki/kupfer/help/moreusage.html

Calculator Plugin

http://kaizer.se/wiki/kupfer/help/plugin-calculator.html

Triggers

http://kaizer.se/wiki/kupfer/help/plugin-triggers.html

http://kaizer.se/wiki/log/post/Kupfer_gains_Triggers/kupfer-triggers.png

Store Objects as Favorites

http://kaizer.se/wiki/kupfer/help/plugin-favorites.html

Microblogging

Kupfer v204 supports microblogging via its Gwibber plugin. You can also use services such as twitter or identi.ca via Kupfer's Pidgin plugin, if you install pidgin-microblog a.k.a microblog-purple. Once connected to the service in Pidgin, you can use the Send Message... action from Kupfer.

http://kaizer.se/wiki/kupfer/help/plugin-gwibber.html

Modifying Kupfer's appearance

Kupfer v205 or later supports themes, see http://kaizer.se/wiki/kupfer/Manual.html

Configuration files and paths

Kupfer cache, config and data are in ~/.cache/kupfer ~/.config/kupfer ~/.local/share/kupfer

Install custom plugins in

~/.local/share/kupfer/plugins/

Search the Web Search Engines

http://kaizer.se/wiki/kupfer/help/plugin-websearch.html

"Dynamic Folders"

Inside the file physics.savedSearch:

<?xml version="1.0" encoding="UTF-8"?>
<query version="1.0">
   <text>physics</text>
</query>

Select in Kupfer

The action Select in Kupfer only has sensible use in Triggers. (Although, on second thought, it can also be used if you absoltely want an object to be inside the Command Results subcatalog). Just like the "Summon Kupfer with Selection" global keyboard shortcut, Select in Kupfer lets you make a trigger for "Summon Kupfer with X" where X is anything, for greatest effect maybe a Proxy object such as Fronstmost Window.

Hidden Gems

sudieyrum.png

Use during Drag & Drop

When dragging an object, the window manager normally locks most actions (you can't alt-tab). You can summon Kupfer during drags and you can also switch windows in a rudimentary way if you bind a trigger to Next Window -> Activate.

Which Proxy Objects Exist?

A Proxy Object is an object that is dynamically resolved when loaded from saved commands (in triggers or in commands saved to file).

The following proxy objects exist (Plugin name):

The action Run (Take Result) from the plugin Higher-order Actions creates a new proxy object which is resolved each time by the command it was created from. While convoluted, an example can be Selected Text → Translate to English → Run (Take Result) which makes a proxy text object containing the result of translating the selected text. (Translate is from the Google Translate plugin). The translate action is carried out when the command object is resolved (for example when the trigger is activated).

NOTE: Higher-order Actions is experimental and it cannot be guaranteed that it will stay in future versions of Kupfer!

Kupfer/Tips (last edited 2011-05-12 13:10:52 by UlrikSverdrup)