matm works by scraping aniwatch.to, flixhq.to, manganato.com then playing the video through mpv and zathura for manga
Install from the AUR
yay -S matm-bin
if the release dosnt work there is a git version matm-git
- the histroy file is in
~/.local/state/matm
- the cache dir for manga is
~/.cache/matm
no
You can build it from source on any linux distribution. (make sure you have all dependencies)
git clone https://github.com/crolbar/matm
cd matm
cargo build --release
The binary is in target/release
so you can:
cd target/release
./matm
If you get "permission denied" make sure the binary is executable
chmod +x matm
Then you can cp the binary into your $PATH
sudo cp matm /usr/bin
You can remove the cloned repo if you want
cd ../../..
rm -rf matm
mpv
zathura-cb
fzf
(for versions before 2.0)
git
cargo
yay -S --needed mpv zathura-cb git cargo
Watching anime
matm ani
You can use matm a
for short
matm a -c
matm a --dub
matm a --help
Watching movies or tv shows
matm mov
You can use matm m
for short
matm m -c
Sometimes takes a bit to load
matm m --vlc
matm m --help
Reading manga
matm man
You can use matm ma
for short
matm ma -c
matm ma --clean
matm ma --help
Selector
- Exit:
Esc
,Alt + q
,ctrl + c
- Up:
arrow-up
,alt + k
,shift + tab
,scrollup
- Down:
arrow-down
,alt + j
,tab
, `scrolldown`` - Top:
PageUp
,Home
,alt + g
- Bottom:
PageDown
,End
,alt + shift + g
- Select:
Enter
,double left click
yay -R matm-bin
or if you are using the git version matm-git
you can basically remove the binary file
sudo rm $(which matm)
and state and cache folders
rm -rf ~/.local/state/matm
rm -rf ~/.cache/matm
- ani-cli: inspiration for this project
- justchokingaround: mmm lobster