jabbalaci / quickjump

QuickJump allows you to bookmark directories and switch between them easily
MIT License
11 stars 1 forks source link

Hash kulcsok biztonságos cseréje #1

Open gelleicsaba opened 2 weeks ago

gelleicsaba commented 2 weeks ago

Az json (DB) szerkesztés mellett legyen egy egyszerűbb és biztonságosabb mód, hogy megadjam a hash neveket. Legyen egy plusz menüpont:

[4 u] change key (or change the last key)

erre megjelenik 2 input

> u
type old key (or $ for last key) : ff5
new key: jungle

type old key:

new key:

példa:

> qj
> c
> u
> type old key (or $ for last key) : $
key: "df34" path: "/usr/local/share/.tfgs/lib"
> new key: nghello
OK. The key has been changed.
q
$ qj nghello

A kiírás szövegek nem fontos, hogy pont ezek legyenek pl: 'type old key' helyett 'enter old name', etc...

jabbalaci commented 2 weeks ago

I want to keep myself to the KISS principle. This is something I would never use. For me, it's easier to edit the JSON file directly. Thanks for the suggestion but I don't think I will add this feature.