Exegol-history v2#429
Conversation
ShutdownRepo
left a comment
There was a problem hiding this comment.
Love the PR, here's a change to make imo
Also, wouldn't it be interesting to add an alias like dbshow to list the values so that a user can check them before running a command?
|
Also, what do you think about changing the prompt if |
|
Hey, Thank you for your feedback, I think this commit should do the trick. |
ShutdownRepo
left a comment
There was a problem hiding this comment.
this change and we should be good to go in my opinion
|
@ShutdownRepo Also wouldn't that be better to pin the version of the package using |
|
Lgtm
Not sure this is the best move, because if we were to do that on all tools, we'd have a serious problem in keeping tools up to date |
|
I am afraid that using USER, PASSWORD, ... may be too much generic and get in conflict with user-defined variables. Edit: But of course, using USER and PASSWORD are interesting to be in line with the commands in zsh_history. Edit2: Or maybe add a way to revert the variables to what was defined by the user. But maybe that's already what dbassets offers. @ShutdownRepo any thoughts? |
That's the purpose of this PR 😁 to improve on the current Exegol-history management which basically consists in a |
|
I moved the install function after the pipx install, this should fix the pipeline. |
qu35t-code
left a comment
There was a problem hiding this comment.
In my opinion we can keep exegol_history, it does not change much and can allow users who use it to not be lost or dependent on dbasssets.
Description
Hello,
I'm adding a tool that I wrote called
dbassets(https://github.com/lap1nou/db-assets), it can be useful to manage compromised assets (credentials / hosts) informations and store them in an env variable ($USER,$PASSWORD, ...)Feel free to close the PR if you already have something in progress for that.
Related issues
#40
Point of attention
N / A