| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-18 | parse the returned JSON from the nix subcommand | Irene Knapp | |
| this produces a list of secrets, although it doesn't yet do any of the checking to see if the files actually exist, when they were modified, etc. it just prints the parsed data structure. this was kind of a pain to test, I had to make a fake machine config with some secrets and point it to it. we should figure out a way to use Rust's test framework to do that automatically, but that can be in a future CL, and I don't necessarily have to be the one to write it. Change-Id: I4c7d579d61e8f3694fe879998dae0f95baaeea05 | |||
| 2025-12-18 | implement the secret-list command | Irene Knapp | |
| Change-Id: I5e1570940fedf52bb560fd824270e201757004ed | |||
| 2025-11-26 | basic structure of the interactive features of the CLI tool | Irene Knapp | |
| Change-Id: Ifec5dbbe20b2c625d448eba436620622af6c5120 | |||
| 2025-08-14 | create a project skeleton with a nix flake and a Rust executable | Irene Knapp | |
| I also took the liberty of adding some Rust libraries that I know will be useful Change-Id: Id5d98d86cdce653f6706903b75e285c72f2ba4b4 | |||