Depending on the developer (me), the commands can get kind of long~ish and the only thing that autocompletes is the program name and not the commands. So I hear feedback about how that's a pain. So a shared history across machines would be quite a sweet feature. It would let users leverage copy/paste from within the terminal like:
$ vend-tools history
1. vend-tools my-custome-command-name --myOptionA value --myOptionB value
2. vend-tools my-custome-command-name --myOptionA value --myOptionB value
...
9. vend-tools my-custome-command-name --myOptionA value --myOptionB value
Depending on the developer (me), the commands can get kind of long~ish and the only thing that autocompletes is the program name and not the commands. So I hear feedback about how that's a pain. So a shared history across machines would be quite a sweet feature. It would let users leverage copy/paste from within the terminal like:
Also if users set the
defaultOutputDirectoryinsettings.jsonthen thehistory.jsonfile can be accessible across machines.External Reference: vadimdemedes/ronin#10