aboutsummaryrefslogtreecommitdiffstats
path: root/src/dirs.rs
Commit message (Collapse)AuthorAgeFilesLines
* switch from nix to rustixJesse Luehrs2024-04-211-1/+1
|
* clippyJesse Luehrs2023-02-181-12/+14
|
* Support multiple profiles with an environment variableSkia2022-11-071-5/+18
| | | | | | | | | | | | This introduces the `RBW_PROFILE` environment variable to be able to run multiple instances in parallel, that will use different configuration paths. To use this feature, simply run `rbw` with the environment variable set to any string that is valid for a path. Setting it to an empty string is like not setting it at all. e.g.: * `RBW_PROFILE=perso rbw list` * `RBW_PROFILE=pro rbw list`
* move device_id to a separate data fileJesse Luehrs2022-02-101-0/+5
|
* clippyJesse Luehrs2021-12-151-0/+10
|
* switch to thiserrorJesse Luehrs2021-03-061-9/+21
|
* respect TMPDIR for the fallback runtime dirJesse Luehrs2021-02-191-1/+6
|
* don't require setting XDG_RUNTIME_DIRJesse Luehrs2020-05-291-3/+15
|
* include filenames in the error messages about file operationsJesse Luehrs2020-05-231-6/+9
|
* allow storing password databases from different serversJesse Luehrs2020-05-031-2/+7
| | | | | this should allow easy switching of servers by just `rbw config set base_url`
* simplifyJesse Luehrs2020-05-031-8/+43
|
* keep daemon log filesJesse Luehrs2020-04-181-0/+6
|
* clippyJesse Luehrs2020-04-061-0/+3
|
* factor out into an agentJesse Luehrs2020-04-061-0/+14