jabbalaci / quickjump

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

root-ként is működjön, abszolút útvonalak legyenek benne, ne relatív útvonalak #4

Open gelleicsaba opened 2 weeks ago

gelleicsaba commented 2 weeks ago

Hogy root-ként (sudo su) is működjön, annyi a trükk hogy a relatív útvonal helyett abszulút útvonalak kellenek image

a ~ helyett a teljes útvonal kerüjön be pl: /home/csaba/..... (ez a ~ cseréjével megoldható, a $HOME értékére kell cserélni)

jabbalaci commented 2 weeks ago

I use relative paths on purpose. Actually, the program changes "/home/username" to "~" in order to simplify the JSON file. This way, the paths are shorter and easier to read.

Every user should build his/her own database. If you switch to root, build a database for root too.