Releases: genzyy/anime-cli
Releases · genzyy/anime-cli
v1.5.0
v1.4.1
- limit the fetched results by passing a number from [1, 100] after the anime-title.
- Use
eslint
andprettier
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.
v.1.4.0
anime-cli v1.3.6
- 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.
anime-cli v1.3.5
- Fixed help message
anime-cli v1.3.3
- Fixed a bug where the app wasn't able to run.
anime-cli v1.3.2
- You can choose if the fetched titles will have displayed score, for this run
anime-cli showScore true
or to unset it runanime-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 runanime-cli showYear false
. - You can sort ascendent or descendent on a (single) field, for this run
anime-cli <search-term> --asc Score
oranime-cli <search-term> --desc Score
anime-cli v1.3.1
- 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 runanime-cli onlyMatches false
. - Also instead of running these commands, you can manually edit the config file and change accordingly.
anime-cli v.1.1.1
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.
Better sorting
- Merged a new version with better sorting of anime movies and anime TV serials.