nt
nt copied to clipboard
programmable command
The programmable command, which gonna be a command itself like ("alias", "short" etc...)
and it gonna have a list of sub actions (identified with their names).
Like:
notya short clean
- "And it will look up for the registered "clean" action find it and execute".
After implementing this functionality, the create command's "edit-ask" operation should be removed.
Because, with this functionality users gonna be able to create and program in low-level their commands.
So, if user wants to create something like:
- create a file and open it via editor, this definetly could be an short command.
That first calls for the "create" command and then the edit command.