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

Configure how hashes are displayed and copied #2

Open
Kade-N opened this issue Apr 24, 2020 · 0 comments
Open

Configure how hashes are displayed and copied #2

Kade-N opened this issue Apr 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Kade-N
Copy link
Member

Kade-N commented Apr 24, 2020

Currently, hashes are displayed in the format FFFF FFFF (2B97 8C46), and copied in the format FFFFFFFF (2B978C46).

Add configurable options for the following:

  • Use lowercase instead of uppercase (2b978c46)
  • Toggle space between words
  • Add 0x in front of hash (0x2B978C46)
  • Place name in front of hash (crt 2B978C46)

These options will need to exist independently for both status bar display, as well as clipboard copy.

@Kade-N Kade-N added the enhancement New feature or request label Apr 24, 2020
@Kade-N Kade-N self-assigned this Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant