A plugin for Launchy to put Tomboy note titles in the catalog
Project description
Introduction
Launchy Tomboy Plugin
Requirements
I have tested this setup with:
Installation
Make sure the above requirements are met
install this package using pip, easy_install, or the .exe installer
create a file like the one below:
# this file should reside at # <Launchy program dir>\plugins\python\pytomboy.py from os import environ as ose import launchy # uncomment this line if you want debug messages from LaunchyTomboyPlugin # to go to <Launch program dir>\plugins\python\stdout.txt #ose['LAUNCHY_TOMBOY_DEBUG'] = '1' from launchytomboyplugin import Tomboy launchy.registerPlugin(Tomboy) print 'Tomboy plugin registered'
start or restart Launchy
Environment Variables
LAUNCHY_TOMBOY_DEBUG: set to enable debug info in the stdout.txt (see below)
TOMBOY_PROGRAM_PATH: set to the full path to Tomboy.exe if your Tomboy install is in a non-standard location.
Log Files
Keep theses files in mind when trying to troubleshoot problems:
<Launchy program dir>\plugins\python\stdout.txt
<Launchy program dir>\plugins\python\stderr.txt
Using the Plugin
This plugin inserts two static items into the Launchy catalog:
Tomboy New Note
Tomboy Search Notes
It will also index the title of every Tomboy note and make it available as an item in the Launchy catalog. So if you have a note with a title of “ToDo List” typing “ToDo List” in Launchy should bring up that item. Hitting enter will open the corresponding Tomboy note.
Note: the plugin rebuilds the list of note titles whenever Launchy rebuilds its catalog. The auto-refresh time period can be set in Launchy options. A manual refresh of the catalog can also be triggered, see Launchy docs for more info.
Known Issues
If Tomboy is not running and two Tomboy related commands are issued quickly in succession, its possible the second Tomboy instance will crash. Once Tomboy is up and running, this is no longer an issue.
Workaround: be patient the first time you use a Tomboy related item with Launchy to give the Tomboy process that is started time to fully initialize.
Questions & Comments
Please visit: http://groups.google.com/group/blazelibs
Source Code
http://bitbucket.org/rsyring/launchytomboyplugin
The Launch Tomboy Plugin HG tip is installable via easy_install with easy_install LaunchyTomboyPlugin==dev or pip with pip install LaunchyTomboyPlugin==dev.
Changelog
0.1.2 released 2012-12-16
fix launching of Tomboy subprocess so Launchy returns immediately
don’t put system:template notes in catalog
0.1.1 released 2012-12-15
fix setup.py settings to include icons
0.1.0 released 2012-12-15
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file LaunchyTomboyPlugin-0.1.2.zip
.
File metadata
- Download URL: LaunchyTomboyPlugin-0.1.2.zip
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 937c7caddc4b41b1d648d7fcdffe678266c8eb45ed4dabbe48fe7b585d34f5cc |
|
MD5 | a2766edd6b21081fffece32fceed065a |
|
BLAKE2b-256 | b1ef3400a9bc1ec3ba6b60b0aefc8b11b3327d8a53aff456041c4f075ab27e21 |
Provenance
File details
Details for the file LaunchyTomboyPlugin-0.1.2.win32.exe
.
File metadata
- Download URL: LaunchyTomboyPlugin-0.1.2.win32.exe
- Upload date:
- Size: 209.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99882cff4e8d318ded66422e02c5443eb787b186def880c09f8f1ae774a8035e |
|
MD5 | 70c2e7c637026bb24bc887ead1e2bed6 |
|
BLAKE2b-256 | 0f8b74555df4e4ce7da392ad26b446c1d225134c05eefb27b0d0c99d02d073c2 |