Personal command aliases

Issue #1 new
Egor Kotlyarov created an issue

For example it could look like this:

{
    "*": {
        "a": "add",
        "r": "remove",
        "w": "who"
    },
    "d1z": {
        "a": "null",
        "add": "null",
        "адд": "add",
        "r": "null",
        "remove": "null",
        "ремув": "remove"
    },
    "some_body_else": {
        "m": "maps"
    }
}

Or something more advanced with arguments, regexps, etc...

Comments (1)

  1. Log in to comment