Git Product home page Git Product logo

anime-archive's Introduction

Anime Archive

๐Ÿฆ‹ A command line interface to create, find and list all my viewed animes. ๐Ÿฆ‹

GitHub top language GitHub all releases GitHub last commit GitHub LICENSE

Features

Why would you use Anime Archive instead of a notepad? Here's why:

  • A simple interface, you will easily figure out how to use it.
  • It's blazingly fast because it doesn't have any server calls. It registers stuff in a file-based database (SQLite).
  • It's also lightweight because of the database choice.

And the most important one, if you are a command line enjoyer, then I probably gotcha :).

Need some help? See the usage section or run anime-archive or anime-archive --help

โฌ‡๏ธ How to install and use it

  1. Install the executable at releases
  2. Add the Anime Archive binary to the PATH
# Inside the folder where you have installed Anime Archive...

# Windows (powershell)
$pwd=pwd
$env:PATH="$env:PATH;$pwd" # One line: $pwd=pwd;$env:PATH="$env:PATH;$pwd"

# Linux
export PATH="$PATH:$(pwd)"

๐Ÿคนโ€โ™‚๏ธ Usage

  • To register an anime, use register "ANIME TITLE" "ANIME URL".
    • --description (-d) string assign an description about the anime.
  • To search for an anime, use search "ANIME TITLE".
  • To update an anime detail, use update "ANIME TITLE".
    • --description (-d) string update the anime's description.
  • To list all the stored animes, use list [--tail uint or --head uint].
    • --head (-H) uint query some of the newest records.
    • --tail (-T) uint query some of the oldest records.
  • To list alternative sites to watch anime (:brazil:), use status.
  • To export the database to a human readable format, use export [--json or --csv].
    • --json (-j) export the database in JSON format.
    • --csv (-c) export the database in CSV format.

๐Ÿฆ„ Technical Stuff

If you want to learn more about the project and maybe help me to improve it, see the ONBOARDING.

๐Ÿ“œ History

I used to write the animes that i watch right in a plain text file. Therefore, i created Anime Archive to facilitate the process of opening file explorer, searching for the file where i used to write those animes that i watched, write a anime with its url and maybe upload it to Google Drive, just for backup. I decided to use Golang because it's a fast, compiled and a reliable programming language with garbage collector, concurrency and a robust built-in library, also because i am learning it. See my Python attempt of it, anime-list.

๐Ÿ“ License

This project is licensed under the GPL-3.0 License - See the LICENSE for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.