pgibler / cmdh

Create Linux commands from natural language, in the shell.
MIT License
83 stars 6 forks source link

Add command cache (-u) functionality #2

Open pgibler opened 1 year ago

pgibler commented 1 year ago

It would be good to have options to store and load commands. The load command should show a list of previously run commands. The user can choose to show only stored ones, or all history. The store and load commands should output the directory where the stored files are.