muc icon indicating copy to clipboard operation
muc copied to clipboard

Config file

Open nthnd opened this issue 2 years ago • 0 comments

Muc uses clap for customization. This is good but having a config file can make things better:

  • The command will be shorter overall
  • Solves the issue of commands not being counted when their written with "sudo" or "doas". With a config file, the user can simply specify leader commands.
  • Same thing with aliases. Just specify them in your config file.

nthnd avatar Dec 28 '22 04:12 nthnd