Metadata-Version: 2.1
Name: termlauncher
Version: 0.1.2
Summary: A Textual-based terminal launcher
Author-email: falldeaf <falldeaf@gmail.com>
Project-URL: Homepage, https://github.com/falldeaf/termlauncher
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# TermLauncher
This is an early version of a command-line based key launcher using Textual.

![screen-gif](./keylaunch-test.gif)

## Why another key launcher?
I really love the ability to hit a hot-key and quickly access features of applications through the many API's available. The problem for me was, it was overly difficult to write plugins. This application uses command-line applications as input and output. So plugins for this application are short entries in a settings.json file and a seperate command-line application that can output an array in JSON. Or even just a simple entry in the settings.json alone!

## Install and start
To install, use pip;

```
pip install termlauncher
```
