eren
Stream & Download Cartoons & Animes
Install
Linux/Mac
- First of all install rust then
git clone 'https://github.com/Based-Programmer/eren' && \
cd eren && \
cargo build --release
- Then move it to your $PATH
sudo cp target/release/eren /usr/local/bin/
- Or Build it directly from crate
cargo install eren
- Then move it to your $PATH
sudo cp "$CARGO_HOME"/bin/eren /usr/local/bin/
-
Or better add $CARGO_HOME to your $PATH
-
In your .zprofile, .bash_profile or .fish_profile ?
export PATH="$CARGO_HOME/bin:$PATH"
Multi-Select
- use Tab in the tui skim
- use Shift + Enter in rofi
- just select the range like select 7 & 4 & it will play from 4 to 7
Rofi
-
you can execute eren from something like rofi or dmenu & rofi will spawn automatically
-
or you can just execute it from the terminal using the normie way given below
eren -r texhnolyze
Usage
eren <argument> <search query>
Example
- Get data
eren --debug demon slayer
- Change Provider
eren -p=S-mp4 death note
- Sort by top (best cope for occasion irrelevant search results of allanime)
eren -t monster
- Dub
eren -D great pretender
- More at help
eren -h
Dependency
- mpv (best media player)
Optimal Dependency
- rofi (external selection menu)
Acknowledgement
- Heavily inspired from ani-cli
- Special thanks to KR for decoding the encryption
- fuzzy tui skim