summon-switcher 0.1.0

A tiny macOS command-line tool for opening, focusing, and cycling applications from declarative keybindings.
1
2
3
4
5
6
7
8
9
//! Summon — a tiny macOS command-line tool for opening, focusing,
//! and cycling applications from declarative keybindings.

pub mod app;
pub mod config;
pub mod controller;
pub mod daemon;
pub mod diagnostics;
pub mod runner;