A tool for command alias presets
> presetable help
A tool for command alias presets
Usage: presetable <COMMAND>
Commands:
preset Change the active preset
run Run a command from the preset
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print helpcargo install presetablecargo build --release
# The file will be in ./target/release/presetableAdd presetable to your nix flake inputs:
inputs.presetable.url = "github:quixaq/presetable";Include the package in your config:
environment.systemPackages = [ inputs.presetable.packages.${pkgs.system}.default ];An example configuration can be seen in config.toml.example. Put it under ~/.config/presetable/config.toml
xdg.configFile."presetable/config.toml".text = ''
# include the config.toml here
'';