Commit graph

139 commits

Author SHA1 Message Date
sagie gur ari 2edb430c29 rust upgrade 2023-05-23 18:07:42 +00:00
sagie gur ari 396e397e57 Maintenance: Replace math evaluation crate to evalexpr 2023-04-22 19:36:29 +00:00
sagie gur ari cad5839da5 release 2023-01-21 17:03:01 +00:00
sagie gur ari d079770c50 update changelog/zip/unzip naming and add tests #294 2023-01-21 15:22:50 +00:00
Nikita Medvedev da297b0ff3 Review fixes and small refactoring 2023-01-18 23:33:50 +07:00
Nikita Medvedev 7c1589b8a8 Add list support to zip command, refactor the tests 2023-01-04 21:41:01 +07:00
Nikita Medvedev fbac8cf292 Implement unzip command 2023-01-04 21:05:26 +07:00
Nikita Medvedev 10a647dcae Implement zip command 2023-01-04 19:43:41 +07:00
sagie gur ari 633895ec12 Fix: watchdog command support for unlimited retries 2022-10-17 05:26:39 +00:00
sagie gur ari b306b351e6 release 2022-07-21 09:15:42 +00:00
sagie gur ari 0d80569bf6 Enhancement: Add support for stdin input passing to child process in exec, watchdog and spawn commands #247 2022-05-25 14:22:25 +00:00
Nikita Medvedev 2be46d388f
Several review fixes: alias for get_file_size, duckscript tests, code tweaks 2022-02-13 16:07:55 +07:00
sagie gur ari 1d8607a808 New print and println commands which support styled output (color and style) #203 2021-11-01 14:15:20 +00:00
sagie gur ari 593c6cbbd9 New digest, sha256sum and sha512sum commands #196 2021-09-21 13:23:57 +00:00
sagie gur ari 32d2705e5b Fix glob_cp command to support absolute paths #197 2021-09-20 13:34:02 +00:00
sagie gur ari aeff46b0a5 more tests and docs 2021-09-13 17:05:33 +00:00
sagie gur ari 8cd03c3074 set_env command now accepts a map handle and sets all env vars from the map 2021-09-13 16:40:55 +00:00
sagie gur ari 391a1c0fca join_path and glob_cp commands #192 2021-09-13 15:41:26 +00:00
Philip Koperski ed7bc9ac7e Standardize case conversion command name and implement kebabcase 2021-07-17 16:05:05 -04:00
Philip Koperski b5a022a454 Implement lowercase and uppercase 2021-07-14 12:00:25 -04:00
Philip Koperski d4cb10d3eb Add tests for camel_case and snake_case 2021-07-14 09:54:07 -04:00
sagie gur ari 1cc459defa New --collection flag to json_encode command which encodes maps/arrays instead of variables #175 2021-07-09 22:19:15 +00:00
sagie gur ari 7d231e16da New --collection flag to json_parse command which returns maps/arrays instead of variables #175 2021-07-09 16:00:45 +00:00
sagie gur ari 540e556908 New --collection flag to json_parse command which returns maps/arrays instead of variables #175 2021-07-09 15:52:33 +00:00
sagie gur ari fda0966424 Fix release with recursive flag to support set data structures as well 2021-06-26 10:57:58 +00:00
sagie gur ari c7d27be860 New gitignore_path_array command 2021-04-09 15:48:25 +00:00
Ynit b6e498279b New hex_decode and hex_encode command #165 2021-02-21 18:36:56 +08:00
sagie gur ari da8d9b0c0a More flow control tests #138 2020-11-16 09:58:51 +00:00
sagie gur ari 482cd0680e New while loop command #138 2020-11-15 14:01:00 +00:00
sagie gur ari 675ed4793e New is_command_defined command #130 2020-08-27 09:10:11 +00:00
sagie gur ari b267106753 New random_range and random_text commands #128 2020-08-27 08:56:51 +00:00
sagie gur ari fb13d11187 New semver_parse, semver_is_equal and semver_is_newer commands #129 2020-08-26 21:30:07 +00:00
sagie gur ari 620a7a1838 more tests 2020-07-31 10:51:48 +00:00
sagie gur ari 28e6e6f7da Bug fix in substring when using negative end index only 2020-07-31 10:46:09 +00:00
sagie gur ari d034763094 json docs 2020-07-31 09:35:55 +00:00
sagie gur ari fc6826944d New unset_all_vars command 2020-07-31 09:31:27 +00:00
sagie gur ari 713aa104f0 More docs and tests 2020-07-31 09:07:20 +00:00
sagie gur ari 4bc3045a7c New json_encode command #124 2020-07-30 06:53:27 +00:00
sagie gur ari e000613de5 New json_parse command #124 2020-07-28 16:53:57 +00:00
sagie gur ari 09beae0ecd New function scope annotation 2020-07-24 14:51:06 +00:00
sagie gur ari 105b2f761a New scope_push_stack and scope_pop_stack commands 2020-07-24 12:21:47 +00:00
sagie gur ari 0f63612f73 New is_path_newer command 2020-07-07 22:24:11 +00:00
sagie gur ari 093ddd5972 New get_last_modified_time command 2020-07-07 21:25:27 +00:00
sagie gur ari c97aaf159e New noop command 2020-07-03 08:57:23 +00:00
sagie gur ari 8383eb0f3c Conditions to support function calls #116 2020-07-02 18:20:20 +00:00
sagie gur ari 3472606d42 fix test 2020-07-02 15:20:32 +00:00
sagie gur ari f495200258 New ftp_put and ftp_put_in_memory commands 2020-06-30 21:23:59 +00:00
sagie gur ari cb3b2d2cbf New ftp_get and ftp_get_in_memory commands 2020-06-28 18:14:46 +00:00
sagie gur ari 93bac91889 improve ftp commands 2020-06-26 18:15:54 +00:00
sagie gur ari c0e9b5b298 New ftp_list and ftp_nlst commands 2020-06-26 18:03:54 +00:00