You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

quick-actions

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-actions

Create menus with dmenu-like applications, configured in toml.

0.0.5
pipPyPI
Maintainers
1

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

Install

Using pip

> pip install quick-actions

Using nixpkgs

{
    ...
    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.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts