mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
2256fd4000ae06a522be78a68c79377f71a9b106
Readme
Table of content
Why use kami
Well its a fast and easy way to watch anime and read light novels right in your terminal no need to open a browser. Also rust is fast as fuck boiiiii. It can keep your anime tracking up to date with anilist.
Install
Linux/Mac
- install bat and mpv with your package manager(homebrew if on mac)
-
Clone the repo for kami.
git clone https://github.com/mrfluffy-dev/kami.git && cd kami - install Rust
-
Build kami using cargo.
cargo build --release -
Copy kami to your path.
cp target/release/kami /usr/local/bin/kami
Windows
-
install scoop
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iex -
install git
scoop install git -
install mpv
scoop bucket add extras scoop install mpv -
install bat
scoop install bat - install Rust
-
(Optional but I highly recommend it) adding bash to windows terminal.
- install windows terminal from the Microsoft store.
- open the terminal.
- open settings.
- click "Add a new profile"
- click "New empty profile"
- Click on "name" and rename it to "Git Bash"
- Click on "Command line" and click "Browse…"
- if you installed git using scoop then follow this(else the steps are mostly the same just a different path)
navigate to
C:\User\USERNAME\scoop\apps\git\2.37.1.windows.1\bin\bash.exeWhere USERNAME is your username note that the name2.37.1.windows.1might be slightly different on your system - click "Open"
- Click "Starting directory" and uncheck "Use parent process directory"
- Click "Save"
- now you can open gitbash from windows terminal
-
Clone the repo for kami
git clone https://github.com/mrfluffy-dev/kami.git && cd kami -
Build kami using cargo
cargo build --release -
copy kami to path
cp target/release/kami.exe /usr/bin/kami - open kami by using
kami
Description
Languages
Rust
100%