No description
Find a file
Oskar Rochowiak 7dc6af162b
Some checks are pending
Push to cachix / cachix (push) Waiting to run
update forgejo url
2026-02-10 14:11:40 +01:00
.forgejo/workflows update forgejo url 2026-02-10 14:11:40 +01:00
nix cleaner packages in flake.nix 2025-08-25 21:44:51 +02:00
src unique binaries 2025-08-24 01:27:44 +02:00
.envrc init 2025-03-11 15:34:51 +01:00
.gitignore init 2025-03-11 15:34:51 +01:00
.ignore home-manager 2025-07-09 12:33:49 +02:00
Cargo.lock Weekly dependency updates: 2025-11-16 2026-02-08 14:52:28 +01:00
Cargo.toml rust nighlty 2025-08-24 01:09:16 +02:00
flake.lock update forgejo url 2026-02-10 14:11:40 +01:00
flake.nix update forgejo url 2026-02-10 14:11:40 +01:00
LICENSE license 2025-05-13 19:54:27 +02:00
README.md readme 2025-04-05 11:28:58 +02:00

Moxctl

A command-line utility for controlling the Mox desktop environment.

Overview

moxctl automatically searches your system's $PATH for binaries that start with mox and end with ctl. It then adds these binaries as subcommands, making it easy to invoke them through a unified command. For example, a binary like moxnotifyctl will be accessible as a subcommand mox notify.

Usage

Basic Command Structure

Once installed, you can invoke moxctl with any of the detected subcommands by simply calling:

mox <subcommand> [options]

For instance, if the moxnotifyctl binary is detected in your $PATH, you can invoke it like this:

mox notify [options]