aboutsummaryrefslogtreecommitdiff
path: root/src/Command.zig
AgeCommit message (Collapse)AuthorFilesLines
2020-05-31Rework commands to be string basedIsaac Freund1-154/+0
This allows for significantly more flexibility and should make implementing the bind command possible.
2020-05-24Add callback to command request for error handlingIsaac Freund1-1/+12
2020-05-20Add layout commandLeon Henrik Plickat1-0/+2
2020-05-19Implement command execution through riverctlIsaac Freund1-0/+141