pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.92k stars 543 forks source link

Removing anime #90

Closed calimari0 closed 2 years ago

calimari0 commented 2 years ago

How do you remove a certain anime from the -H (resume watching) list?

Dink4n commented 2 years ago

Currently there is no way to remove them from ani-cli You need to manually remove the anime from $HOME/.cache/ani-hsts file

PhosCity commented 2 years ago

I have a feature in my fork that does allows deleting anime in history file. There is also a feature to sort the animes alphabetically in history file. It can be accessed by 'ani-cli -s' command.

If this kind of feature is useful in main repo, anyone is free to take those code and make an pull request. I won't cuz I really don't know how to git.

calimari0 commented 2 years ago

I have a feature in my fork that does allows deleting anime in history file. There is also a feature to sort the animes alphabetically in history file. It can be accessed by 'ani-cli -s' command.

If this kind of feature is useful in main repo, anyone is free to take those code and make an pull request. I won't cuz I really don't know how to git.

wow, this looks really good! i'll try that, thanks :)