Metadata-Version: 2.4
Name: quick_actions
Version: 0.0.5
Summary: Create menus with dmenu-like applications, configured in toml.
Project-URL: Homepage, https://gitlab.com/leswell/quick-actions/-/blob/main/README.md
Project-URL: Repository, https://gitlab.com/leswell/quick-actions
Author-email: Simofi Levente <simofilevente+pypi@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: python-benedict
Description-Content-Type: text/markdown

# Quick Actions - Configure Your Action menus with hierarchical TOML files bringing your own scripts.

## Install

### Using pip
```sh
> pip install quick-actions
```


### Using nixpkgs
```nix
{
    ...
    inputs = {
        quick-actions = {
            url = "git+https://gitlab.com/leswell/quick-actions";
            inputs.nixpkgs.follows = "nixpkgs";
        };
        ...
    }
}
```

**AND** add the package to system or home-manager `quick-actions.packages.${pkgs.system}.quick-actions`
**OR**
use one of the modules.