mk icon indicating copy to clipboard operation
mk copied to clipboard

Configuration file

Open ssbarnea opened this issue 5 years ago • 0 comments

Implement configuration loading with an minimal feature that allows us to define custom actions:

actions:
  foo:
    commands: ... # shell code

While custom commands can be implemented using the Tool class like other external tools, the purpose of this feature is to allow us to add other configurable options.

ssbarnea avatar Apr 05 '21 08:04 ssbarnea