This repository was archived by the owner on Nov 11, 2018. It is now read-only.

Description
The FR in the title is to mean Feature Request XD
Anyways, ever since I discovered the location of the commands.ftcompletion file I've been toying with it and with an idea of what could be done that is similar... Custom Command Completions! Basically, allow the end user to create a file with the following syntax:
{ "text" : "CMDONE"; "COMMANDONE" },
{ "text" : "CMDTWO"; "COMMANDTWO" }
Or something similar at least...
where, basically, it allows you to define a series of custom shortcuts that will appear in the same way as the command history, but works as completions for longer commands, similar to the way some text editors work (refering to sublime text here, as it's pretty much the only editor I have experience with XD ). But if this is doable, it would be pretty awesome.