Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiefciman/myanimestats
Bash script to manage your anime
https://github.com/kiefciman/myanimestats
anime bash bash-script cli linux linux-shell
Last synced: about 2 months ago
JSON representation
Bash script to manage your anime
- Host: GitHub
- URL: https://github.com/kiefciman/myanimestats
- Owner: Kiefciman
- Created: 2022-12-02T22:19:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T11:32:14.000Z (5 months ago)
- Last Synced: 2024-08-26T13:53:36.532Z (5 months ago)
- Topics: anime, bash, bash-script, cli, linux, linux-shell
- Language: Shell
- Homepage:
- Size: 20.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Myanimestats
Inspired by [Myanimelist](https://myanimelist.net/), Myanimestats is a cli tool that helps you organize your anime
You can edit the metadata of animes such as its state (watching/completed/dropped/on hold/plan to watch), seasons, episodes, progress
Myanimestats uses a txt file (animes.txt) as an anime database, but you don't need to edit this file, because the script takes care off adding new anime or editing existing ones![](https://github.com/Kiefciman/myanimestats/blob/master/myanimestats.gif)
### How to install
- **Linux:**
Dependencies: fzf git
Debian/Ubuntu based distros:
```
sudo apt install fzf git
```
Suse/Fedora based distros:
```
sudo dnf install fzf git
```
Arch based distros:
```
sudo pacman -S fzf git
```
Then clone this repo:
```
git clone https://github.com/Kiefciman/myanimestats.git
```
- **Windows:**
Dependencies: bash fzf git
We are going with scoop
First install scoop:
```
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
irm get.scoop.sh | iex
```
Then we install fzf and git (this will also install bash):
```
scoop install git
scoop update
scoop install fzf
```
Then open the Bash shell by typing **bash** or set bash as a terminal profile (at the path simply type bash)
Then clone this repo:
```
git clone https://github.com/Kiefciman/myanimestats.git
```
- **Android:**
Not tested yet### To run the tool
Run the "myanimestats.sh" script
```
cd myanimestats
./myanimestats.sh
```
Also you can use the -s flag to only show your stats
```
./myanimelist.sh -s
```### Running first time
When you run the script the first time, you will go through a short and simple profile setup process
Then you need to run the script again to actually use it