|
|
3e3c55d0b6
|
chore(LICENSE): places license notice in all files
|
2025-12-18 13:57:35 +00:00 |
|
|
|
6efa9863fe
|
feat(config): warn_on_delete, warn_on_overwrite, display_art toggles in config
|
2025-12-18 13:30:38 +00:00 |
|
|
|
62c770dbf3
|
feat(config): VendorScope is unnecessary here
|
2025-12-18 12:56:58 +00:00 |
|
|
|
03a4ad1c00
|
refactor(config): all uses of @default over to configuration
|
2025-12-18 12:54:06 +00:00 |
|
|
|
6f39d532ce
|
feat(config): config at XDG dir
|
2025-12-18 12:47:38 +00:00 |
|
|
|
0c0de52a6e
|
refactor(KeySpec): moves over to a unified KeySpec struct for parsing
|
2025-12-18 12:29:08 +00:00 |
|
|
|
3d4cd40a17
|
feat(cmd): improves error messaging for globs
|
2025-12-18 01:53:09 +00:00 |
|
|
|
20294a9279
|
docs(README): dump/restore glob
|
2025-12-18 00:50:12 +00:00 |
|
|
|
7890e9451d
|
feat(globs): glob support for dump/restore, extracts some shared logic
|
2025-12-17 22:18:15 +00:00 |
|
|
|
9869b663e2
|
fix(del): don't fail to delete if a single glob doesn't match; only if no patterns match at all
|
2025-12-17 19:57:33 +00:00 |
|
|
|
95c9ac8fca
|
feat(globs): glob support extended to ls and documented in README
|
2025-12-17 19:40:05 +00:00 |
|
|
|
badbf3b6bb
|
feat(del): adds glob support for deletion
|
2025-12-17 18:37:10 +00:00 |
|
|
|
14897ba587
|
feat(del): support for multi deletion
|
2025-12-17 18:18:48 +00:00 |
|
|
|
52684d9e38
|
docs(README): adds go module proxy install
|
2025-12-17 15:45:24 +00:00 |
|
|
|
09836269e2
|
docs(README): adds version subcmd
|
2025-12-17 15:39:33 +00:00 |
|
|
|
c20e4cb69c
|
feat(cmd): adds version subcmd
|
2025-12-17 15:38:41 +00:00 |
|
|
|
dc8df50925
|
docs(README): missing quote
|
2025-12-17 15:23:24 +00:00 |
|
|
|
57dbfaa9d1
|
docs(README): corrects a typo
|
2025-12-17 15:21:51 +00:00 |
|
|
|
3d1eec0b7b
|
docs(README): adds cp and mv
|
2025-12-17 15:19:56 +00:00 |
|
|
|
fcae0bd4df
|
chore(cmd): improves error messaging across the board
|
2025-12-17 14:49:24 +00:00 |
|
|
|
def2941128
|
chore(testdata): updates test expectations to match new error messaging
|
2025-12-17 14:28:18 +00:00 |
|
|
|
06e09df829
|
feat(cmd): SilenceUsage all but root
|
2025-12-17 14:24:44 +00:00 |
|
|
|
f6f1376d1a
|
fix(delCmd): error on KeyNotFound
|
2025-12-17 14:17:02 +00:00 |
|
|
|
60d74e5ec1
|
feat(cmd): made error messaging closer to coreutils
|
2025-12-17 14:13:46 +00:00 |
|
|
|
221d4cd921
|
feat(cmd): silence mvCmd usage on err and improved err msging
|
2025-12-17 13:57:22 +00:00 |
|
|
|
3a4dd11acb
|
feat(cmd): mv and cp
|
2025-12-17 13:19:25 +00:00 |
|
lew
|
3ab0cfbbb7
|
adds intro.gif to readme
Added build status image to README.
|
2025-12-16 17:01:35 +00:00 |
|
lew
|
13d607d33a
|
fix(README): missing `
|
2025-11-21 02:27:23 +00:00 |
|
lew
|
50da244c92
|
feat(README): links to sections
|
2025-11-21 02:25:13 +00:00 |
|
lew
|
f284df47b1
|
juiced up the README
|
2025-11-21 02:22:21 +00:00 |
|
lew
|
24f76ee1f7
|
Update package manager commands in README
|
2025-11-20 21:00:30 +00:00 |
|
lew
|
823a23a7dd
|
Update installation instructions in README.md
Rearranged installation instructions for clarity.
|
2025-11-20 19:58:17 +00:00 |
|
|
|
91be684db8
|
feat(VHS): for demos
|
2025-11-20 19:51:46 +00:00 |
|
lew
|
796e4b2db9
|
Update README with installation instructions
Added installation instructions for AUR and Go.
|
2025-11-20 19:19:01 +00:00 |
|
|
|
82f1e8264e
|
feat(docs): remove cmds.png
|
2025-11-20 19:15:45 +00:00 |
|
lew
|
ca5f6d2f5b
|
Document available commands in README
Added a section listing available commands for the application.
|
2025-11-20 19:15:22 +00:00 |
|
|
|
a43281d129
|
adds cmds.png for readme
|
2025-11-20 19:10:16 +00:00 |
|
lew
|
543715f331
|
adds cmds to README
Added an image for commands and adjusted alignment.
|
2025-11-20 19:09:28 +00:00 |
|
|
|
ee3aab9213
|
build(testdata): final tweaks to testdata for gh actions environment. should be agnostic now and work with any shell.
|
2025-11-20 19:04:44 +00:00 |
|
|
|
329a62c208
|
fix(README): tweak to formatting
|
2025-11-20 19:00:30 +00:00 |
|
|
|
5f1387b2e6
|
build(fixes for CI/CD env):
|
2025-11-20 18:59:41 +00:00 |
|
|
|
6f21e40746
|
adds readme
|
2025-11-20 18:48:21 +00:00 |
|
|
|
44ccc402ad
|
fix(testdata): makes tests shell-agnostic
|
2025-11-20 18:45:14 +00:00 |
|
lew
|
3d45427c79
|
bump Go version in CI
|
2025-11-20 18:35:42 +00:00 |
|
lew
|
856f4bb428
|
go.yml build/test CI
This workflow automates the build and test process for a Go project on push and pull request events to the main branch.
|
2025-11-20 18:32:54 +00:00 |
|
|
|
69ed39c4ac
|
fix(cmdtest): create binary in /tmp
|
2025-11-20 15:41:31 +00:00 |
|
|
|
dbf05c8242
|
test(del):
|
2025-11-20 15:30:28 +00:00 |
|
|
|
0bc5a9650c
|
test(set): TTL
|
2025-11-20 15:30:20 +00:00 |
|
|
|
f24865eab4
|
test(get): secret data
|
2025-11-20 14:42:07 +00:00 |
|
|
|
e710501d91
|
test(get): OK with flags
|
2025-11-20 14:41:49 +00:00 |
|