aboutsummaryrefslogtreecommitdiff
path: root/content/projects/uirc.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/uirc.md')
-rw-r--r--content/projects/uirc.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/content/projects/uirc.md b/content/projects/uirc.md
index 77b9d3b..91f3406 100644
--- a/content/projects/uirc.md
+++ b/content/projects/uirc.md
@@ -1,8 +1,13 @@
---
title: "uirc"
-date: 2022-12-02T11:11:03-07:00
-draft: true
+description: "An Unnecessary Image Ratio Calculator for the UNIX nerd"
+icon: "uirc.jpg"
+license: "BSD-2 Clause"
+languages: "C"
current: true
+date: 2022-03-07
+enddate: "n/a"
+draft: true
---
It's exactly what it sounds like. It takes an image as an argument in the form of a file on the local file system or a link to an image on a web server, and returns the ratio of the image. That's literally it.
@@ -30,7 +35,7 @@ Peter_Griffin.png > 1:1.45 (uneven)
```
There's also a help menu with the `-h` flag if you really need it.
-##Why does this exist?
+## Why does this exist?
The reason UIRC exists is actually the combination of two events:
@@ -39,13 +44,13 @@ The reason UIRC exists is actually the combination of two events:
Born was my idea. I found an excuse to learn and code in C for an issue that is over-saturated with solutions everywhere.
-##Why should I use this?
+## Why should I use this?
Don't.
Or you could I guess, I won't stop you. There's just *way* more convenient (and possibly easier for the command-line-illiterate) ways to find the ratio of an image. This is just an idea that I had and the excuse to get me learning how to program in C.
-##I've made my decision. How do I install?
+## I've made my decision. How do I install?
Ah, the UNIX community. Stubborn about always wanting to use command line tools over convenience. It just warms my heart. You can head to the INSTALL page on the [GitHub repo](https://github.com/brysonsteck/uirc/blob/master/INSTALL.rst) for uirc for more information on how to install it to your computer. Compatible with Linux, BSD, macOS, and Windows (WSL).