All Projects → genzyy → anime-cli

genzyy / anime-cli

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

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to anime-cli

Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+1476.71%)
Mutual labels:  command-line-app, command-line-tool
Terjira
Terjira is a very interactive and easy to use CLI tool for Jira.
Stars: ✭ 713 (+876.71%)
Mutual labels:  command-line-app, command-line-tool
Woeusb
A Microsoft Windows® USB installation media preparer for GNU+Linux
Stars: ✭ 394 (+439.73%)
Mutual labels:  command-line-app, command-line-tool
Renamer
Rename files in bulk.
Stars: ✭ 240 (+228.77%)
Mutual labels:  command-line-app, command-line-tool
Elixir cli spinners
Spinnig Animations for Command Line Applications
Stars: ✭ 117 (+60.27%)
Mutual labels:  command-line-app, command-line-tool
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-4.11%)
Mutual labels:  command-line-app, command-line-tool
Vim Ide
VIM configured as powerful IDE (Integrated Development Environment)
Stars: ✭ 441 (+504.11%)
Mutual labels:  command-line-app, command-line-tool
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (+19.18%)
Mutual labels:  command-line-app, command-line-tool
Neph
A modern command line job processor, similar with make command
Stars: ✭ 174 (+138.36%)
Mutual labels:  command-line-app, command-line-tool
anyshortcut-cli
CLI (Commnad line interface) version of Anyshortcut
Stars: ✭ 82 (+12.33%)
Mutual labels:  command-line-app, command-line-tool
sample
Produce a sample of lines from files.
Stars: ✭ 17 (-76.71%)
Mutual labels:  command-line-tool
Anime-Twist
Unofficial Anime Twist application.
Stars: ✭ 16 (-78.08%)
Mutual labels:  anime
haitou
Private Torrent Forum/Tracker in Portuguese BR (On Development now)
Stars: ✭ 16 (-78.08%)
Mutual labels:  anime
AppIconSetGen
Tool to generate App Icon set for iOS, macOS, watchOS apps
Stars: ✭ 20 (-72.6%)
Mutual labels:  command-line-tool
rotten tomatoes cli
Rotten Tomatoes CLI
Stars: ✭ 14 (-80.82%)
Mutual labels:  command-line-tool
garmin-connect-export
Downloads gpx, tcx or original fit files from your Garmin Connect Account.
Stars: ✭ 42 (-42.47%)
Mutual labels:  command-line-tool
ANIME-API
Api for searching page link, download link, streaming link of an anime and a precise episode on many website simultaneously. Only one search and you got the results from all animes websites.
Stars: ✭ 37 (-49.32%)
Mutual labels:  anime
sane
make, but sane.
Stars: ✭ 15 (-79.45%)
Mutual labels:  command-line-tool
AmimeWatch
Telegram bot made in Python 3 using the @pyrogram framework.
Stars: ✭ 19 (-73.97%)
Mutual labels:  anime
chrome-webstore-manager
https://www.npmjs.com/package/chrome-webstore-manager
Stars: ✭ 32 (-56.16%)
Mutual labels:  command-line-tool

anime-cli

image

npm GitHub npm maintained?

What its about

The anime-cli is a commandline app created using javascript modules and an external api which can be found here. The anime-cli app gives you information about the number of episodes of the anime, if its completed or not and tells you all its movies. You can also visit the npm site for this cli app here.

How to install the commandline app

As the app is a npm package you first need to install NodeJS and NPM as these are the requirements for this app. Now since to make this an app or to be more clear, to be able to run this app from any directory iin the terminal/cmd, you need to install this npm package globally. To install a npm package globally you need to have root priviledges and include global flag during the installation of any npm package. To install this commandline app:
If you are using mac or linux:

  sudo npm install -g @genzyy/anime-cli

Or

  sudo yarn global add @genzyy/anime-cli

Or if you are using windows:

  npm install -g @genzyy/anime-cli

Usage

Now that you have installed the app, you can run anime-cli in your terminal or cmd and it will show you recent animes and their episodes and airing status. To get data about a specific anime or about its seasons and movies, run:

  anime-cli <anime-name>

For example:

  anime-cli Naruto

The keyword that you have used to search about the anime, if that keyword matches to any title in the result array them that anime will be highlighted in green color so that it shows that this anime is probably connected to the anime keyword that you have used to search about.

Configuration and contributing

Check out the official wiki.

Docker Commands to build

  • Build:
      docker build -t animecli .
  • Run:
      docker run --rm animecli
  • Run (with command):
      docker run --rm animecli node index.js

Some Useful Notes

The cli app is currently in development and is only mantained by me and so the development will be a little slow as I have to do my college work also. Sorry for that! But dont worry, I will keep adding new features and argument passing features for a more accurate data fetching. Also, I request you while using the cli app try to pass the exact name of the anime for example pass Boku No Hero instead of boku no hero so as to get the highlighting of the animes which contain the exact names that you have passed in the arguments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].