skygragon / leetcode-cli

A cli tool to enjoy leetcode!
MIT License
3.65k stars 458 forks source link

[Feature Request] Please show if cached question is solved or not. #137

Open ketankr9 opened 5 years ago

ketankr9 commented 5 years ago

Currently $$$ leetcode cache shows the following:

$$$ leetcode cache
 Cache                                                            Size    Created
--------------------------------------------------------------------------------------
 problems                                                      254.14K    36 seconds ago
 1.two-sum.algorithms                                            2.98K    2 days ago
 2.add-two-numbers.algorithms                                    5.00K    2 days ago
 7.reverse-integer.algorithms                                    2.48K    2 hours ago

Instead, please also add a column if the cached question is solved or not as shown below. If it's meant for offline use, then the user must also know if it's solved or not offline as well.

$$$ leetcode cache
 Cache                                                            Size    Created
--------------------------------------------------------------------------------------
  problems                                                      254.14K    36 seconds ago
✔ 1.two-sum.algorithms                                            2.98K    2 days ago
✘ 2.add-two-numbers.algorithms                                    5.00K    2 days ago
  7.reverse-integer.algorithms                                    2.48K    2 hours ago