Sha256: 87ba66d9c9603ff81869c44e4b2f426e827bea8dd530a1581f9f8ccac3b84c86

Contents?: true

Size: 395 Bytes

Versions: 3

Compression:

Stored size: 395 Bytes

Contents

message Configuration {
  required string version = 1;

  message Shortcut {
    required string shortcut = 1;
    required string command = 2;
    repeated string tag = 3;
    optional string description = 4;
    optional bool function = 5;
  }

  repeated Shortcut shortcuts = 2;

  message Link {
    repeated string tag = 1;
    required string output = 2;
  }

  repeated Link links = 3;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hsume2-aka-0.4.3 lib/aka/configuration.proto
hsume2-aka-0.4.2 lib/aka/configuration.proto
hsume2-aka-0.4.1 lib/aka/configuration.proto