Add/set by ID#25
Open
TheLastOfEugenes wants to merge 3 commits into
Open
Conversation
NetExec intergation, DB format, set option
…CREDS_ID et HOSTS_ID et ajouté leur valeur dans le add pour être changée
…using -i <id> or --id <id>
Author
|
je viens de voir que le premier commit était resté, je suis désolé pour le contretemps. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I offer to add the ability to set the credentials based on ID only, skipping the tui entirely.
Imagine the situation where one adds a set of credentials to the database, it is only logical that they want to select the one they just added, if they kept track of the ID of the last credentials, the person can directly select the new credentials by ID, skipping the few seconds spent scrolling all the way down.
Usage: exh set creds -i ID
It is the first part, the second is coming in the next pull request, offering to select a negative id, select the last i-th credential
example: exh set creds -i -1
would set the last added credentials while
exh set creds -i -2
would set the credentials before the last one.