summaryrefslogtreecommitdiff
path: root/README.md
blob: 3f57dd6aa4fa34c01afefe04c0f913fda840bc27 (plain)
1
2
3
4
5
6
7
8
9
# myal - My Anime Library

My Anime Library is program to manage an anime watchlist, written in C.  
I used to track which anime I have watched and what episode I'm on by writing in
a text file, which got annoying after a while.  
This is why I created a simple program to quickly search and change a csv-file.  
Is it a complete overkill to write this in C? Yes  
Could this have been a simple bash script? Definitely  
But I was bored and writing C is fun.