aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(cargo): add lock-fileHEADmasterFuwn2024-08-312-2/+1507
|
* fix it_gets_page_content testMariot Tsitoara2022-08-221-1/+1
|
* remove 6th keywordMariot Tsitoara2022-08-222-1/+2
|
* Merge pull request #16 from lmburns/4plebsv0.3.0Mariot Tsitoara2022-08-225-199/+447
|\ | | | | Support for 4plebs
| * add(4plebs): Support for 4plebs is now addedLucas Burns2022-08-203-37/+144
| | | | | | | | | | * Refactor: get_thread_infos => get_thread_info * Remove: --preserve-filenames until support is added
| * add(flag): added a verbosity flag that will display debugging messagesLucas Burns2022-08-191-2/+52
| |
| * refactor(clap): Move from YAML to a builderLucas Burns2022-08-194-178/+269
|/ | | | | | * Used `rustfmt` on the project * Removed `lazy_static` in favor of `once_cell` (less dependencies) * Added `anyhow` for easier error handling
* use correct markdown tagsMariot Tsitoara2022-03-281-5/+5
|
* Create release.ymlv0.2.1Mariot Tsitoara2021-12-101-0/+28
|
* Create rust.ymlMariot Tsitoara2021-12-101-0/+22
|
* Remove useless slashesMariot Tsitoara2021-03-072-2/+2
|
* Use concurrent downloadsv0.2.0Mariot Tsitoara2021-01-065-91/+141
|
* Limit runtime for reloadingMariot Tsitoara2021-01-044-22/+29
|
* Add new options to READMEMariot Tsitoara2021-01-031-3/+6
|
* Use bytes instead of text for image savingMariot Tsitoara2021-01-033-5/+5
|
* Add reload and sleep actionsMariot Tsitoara2021-01-033-23/+67
|
* Add log actions to lin and binMariot Tsitoara2021-01-023-6/+40
|
* Fix error result in let callMariot Tsitoara2021-01-021-4/+5
|
* Fix main return typeMariot Tsitoara2021-01-021-25/+29
|
* Use reqwest blocking clientMariot Tsitoara2021-01-024-22/+28
|
* Add lib examples to READMEMariot Tsitoara2021-01-023-2/+64
|
* Bump versionMariot Tsitoara2021-01-022-2/+2
|
* Add tests to libMariot Tsitoara2021-01-021-6/+58
|
* Bump versionMariot Tsitoara2021-01-022-2/+2
|
* Move calculations from lib to binMariot Tsitoara2021-01-023-72/+138
|
* Separate tool into lib and binMariot Tsitoara2021-01-024-19/+37
|
* Upgrade reqwest versionMariot Tsitoara2021-01-022-42/+38
|
* Upgrade dependenciesMariot Tsitoara2021-01-021-5/+5
|
* Update cli version code and author infoMariot Tsitoara2021-01-021-2/+2
|
* Remove unused tempdir callsMariot Tsitoara2021-01-022-8/+1
|
* Remove unnecessary parenthesesMariot Tsitoara2021-01-021-1/+1
|
* Merge pull request #7 from mariot/progress-barMariot Tsitoara2019-07-272-12/+29
|\ | | | | Add indicatif progress bar
| * Add indicatif progress barMariot Tsitoara2019-07-272-12/+29
|/ | | | Remove println logs
* Merge pull request #6 from Atul9/cargo-fmtMariot Tsitoara2019-07-121-6/+13
|\ | | | | Format code using 'cargo fmt'
| * Format code using 'cargo fmt'Atul Bhosale2019-07-111-6/+13
|/
* Change package name to chan-downloaderMariot Tsitoara2019-07-083-7/+7
|
* initial commitMariot Tsitoara2019-07-086-0/+162