A dmenu wrapper script
Project description
[![Latest Version](https://pypip.in/version/itemizer/badge.svg)](https://pypi-hypernode.com/pypi/itemizer/) [![Downloads](https://pypip.in/download/itemizer/badge.svg)](https://pypi-hypernode.com/pypi/itemizer/) [![Supported Python versions](https://pypip.in/py_versions/itemizer/badge.svg)](https://pypi-hypernode.com/pypi/itemizer/) [![Development Status](https://pypip.in/status/itemizer/badge.svg)](https://pypi-hypernode.com/pypi/itemizer/) [![License](https://pypip.in/license/itemizer/badge.svg)](https://pypi-hypernode.com/pypi/itemizer/)
itemizer
A [dmenu](http://tools.suckless.org/dmenu/) wrapper script that:
Lets you define menu items as key: value pairs in a [YAML](http://yaml.org/) file, like:
Firefox: firefox Terminal: gnome-terminal Nautilus: nautilus –no-desktop –new-window
The keys are what will be shown in dmenu. The values are the commands that will be run when you select the keys from dmenu. Unlike the usual way of using dmenu, the items shown in the menu don’t have to be the same as the commands executed when they’re selected.
Sorts the items in dmenu most-recently-used first (not yet implemented!)
Installation
pip install itemizer
Usage
itemizer_run
It accepts all the same command-line arguments as dmenu:
itemizer_run -f -i -nb “#222222” -nf “#bbbbbb” -sb “#005577” -sf “#eeeeee” -fn “--terminus-medium-r---16-------”
To customize the menu copy the [default itemizer.yaml file](itemizer/itemizer.yaml) to ~/.itemizer.yaml and edit it.
Itemizer is composed of two subcommands:
itemizer list prints a newline-separated list of all the keys from your items file to stdout, suitable for piping into dmenu.
itemizer show reads a key from stdin, looks up its value in your items file, and prints it to stdout. Pipe the output from dmenu into itemizer show, then pipe the ouput from itemizer show to sh.
Run itemizer -h for complete documentation of the options and subcommands.
[itemizer_run](bin/itemizer_run) is a shell script that ties itemizer list, dmenu, itemizer show and sh together, and that passes any command-line arguments that you pass it on to dmenu.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file itemizer-1.1.0.tar.gz
.
File metadata
- Download URL: itemizer-1.1.0.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 711f9e05267c713c099ef48f194b7cd2ea72dd01c4115b98ad804d2955f3a27b |
|
MD5 | c713717a6aa3c422c88292eca0175e2c |
|
BLAKE2b-256 | 3732cb838c4eccff7e313e08c7c8c4ce26860792f60065cfdc70a3e2f0c5d1b3 |