mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
- 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
15 lines
524 B
Text
15 lines
524 B
Text
[submodule "modules/clipp"]
|
|
path = modules/clipp
|
|
url = https://github.com/GerHobbelt/clipp
|
|
[submodule "modules/doxygen-awesome-css"]
|
|
path = modules/doxygen-awesome-css
|
|
url = https://github.com/jothepro/doxygen-awesome-css/
|
|
[submodule "submodules/indicators"]
|
|
path = submodules/indicators
|
|
url = https://github.com/p-ranav/indicators
|
|
[submodule "modules/tabulate"]
|
|
path = modules/tabulate
|
|
url = https://github.com/p-ranav/tabulate
|
|
[submodule "modules/csv2"]
|
|
path = modules/csv2
|
|
url = https://github.com/p-ranav/csv2
|