jmakhack / myanimelist-cli

Minimalistic command line interface for fetching user anime data from MyAnimeList.
https://aur.archlinux.org/packages/mya-git
MIT License
11 stars 15 forks source link

[FEATURE] Add new option -m for minimal mode #66

Open jmakhack opened 1 year ago

jmakhack commented 1 year ago

Is your feature request related to a problem? Please describe

In some cases, a more minimal output is desired without the numbers and count display. This is useful for certain use cases such as piping the output into other commands.

Describe the solution you'd like

Add a new option -m which when included removes the following:

The end result should simply be a newline separated list of anime titles.

Additional context

Please read through the Contributing to the Project document before working on this project.