aboutsummaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Collapse)Author
2019-08-21Improve header commentingHarry Jeffery
2019-08-18imv: Add bind commandHarry Jeffery
2019-08-15commands: Fix buffer overrunHarry Jeffery
2019-08-07Make aliases smarterHarry Jeffery
2019-02-10Tweak allocation sizeof operator usageHarry Jeffery
2018-09-27Implemented imv_command_exec_list().Jeinzi
2018-09-01Fixed name conflicts.Jeinzi
2018-09-01Added support for multiple commands per bind.Jeinzi
2017-11-25Don't duplicate license text in all source filesHarry Jeffery
If moving to dual-licensing, this text will be confusing. It's also a lot of noise.
2017-11-23Remove imv_ prefix from struct imv_listHarry Jeffery
It's just bloat. No value.
2017-11-23Give commands the full arg string tooHarry Jeffery
2017-08-06Fix failing build on gcc 4.8.4Harry Jeffery
2017-04-15Let commands take an arbitrary pointerHarry Jeffery
2017-04-14Let's not have imv_commands use hidden globalsHarry Jeffery
2017-04-14Add basic alias supportHarry Jeffery
2017-04-12Add basic command systemHarry Jeffery