Commit graph

82 commits

Author SHA1 Message Date
ce347d9b56
Added log prints in main.cpp 2024-08-18 13:41:25 -06:00
6ab1345cfe
Removed unused includes from main.cpp 2024-08-18 13:35:51 -06:00
920d648a51
Added ignore_validation flag to config 2024-08-18 13:35:21 -06:00
5819c76289
Tidied repository with other small changes 2024-07-14 20:17:47 -06:00
c1ca0524f1
Updated compile script to fetch dependencies 2024-07-14 20:12:15 -06:00
56adb85f4d
Updated Dockerfile 2024-07-14 20:11:37 -06:00
113dee2194
Added more useful info to README.md 2024-06-09 00:22:50 -06:00
050b7a482b
Added more needed dependencies 2024-06-09 00:11:44 -06:00
e225312197
Fixed curl C++ wrapper library from AUR 2024-06-09 00:09:20 -06:00
846bc4932f
Updated README.md to include getting deps and linking headers 2024-06-09 00:07:14 -06:00
13da8c03f2
More README tidying 2024-05-07 22:37:58 -06:00
23b27bf276
Tidied README.md 2024-05-07 22:36:49 -06:00
3eacaf1d72
Removed .trunk directory 2024-05-07 22:22:38 -06:00
2e9da2582a
Removed trunk related files 2024-05-07 22:17:46 -06:00
14dd5a1c7a
Updated README.md with Arch Linux install packages 2024-05-07 22:16:27 -06:00
d4b8c7ea36
Updated README.md 2024-03-03 19:27:52 -07:00
396ec234cf
Updated README.md 2024-03-03 19:24:49 -07:00
6141f7af8b
Updated README.md 2024-03-03 19:21:23 -07:00
644d79a7e4
Updated bin/compile.sh script to build with newer version of CMake 2024-03-03 19:17:36 -07:00
4b0ded6b5b
Removed Poco as dependencies 2024-03-03 19:11:11 -07:00
d2a77fe28f Bump default godot version for search
- Change error code from `NONE` TO `IGNORE`
- Added format function to utils
- Implement version functions
2024-01-27 14:34:17 -07:00
d9a9ea6426 Updated README.md 2023-10-07 13:46:39 -06:00
ce5f0aaa63 Created initial PKGBUILD and Dockerfile
- Update `bin/compile.sh` to generate sha256sums from binaries
2023-10-07 13:42:59 -06:00
ef1749a1f8 Fix search return all assets 2023-08-20 16:07:04 -06:00
1db5631439 Fixed building issue with fmt 2023-08-20 15:26:36 -06:00
431be7914c Fix fmt 10 breaking logging and changed printing format 2023-08-03 10:40:41 -06:00
5bdc605f0b Update README.md file 2023-07-15 18:57:32 -06:00
9d5c52f450 Fixed not being able to download in parallel
- Removed `transfer` class in `http` namespace
- Consolidated the `http::context` and `http::multi` classes
2023-07-15 18:56:14 -06:00
8ac3910730 Update known issues in README.md file 2023-07-12 10:55:52 -06:00
1abc0e4694 Update documentation in README.md 2023-07-10 20:45:37 -06:00
807aa8e5b2 Implemented parallel downloads through CURL multi interface and added purge command
- Update `README.md` file with examples
- Fixed error messages showing no or wrong message
- Changed the prompt message when installing, removing, etc.
- Changed how http::request works
- Added `http::multi` class for parallel downloads
- Removed separate `concepts.hpp` file
TODO: Fix ZIP not extracting after running the `install` command
2023-07-10 20:26:15 -06:00
766eabd5b2 Implemented get command 2023-07-03 21:05:47 -06:00
d23bbce2e2 Tweaked README.md file 2023-07-02 17:37:13 -06:00
fb7efdd7a4 Fixed search command not working properly 2023-07-02 17:28:18 -06:00
8a7ada342a Merge branch 'main' of https://github.com/davidallendj/gdpm
Updating `README.md` changes from remote
2023-07-02 15:15:18 -06:00
de6818ff5d Fix compiling issue from clipp dependency 2023-07-02 15:14:27 -06:00
0678eb12ca Removed clipp dependency 2023-07-02 15:10:50 -06:00
ae12eee2f9
Update README.md with embedded demo video 2023-07-02 11:31:33 -06:00
8869a84710 Changed add command to get like golang get 2023-07-02 10:51:08 -06:00
37b65c0939 Added section to README.md and minor fixes 2023-07-02 08:39:10 -06:00
6141a24473 Fix broken links 2023-07-02 00:06:18 -06:00
81e8a745ab Fixed format for links 2023-07-01 23:40:07 -06:00
cbce79423e Add links to README.md file 2023-07-01 23:34:19 -06:00
fa22c1d452 Fixed minor issues and typos 2023-07-01 23:23:14 -06:00
0c9e07f946 Update README.md file 2023-07-01 22:12:47 -06:00
b36d55ceee Change command-line parsing (again...)
- Added formatted table with `--style` option
- Added `warning` log level
- Fixed bugs and cleaned up API
- Removed some extra debugging output
2023-07-01 21:32:24 -06:00
0238dfd510 Fixed rename error 2023-06-25 20:09:45 -06:00
3d9f1dbeba Removed max_results from config (in rest_api) 2023-06-25 20:08:15 -06:00
460e2054c2 Minor bug fixes and improvements
- Update `README.md` file with minor changes
- Added `max_results` parameter to config for persistence
- Added `csv2`, `tabulate`, and `indicators` as included dependencies
- Added downloading progress bar that *sometimes* work
-Added HTTP request header handling with curl
- Added more options to some commands
- Moved `http` functions into `context` class

TODO: Fix optional parameters not working correctly
NOTE: Github does not always return `Content-length` HTTP response header
2023-06-25 20:00:58 -06:00
a3e4c054c2 Update demo link in README.md 2023-06-19 19:46:31 -06:00