Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a history command and shared history accessible across machines #18

Open
pulkitsinghal opened this issue Mar 9, 2015 · 0 comments

Comments

@pulkitsinghal
Copy link
Contributor

  1. 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
    
  2. Also if users set the defaultOutputDirectory in settings.json then the history.json file can be accessible across machines.

External Reference: vadimdemedes/ronin#10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant