aoc-cli icon indicating copy to clipboard operation
aoc-cli copied to clipboard

Advent of Code command-line helper tool

Results 16 aoc-cli issues
Sort by recently updated
recently updated
newest added

I was doing the [2018 day 5](https://adventofcode.com/2018/day/5) challenge and my code didn't work. The problem was that the input file downloaded with aoc-cli had a newline at the end. Removing...

This pull request brings colors for the calendar output. ## Preview Before: After: ## Explanation This was achieved by collecting the colors using the regex to extract the information from...

This pull request brings two following calendar output fixes. ## 1. Multiline task star output Year 2023 and year 2022 used to omit the stars gained for the day on...

I was sad that `aoc-cli calendar` was quite plain looking, and that motivated me to implement enough CSS support in `html2text` to fix this. Currently the Cargo.toml in this PR...

aoc-cli version 0.12.0 on Windows 11 using VSCodium. I created a "adventofcode.session" file in my `\Roaming\` directory using `echo "[session_cookie]" > [file]` and then an ".adventofcode.session" file in my `~`...

As suggested in ``CONTRIBUTING.md``, this feature adds the ability to display the Global Leaderboard for a given year. I've tested this on all years and it appears to be functioning...

As suggested in ``CONTRIBUTING.md``, this feature adds the ability to display a user's personal stats for a given year. While testing, I noticed that if you try to access personal...

As suggested in ``CONTRIBUTING.md``, this feature adds the ability to display the Event Stats for a given year. I've tested this on all years and it appears to be functioning...

``` cargo install aoc-cli note: ld: cannot find -lntdll ``` ``` installed toolchains -------------------- stable-x86_64-pc-windows-gnu (default) stable-x86_64-pc-windows-msvc nightly-2020-12-28-x86_64-pc-windows-msvc nightly-x86_64-pc-windows-msvc active toolchain ---------------- stable-x86_64-pc-windows-gnu (default) rustc 1.66.0 (69f9c33d7 2022-12-12))` ```

Hi! Is there a reason why `aoc-client` and `aoc-cli` are two separate packages? From what I see, they could be merged into one single package that provides both a library...