summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-11-19 17:02:00 +0100
committeryuzu-eva <stevenhu@web.de>2024-11-19 17:02:00 +0100
commit1000cfa9c2ac7af167acfe5118f7e379c31db596 (patch)
tree0e7e5c8fed27a28580654709a5f92aa041f0c140
parent6560584d096a3c8e9360c8827c53aa5fcf46f656 (diff)
added readme
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..98bc2ee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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. \ No newline at end of file