diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 11:09:08 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 11:09:08 -0700 |
commit | 0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8 (patch) | |
tree | a224456ecfaee05ea89457ab0fdf60756e4d8c95 /content/projects/uirc.md | |
parent | f8d04008580da2ea60dd916e0a73575e3f7d8e6a (diff) | |
download | website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar.gz website-0b6c6241b7b53a5fa99e49e5b9723c5dd8e423c8.tar.bz2 |
create projects list and add more projects
Diffstat (limited to 'content/projects/uirc.md')
-rw-r--r-- | content/projects/uirc.md | 15 |
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). |