dasheets icon indicating copy to clipboard operation
dasheets copied to clipboard

Support for multiple commands within an entry

Open Kapeli opened this issue 11 years ago • 0 comments

I think it would be useful to allow more than 1 command for each entry. This would be useful for those cases when one action can be performed using more than 1 command.

Ideally, the format would be:

    entry do
      command 'command 1'
      command 'command 2'
      name 'name'
      notes 'notes'
    end

Can this be added?

Kapeli avatar Feb 18 '14 17:02 Kapeli