Anime Cli Versions Save

A commandline app for searching about animes, its seasons, number of seasons and airing status.

v1.5.0

1 year ago

Changelog:

  • Reduced dependency on chalk npm package.
  • Fixed a bug where it didn't show any results when no argument is passed.
  • It now shows anime titles randomly chosen from a list and searched on the database.

v1.4.1

2 years ago
  • limit the fetched results by passing a number from [1, 100] after the anime-title.
  • Use eslint and prettier for better linting and formatting the code.
  • Remove non-function return statements and use process.exit().
  • Better management of all the arguments passed while calling anime-cli.
  • Brainstorming ideas for future enhancements.

v1.4.0

2 years ago
  • Fix -h argument not working.
  • Upgrade to v.1.4.0

v1.3.6

3 years ago
  • Added comments to the main js file to know the code better.
  • Fixed some lexical and keyword errors.
  • Added some more recommended animes in RA.json so that they get displayed when the user doesnt pass any argument.

v1.3.5

3 years ago
  • Fixed help message

v1.3.3

3 years ago
  • Fixed a bug where the app wasn't able to run.

v1.3.2

3 years ago
  • You can choose if the fetched titles will have displayed score, for this run anime-cli showScore true or to unset it run anime-cli showScore false.
  • You can choose if the fetched titles will have displayed year, for this run anime-cli showYear true or to unset it run anime-cli showYear false.
  • You can sort ascendent or descendent on a (single) field, for this run anime-cli <search-term> --asc Score or anime-cli <search-term> --desc Score

v1.3.1

3 years ago
  • Thanks to @atul-g for creating a much better help section and adding a version check command.
  • Added a config file which is used for setting limit for the results and to show only the matched results.
  • The config file in Linux/MacOS gets stored at ./config/configstore/@genzyy/anime-cli.json and generally gets stored at $CONFIG/package-name/config.json.
  • An example config would be like
  {
	"setLimit": false,
	"limit": 10,
	"onlyMatches": false
}
  • To set a limit on the data fetched run anime-cli setLimit true <number-results-to-show>.
  • To unset the limit run anime-cli setLimit false.
  • You can also fetch only the titles which match to your query, for this run anime-cli onlyMatches true or to unset it run anime-cli onlyMatches false.
  • Also instead of running these commands, you can manually edit the config file and change accordingly.

v1.1.1

3 years ago

Change Log

  • Modified the parsing of arguments so now you don't have to keep the first letter of every word capital.
  • You can now search anime even in lowercase words.

v1.0.2

3 years ago
  • Merged a new version with better sorting of anime movies and anime TV serials.