Commit Graph

187 Commits

Author SHA1 Message Date
Andrew Phillips
da61a3b635 Compression can have -c back 2023-09-20 19:05:17 +00:00
Andrew Phillips
9ea9b46772 Make return Ok(()) explicit 2023-09-20 19:04:54 +00:00
Andrew Phillips
f425e0df66 If a size is mssing for an item, --update will set it 2023-09-20 19:04:01 +00:00
Andrew Phillips
d189f27db8 Set KEEP_LIST_FORMAT in the shell init function 2023-09-20 19:02:47 +00:00
Andrew Phillips
fdc4544068 Add default traits and open function to CompressionEngine 2023-09-20 19:01:50 +00:00
Andrew Phillips
1fe276d110 Whitespace 2023-09-20 18:59:43 +00:00
Andrew Phillips
97670b1860 Switch --list-meta to --list-format 2023-09-20 18:58:58 +00:00
Andrew Phillips
c100ef9436 Add bash profile 2023-09-18 14:29:38 +00:00
Andrew Phillips
292c0080d6 Rename keep-rust to keep (part 2) 2023-09-18 14:29:24 +00:00
Andrew Phillips
26e22d113e Rename keep-rust to keep 2023-09-18 14:29:07 +00:00
Andrew Phillips
cf1f5daa16 Use the clean format for --list 2023-09-18 14:28:47 +00:00
Andrew Phillips
20effb84c4 Formatting 2023-09-18 14:28:12 +00:00
Andrew Phillips
49886b953a Add ability to specify which meta columns are listed 2023-09-18 14:27:36 +00:00
Andrew Phillips
2e1afbd7d7 Get meta keys/values from env when using --save 2023-09-18 14:26:36 +00:00
Andrew Phillips
96eb309c3e Add --info 2023-09-18 14:26:08 +00:00
Andrew Phillips
e389617207 Whitespace 2023-09-08 17:18:16 +00:00
Andrew Phillips
b50c75f007 Get the last item when using --get with no ids/tags/meta. 2023-09-08 17:17:01 +00:00
Andrew Phillips
4fad903c94 Don't wrap args.item.meta with option 2023-09-06 14:22:44 +00:00
Andrew Phillips
6f55c2ab81 Make --compress not conflict 2023-09-06 14:21:49 +00:00
Andrew Phillips
2119f7e226 Update deps 2023-09-06 13:40:05 +00:00
Andrew Phillips
388d2a8666 Get BUFSIZ from libc 2023-09-06 13:35:55 +00:00
Andrew Phillips
469d74888d Don't need empty string 2023-09-02 23:35:22 +00:00
Andrew Phillips
c04a334926 Whitespace 2023-09-02 23:34:57 +00:00
Andrew Phillips
013ba99e02 Update error message 2023-09-02 23:34:45 +00:00
Andrew Phillips
b74ba32f68 Stylistic update 2023-09-02 23:22:26 +00:00
Andrew Phillips
8b51210dc9 Rename CompressionProgram to CompresionEngineProgram 2023-09-02 23:22:03 +00:00
Andrew Phillips
0a6cefc99e Add internal gzip compression 2023-09-02 23:21:33 +00:00
Andrew Phillips
d9d47e97a9 Add flate2 2023-09-01 21:01:22 +00:00
Andrew Phillips
cf352af7d5 Refactor compression into multiple files 2023-09-01 21:01:06 +00:00
Andrew Phillips
6222748901 Make tag/id error messages a bit clear 2023-09-01 15:39:03 +00:00
Andrew Phillips
5e539ac2a7 Add LZ4 as a built in compression engine (part 2) 2023-09-01 15:38:46 +00:00
Andrew Phillips
3d91385b42 Allow deleteing more than one item at once 2023-09-01 15:38:05 +00:00
Andrew Phillips
0ac453408f Add LZ4 as a built in compression engine 2023-09-01 15:37:17 +00:00
Andrew Phillips
53382246ac Remove unused deps 2023-09-01 15:36:21 +00:00
Andrew Phillips
5910ef0b4a Add script to build static binary and put it in ./ 2023-08-31 19:39:23 +00:00
Andrew Phillips
49a77f9090 Most of basic functionality implemented 2023-08-31 19:38:59 +00:00
Andrew Phillips
b9bf5a831e Initial commit 2023-07-25 17:33:50 -03:00