Skip to main content

Helper tool to show and search shortcuts for your favorite programs.

Project description

KeyCut

Helper tool to show and search shortcuts for your favorite programs.

KeyCut (for keyboard shortcut) is a command line tool that helps you remembering the numerous keyboard shortcuts of your favorite programs, both graphical and command line ones, by allowing you to print them quickly in a console and search through them.

Shortcut data are provided by the keycut-data repository.

This repo contains the sources for a Python implementation of KeyCut.

It looks like this

The yellow parts are the one that matched a pattern using a regular expression.

http://i.imgur.com/ZaqTOUb.png

License

Software licensed under ISC license.

Installation

[sudo -H] pip install keycut

You will also need to download the data by cloning the repository somewhere:

git clone https://github.com/Pawamoy/keycut-data keycut_data

Usage

The program needs to know where the data are. By default, it will search in the (relative) keycut-data/default directory.

export KEYCUT_DATA=/somewhere/keycut_data/default

Show all bash shortcuts:

keycut bash

Show all bash shortcuts matching proc (in Category, Action, or Keys):

keycut bash proc

Documentation

https://github.com/Pawamoy/keycut/wiki

Development

To run all the tests: tox

Todo

  • Interactive UI with search commands

  • Follow the principles in keycut-data repo (inheritance, attributes)

Changelog

0.1.0 (2016-01-15)

  • Alpha release on PyPI.

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

keycut-0.2.1.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

keycut-0.2.1-py2.py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page