dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.49k stars 663 forks source link

Option to create aliases #1169

Open Perverance opened 3 months ago

Perverance commented 3 months ago

Hi! I think not, but... is there a way to create aliases? Something like alias cls = system clear or alias sf $1 = select * from $1?

Or at least an option to use favorite queries without the need to type \f? I know this might be a silly thing to ask, but I think the app would benefit from having the ability to create and use custom aliases.

Thanks for such a useful tool, by the way!