Commit Graph

79 Commits

Author SHA1 Message Date
2043e20b88 feat: Added table viewer. 2026-06-08 17:39:45 -04:00
acbda090d7 feat: list cmd. 2026-05-27 19:30:19 -04:00
fc8474d721 feat: Restore db from file. 2026-05-27 18:27:21 -04:00
8f2c241963 feat(config): Added data path. 2026-05-03 12:45:43 -04:00
3e6c17520c feat: accept config in Db 2026-05-01 10:30:12 -04:00
fd0f8bba03 feat(age): accept multiple recipients. 2026-04-30 22:37:31 -04:00
6557139380 feat: Implemented basic db operation. 2026-04-30 21:03:38 -04:00
e528652725 feat: Created own age wrapper. 2026-04-29 16:35:38 -04:00
02ce5e46b7 feat: Added age-ffi. 2026-04-28 17:49:04 -04:00
a13264c80c feat: zig-sqlite. 2026-04-26 17:29:37 -04:00
799d95a4c6 feat: added Config parsing. 2026-04-24 11:19:31 -04:00
217bb41394 feat(comma): Added help method. 2026-04-23 16:53:47 -04:00
a547409efd docs: Added AI Disclaimer to README.md. 2026-04-21 19:42:02 -04:00
53cf22bc78 feat: Added help output for commands. 2026-04-21 19:34:09 -04:00
ae4454596a feat(comma): Added enum value for unknown commands. 2026-04-21 18:13:35 -04:00
bd2a5455af feat: Migrated deps command. 2026-04-21 18:02:58 -04:00
8a503cedfb refactor: Broke comma into a separate package. 2026-04-20 17:08:26 -04:00
33b0063c67 feat: Added command structure. 2026-04-20 16:14:43 -04:00
43b03e0aca wip: feat: Migrated version command to zig. 2026-04-18 16:28:30 -04:00
ce135e9ce4 feat: Created zig wrapper. 2026-04-17 16:41:45 -04:00
6a611150f5 feat: Added zig config. 2026-04-17 15:49:00 -04:00
Spencer Brower
c6d0308842 chore(main): release 0.2.1 v0.2.1 2026-01-12 14:42:05 -05:00
cf363abc4d fix: Added add as an alias for backup. 2026-01-12 14:40:42 -05:00
d3dbf2a05a build(nix): Updated flake. 2026-01-12 14:40:38 -05:00
5a9038df87 docs: Added WINDOWS.md for when I add windows support. 2025-11-11 11:02:52 -05:00
Spencer Brower
06e0d8067c chore(main): release 0.2.0 v0.2.0 2025-11-10 10:20:56 -05:00
4db0a4d33d feat(sync): envr can now detect if directories have moved. 2025-11-10 10:13:18 -05:00
638751fb48 refactor: Restore and Sync now share code through the sync function. 2025-11-10 10:13:18 -05:00
39dc586d3c refactor: Swapped position of Sync and Restore for better readability. 2025-11-10 10:13:18 -05:00
5eaf691dcd refactor(db): Removed the need to pass CloseMode to Db.Close. 2025-11-07 14:43:30 -05:00
1a3172dc6f docs: Updated comments on SshKeyPair. 2025-11-07 12:19:29 -05:00
66b113049b refactor: Removed TODOs. 2025-11-07 11:51:11 -05:00
169653d756 feat(init): Added a --force flag for overwriting an existing config. 2025-11-07 11:48:36 -05:00
8074f7ae6d feat(sync): Now checks files for mismatched hashes before replacing. 2025-11-07 11:38:58 -05:00
9a729e6e2a docs: Removed old TODO. 2025-11-07 11:16:27 -05:00
0fef74a9bb refactor!: Dir is no longer stored in the database.
BREAKING CHANGE: Dir is now derived from Path rather than stored in the
DB. Your DB will need to be updated.
2025-11-07 11:12:29 -05:00
38a6776b31 chore: remotes now get unmarshalled from the database. 2025-11-07 10:54:54 -05:00
15be62b5a2 feat(config): The default config now filters out more junk.
This includes `.envrc` files, `.local/`, `node_modules`, and `vendor`.
2025-11-07 10:44:55 -05:00
f43705cd53 feat(scan)!: Added support for multiple exports.
BREAKING CHANGE: The config value `scan.Exclude` is now a list rather than a string.
2025-11-07 10:41:46 -05:00
cbd74f387e feat: Added new check command. 2025-11-06 17:35:11 -05:00
c9c34ce771 refactor(check)!: Renamed the check command to deps. 2025-11-06 17:10:53 -05:00
17ce49cd2d fix(check): fd now correctly gets marked as found. 2025-11-06 17:06:26 -05:00
af0a9f9c4c docs: Added todos. 2025-11-05 18:31:39 -05:00
4273fa5895 feat!: Multiple scan includes are now supported.
BREAKING CHANGE: The config value `scan.Include` is now a list rather than
a string.

Release-As: 0.2.0
2025-11-05 18:29:19 -05:00
bb3c0cdeee chore: Updated nix version. 2025-11-05 18:09:58 -05:00
Spencer Brower
df5fdeee67 chore(main): release 0.1.1 v0.1.1 2025-11-05 18:08:40 -05:00
42796ec77b feat(sync): Results are now displayed in a table.
Release-As: 0.1.1
2025-11-05 17:49:22 -05:00
8a349dd760 build: Added Makefile for cross-platform builds. 2025-11-05 17:28:59 -05:00
7a49858a58 docs: Updated TODOs. 2025-11-05 16:35:07 -05:00
9ab72a25fa fix(sync): Fixed an issue where deleted folders would be restored. 2025-11-05 15:43:32 -05:00