diff options
Diffstat (limited to 'content/pages/projects.md')
| -rw-r--r-- | content/pages/projects.md | 385 |
1 files changed, 332 insertions, 53 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md index a3feea7..9184f0c 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md | |||
| @@ -1,77 +1,356 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Projects | 2 | title: Personal projects |
| 3 | date: 2024-10-21T12:00:00+02:00 | 3 | date: 2024-10-21T12:00:00+02:00 |
| 4 | url: projects.html | 4 | url: projects.html |
| 5 | type: page | 5 | type: page |
| 6 | draft: false | 6 | draft: false |
| 7 | --- | 7 | --- |
| 8 | 8 | ||
| 9 | - [BLP Texture Converter](#blp-texture-converter) | 9 | <div class='project-list'> |
| 10 | - [Simple Snapshot Manager](#simple-snapshot-manager) | ||
| 11 | - [QOL Extensions for GNU Make](#qol-extensions-for-gnu-make) | ||
| 12 | - [Just build me a fucking page](#just-build-me-a-fucking-page) | ||
| 13 | - [Clutch, nested X11 dwm sessions](#clutch-nested-x11-dwm-sessions) | ||
| 14 | 10 | ||
| 15 | While most of my projects are hosted on | 11 | - [abtts](#abtts) |
| 16 | [GitHub](https://github.com/mitjafelicijan), I wanted a centralized location to | 12 | - [blpconvert](#blpconvert) |
| 17 | store them independently of GitHub and provide different versions in a bit | 13 | - [ClassicEnhanced](#classicenhanced) |
| 18 | cleaner way. | 14 | - [clutch](#clutch) |
| 15 | - [jbmafp](#jbmafp) | ||
| 16 | - [lazycommit](#lazycommit) | ||
| 17 | - [makext](#makext) | ||
| 18 | - [mprogress](#mprogress) | ||
| 19 | - [newsbarge](#newsbarge) | ||
| 20 | - [oberon](#oberon) | ||
| 21 | - [p9tree](#p9tree) | ||
| 22 | - [rssperado](#rssperado) | ||
| 23 | - [sm](#sm) | ||
| 24 | - [sparklines](#sparklines) | ||
| 25 | - [ttdaw](#ttdaw) | ||
| 26 | - [TurtleTweaks](#turtletweaks) | ||
| 19 | 27 | ||
| 20 | ## BLP Texture Converter | ||
| 21 | 28 | ||
| 22 | This tool converts BLP texture files used in many games such as World of | 29 | </div> |
| 23 | Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. | ||
| 24 | [GitHub repository](https://github.com/mitjafelicijan/blpconvert). | ||
| 25 | 30 | ||
| 26 | - Version 1.1 / 2025-02-05 ([blpconvert-v1.1.tar](/snapshots/blpconvert-v1.1.tar)) | 31 | ## abtts |
| 27 | - Added support for custom output formats (png, bmp, jpg, tga). | 32 | Convert text like ebooks into audiobooks with UnrealSpeech. |
| 28 | - Version 1.0 / 2025-02-04 ([blpconvert-v1.0.tar](/snapshots/blpconvert-v1.0.tar)) | ||
| 29 | - First release. | ||
| 30 | 33 | ||
| 31 | ## Simple Snapshot Manager | ||
| 32 | 34 | ||
| 33 | Simple snapshot utility that uses TAR to compress current directory into a | 35 | <div class='project-release'> |
| 34 | `.tar` file while ignoring some of the directories. I use this tool to prepare | ||
| 35 | releases for this page. | ||
| 36 | [GitHub repository](https://github.com/mitjafelicijan/sm). | ||
| 37 | 36 | ||
| 38 | - Version 0.1 / 2024-10-21 ([sm-v0.1.tar](/snapshots/sm-v0.1.tar)) | 37 | |Released|Description|Download| |
| 39 | - First release. | 38 | |--------|-----------|--------| |
| 40 | - Able to tag and create tar snapshots. | 39 | |2023-07-05|Added introduction audio option| [abtts-v0.3.tar.gz](/projects/abtts-v0.3.tar.gz) | |
| 40 | |2023-07-03|Moved to OGG as default format| [abtts-v0.2.tar.gz](/projects/abtts-v0.2.tar.gz) | | ||
| 41 | |2023-07-03|First release| [abtts-v0.1.tar.gz](/projects/abtts-v0.1.tar.gz) | | ||
| 41 | 42 | ||
| 42 | ## QOL Extensions for GNU Make | ||
| 43 | 43 | ||
| 44 | Makext is a collection of useful extensions for Makefiles, aimed at simplifying | 44 | </div> |
| 45 | and enhancing the functionality of Make-based projects. These extensions | ||
| 46 | provide additional features and convenience functions to improve the overall | ||
| 47 | usage of GNU Make as a task runner. | ||
| 48 | [GitHub repository](https://github.com/mitjafelicijan/makext). | ||
| 49 | 45 | ||
| 50 | - Version 0.1 / 2024-05-15 ([makext-v0.1.tar](/snapshots/makext-v0.1.tar)) | 46 | <div class='github-link'> |
| 51 | - First release. | ||
| 52 | 47 | ||
| 53 | ## Clutch, nested X11 dwm sessions | 48 | [mitjafelicijan/abtts](https://github.com/mitjafelicijan/abtts) |
| 54 | 49 | ||
| 55 | Clutch allows you to run nested dwm session inside your existing X or Wayland | 50 | </div> |
| 56 | session. This comes in handy when you already have a desktop environment | ||
| 57 | running (like Gnome) but you want to have a tiling window manager as well. | ||
| 58 | [GitHub repository](https://github.com/mitjafelicijan/clutch). | ||
| 59 | 51 | ||
| 60 | - Version 0.1 / 2024-07-19 ([clutch-v0.1.tar](/snapshots/clutch-v0.1.tar)) | 52 | ## blpconvert |
| 61 | - First release. | 53 | This tool converts BLP texture files used in many games such as World of Warcraft into PNG files. With support for DXT1, DXT3 and DXT5 compression. |
| 62 | 54 | ||
| 63 | ## Just build me a fucking page | ||
| 64 | 55 | ||
| 65 | A simple static site generator that is semi compatible with | 56 | <div class='project-release'> |
| 66 | [Hugo](https://gohugo.io/) and aims to be a simpler version of it, getting out | ||
| 67 | of your way when it comes to taxonomies. [GitHub | ||
| 68 | repository](https://github.com/mitjafelicijan/jbmafp). | ||
| 69 | 57 | ||
| 70 | - Version 0.3 / 2024-06-22 ([jbmafp-v0.3.tar](/snapshots/jbmafp-v0.3.tar)) | 58 | |Released|Description|Download| |
| 71 | - Added better ergonomics for filtering. | 59 | |--------|-----------|--------| |
| 72 | - Added filter `filterbytype`. | 60 | |2025-02-04|First version| [blpconvert-v1.0.tar.gz](/projects/blpconvert-v1.0.tar.gz) | |
| 73 | - Version 0.2 / 2024-06-18 ([jbmafp-v0.2.tar](/snapshots/jbmafp-v0.2.tar)) | 61 | |
| 74 | - Added filters `first`, `last`, `random`. | 62 | |
| 75 | - Version 0.1 / 2024-03-10 ([jbmafp-v0.1.tar](/snapshots/jbmafp-v0.1.tar)) | 63 | </div> |
| 76 | - First release. | 64 | |
| 65 | <div class='github-link'> | ||
| 66 | |||
| 67 | [mitjafelicijan/blpconvert](https://github.com/mitjafelicijan/blpconvert) | ||
| 68 | |||
| 69 | </div> | ||
| 70 | |||
| 71 | ## ClassicEnhanced | ||
| 72 | Quality of life improvements and general enhancements for WoW Classic Client. | ||
| 73 | |||
| 74 | |||
| 75 | <div class='project-release'> | ||
| 76 | |||
| 77 | |Released|Description|Download| | ||
| 78 | |--------|-----------|--------| | ||
| 79 | |2024-04-13|Fixed Druid initial state of mana bar| [ClassicEnhanced-v1.0.1.tar.gz](/projects/ClassicEnhanced-v1.0.1.tar.gz) | | ||
| 80 | |2024-04-13|First release| [ClassicEnhanced-v1.0.0.tar.gz](/projects/ClassicEnhanced-v1.0.0.tar.gz) | | ||
| 81 | |||
| 82 | |||
| 83 | </div> | ||
| 84 | |||
| 85 | <div class='github-link'> | ||
| 86 | |||
| 87 | [mitjafelicijan/ClassicEnhanced](https://github.com/mitjafelicijan/ClassicEnhanced) | ||
| 88 | |||
| 89 | </div> | ||
| 90 | |||
| 91 | ## clutch | ||
| 92 | Clutch allows you to run nested dwm session inside your existing X or Wayland session. This comes in handy when you already have a desktop environment running (like Gnome) but you want to have a tiling window manager as well. | ||
| 93 | |||
| 94 | |||
| 95 | <div class='project-release'> | ||
| 96 | |||
| 97 | |Released|Description|Download| | ||
| 98 | |--------|-----------|--------| | ||
| 99 | |2024-06-19|First release| [clutch-v1.0.tar.gz](/projects/clutch-v1.0.tar.gz) | | ||
| 100 | |||
| 101 | |||
| 102 | </div> | ||
| 103 | |||
| 104 | <div class='github-link'> | ||
| 105 | |||
| 106 | [mitjafelicijan/clutch](https://github.com/mitjafelicijan/clutch) | ||
| 107 | |||
| 108 | </div> | ||
| 109 | |||
| 110 | ## jbmafp | ||
| 111 | A simple static site generator that is semi compatible with Hugo and aims to be a simpler version of it, getting out of your way when it comes to taxonomies. | ||
| 112 | |||
| 113 | |||
| 114 | <div class='project-release'> | ||
| 115 | |||
| 116 | |Released|Description|Download| | ||
| 117 | |--------|-----------|--------| | ||
| 118 | |2024-06-21|Added better filtering| [jbmafp-v0.3.tar.gz](/projects/jbmafp-v0.3.tar.gz) | | ||
| 119 | |2024-06-18|Added filters first, last, random| [jbmafp-v0.2.tar.gz](/projects/jbmafp-v0.2.tar.gz) | | ||
| 120 | |2024-03-10|First release| [jbmafp-v0.1.tar.gz](/projects/jbmafp-v0.1.tar.gz) | | ||
| 121 | |||
| 122 | |||
| 123 | </div> | ||
| 124 | |||
| 125 | <div class='github-link'> | ||
| 126 | |||
| 127 | [mitjafelicijan/jbmafp](https://github.com/mitjafelicijan/jbmafp) | ||
| 128 | |||
| 129 | </div> | ||
| 130 | |||
| 131 | ## lazycommit | ||
| 132 | Git commit messages for lazy people that use AI in the backend. | ||
| 133 | |||
| 134 | |||
| 135 | <div class='project-release'> | ||
| 136 | |||
| 137 | |Released|Description|Download| | ||
| 138 | |--------|-----------|--------| | ||
| 139 | |2025-03-17|First release| [lazycommit-v1.0.tar.gz](/projects/lazycommit-v1.0.tar.gz) | | ||
| 140 | |||
| 141 | |||
| 142 | </div> | ||
| 143 | |||
| 144 | <div class='github-link'> | ||
| 145 | |||
| 146 | [mitjafelicijan/lazycommit](https://github.com/mitjafelicijan/lazycommit) | ||
| 147 | |||
| 148 | </div> | ||
| 149 | |||
| 150 | ## makext | ||
| 151 | Makext is a collection of useful extensions for Makefiles, aimed at simplifying and enhancing the functionality of Make-based projects. These extensions provide additional features and convenience functions to improve the overall usage of GNU Make as a task runner. | ||
| 152 | |||
| 153 | |||
| 154 | <div class='project-release'> | ||
| 155 | |||
| 156 | |Released|Description|Download| | ||
| 157 | |--------|-----------|--------| | ||
| 158 | |2024-05-15|First release| [makext-v1.0.tar.gz](/projects/makext-v1.0.tar.gz) | | ||
| 159 | |||
| 160 | |||
| 161 | </div> | ||
| 162 | |||
| 163 | <div class='github-link'> | ||
| 164 | |||
| 165 | [mitjafelicijan/makext](https://github.com/mitjafelicijan/makext) | ||
| 166 | |||
| 167 | </div> | ||
| 168 | |||
| 169 | ## mprogress | ||
| 170 | Displays progress bar in terminal. It can be used as a standalone program so you can put it in /usr/bin. The name is stupid like that because of the potential name conflicts. | ||
| 171 | |||
| 172 | |||
| 173 | <div class='project-release'> | ||
| 174 | |||
| 175 | |Released|Description|Download| | ||
| 176 | |--------|-----------|--------| | ||
| 177 | |2022-12-31|First release| [mprogress-v1.0.tar.gz](/projects/mprogress-v1.0.tar.gz) | | ||
| 178 | |||
| 179 | |||
| 180 | </div> | ||
| 181 | |||
| 182 | <div class='github-link'> | ||
| 183 | |||
| 184 | [mitjafelicijan/mprogress](https://github.com/mitjafelicijan/mprogress) | ||
| 185 | |||
| 186 | </div> | ||
| 187 | |||
| 188 | ## newsbarge | ||
| 189 | Converts RSS feeds into HTML | ||
| 190 | |||
| 191 | |||
| 192 | <div class='project-release'> | ||
| 193 | |||
| 194 | |Released|Description|Download| | ||
| 195 | |--------|-----------|--------| | ||
| 196 | |2025-03-01|First release| [newsbarge-v0.1.tar.gz](/projects/newsbarge-v0.1.tar.gz) | | ||
| 197 | |||
| 198 | |||
| 199 | </div> | ||
| 200 | |||
| 201 | <div class='github-link'> | ||
| 202 | |||
| 203 | [mitjafelicijan/newsbarge](https://github.com/mitjafelicijan/newsbarge) | ||
| 204 | |||
| 205 | </div> | ||
| 206 | |||
| 207 | ## oberon | ||
| 208 | This is a tiny project boilerplate for OpenResty and Lua website that includes basic router, memcached, Redis and MySQL with accompanying examples how to use all this. | ||
| 209 | |||
| 210 | |||
| 211 | <div class='project-release'> | ||
| 212 | |||
| 213 | |Released|Description|Download| | ||
| 214 | |--------|-----------|--------| | ||
| 215 | |2025-03-29|First release| [oberon-v1.0.tar.gz](/projects/oberon-v1.0.tar.gz) | | ||
| 216 | |||
| 217 | |||
| 218 | </div> | ||
| 219 | |||
| 220 | <div class='github-link'> | ||
| 221 | |||
| 222 | [mitjafelicijan/oberon](https://github.com/mitjafelicijan/oberon) | ||
| 223 | |||
| 224 | </div> | ||
| 225 | |||
| 226 | ## p9tree | ||
| 227 | tree is written with Plan9 Operating System in mind so it may not work with other systems. | ||
| 228 | |||
| 229 | |||
| 230 | <div class='project-release'> | ||
| 231 | |||
| 232 | |Released|Description|Download| | ||
| 233 | |--------|-----------|--------| | ||
| 234 | |2023-11-11|First release| [p9tree-v1.0.tar.gz](/projects/p9tree-v1.0.tar.gz) | | ||
| 235 | |||
| 236 | |||
| 237 | </div> | ||
| 238 | |||
| 239 | <div class='github-link'> | ||
| 240 | |||
| 241 | [mitjafelicijan/p9tree](https://github.com/mitjafelicijan/p9tree) | ||
| 242 | |||
| 243 | </div> | ||
| 244 | |||
| 245 | ## rssperado | ||
| 246 | The RSS parser is a command-line utility that simplifies the process of parsing RSS feeds, enriching the extracted data, exporting it to JSON files, enabling content classification, and providing English translation. | ||
| 247 | |||
| 248 | |||
| 249 | <div class='project-release'> | ||
| 250 | |||
| 251 | |Released|Description|Download| | ||
| 252 | |--------|-----------|--------| | ||
| 253 | |2023-06-07|First release| [rssperado-v1.0.tar.gz](/projects/rssperado-v1.0.tar.gz) | | ||
| 254 | |||
| 255 | |||
| 256 | </div> | ||
| 257 | |||
| 258 | <div class='github-link'> | ||
| 259 | |||
| 260 | [mitjafelicijan/rssperado](https://github.com/mitjafelicijan/rssperado) | ||
| 261 | |||
| 262 | </div> | ||
| 263 | |||
| 264 | ## sm | ||
| 265 | Simple snapshot utility that uses TAR to compress current directory into a .tar file while ignoring some of the directories. | ||
| 266 | |||
| 267 | |||
| 268 | <div class='project-release'> | ||
| 269 | |||
| 270 | |Released|Description|Download| | ||
| 271 | |--------|-----------|--------| | ||
| 272 | |2024-10-21|First release| [sm-v1.0.tar.gz](/projects/sm-v1.0.tar.gz) | | ||
| 273 | |||
| 274 | |||
| 275 | </div> | ||
| 276 | |||
| 277 | <div class='github-link'> | ||
| 278 | |||
| 279 | [mitjafelicijan/sm](https://github.com/mitjafelicijan/sm) | ||
| 280 | |||
| 281 | </div> | ||
| 282 | |||
| 283 | ## sparklines | ||
| 284 | Self-contained tiny SVG sparkline chart library written in vanilla JS with zero dependencies. | ||
| 285 | |||
| 286 | |||
| 287 | <div class='project-release'> | ||
| 288 | |||
| 289 | |Released|Description|Download| | ||
| 290 | |--------|-----------|--------| | ||
| 291 | |2023-12-09|First release| [sparklines-v1.0.tar.gz](/projects/sparklines-v1.0.tar.gz) | | ||
| 292 | |||
| 293 | |||
| 294 | </div> | ||
| 295 | |||
| 296 | <div class='github-link'> | ||
| 297 | |||
| 298 | [mitjafelicijan/sparklines](https://github.com/mitjafelicijan/sparklines) | ||
| 299 | |||
| 300 | </div> | ||
| 301 | |||
| 302 | ## ttdaw | ||
| 303 | ttdaw is a tiny terminal based digital audio workstation made for fun, experimentation and learning more about audio, MIDI and terminal applications in general. | ||
| 304 | |||
| 305 | |||
| 306 | <div class='project-release'> | ||
| 307 | |||
| 308 | |Released|Description|Download| | ||
| 309 | |--------|-----------|--------| | ||
| 310 | |2024-12-22|First release| [ttdaw-v0.1.tar.gz](/projects/ttdaw-v0.1.tar.gz) | | ||
| 311 | |||
| 312 | |||
| 313 | </div> | ||
| 314 | |||
| 315 | <div class='github-link'> | ||
| 316 | |||
| 317 | [mitjafelicijan/ttdaw](https://github.com/mitjafelicijan/ttdaw) | ||
| 318 | |||
| 319 | </div> | ||
| 320 | |||
| 321 | ## TurtleTweaks | ||
| 322 | World of Warcraft 1.12 Tweaks and Enhancements Addon | ||
| 323 | |||
| 324 | |||
| 325 | <div class='project-release'> | ||
| 326 | |||
| 327 | |Released|Description|Download| | ||
| 328 | |--------|-----------|--------| | ||
| 329 | |2023-05-14|Added cooldown timers to actionbars| [TurtleTweaks-v0.7.tar.gz](/projects/TurtleTweaks-v0.7.tar.gz) | | ||
| 330 | |2023-05-12|Rested bar now has a proper progress bar| [TurtleTweaks-v0.6.tar.gz](/projects/TurtleTweaks-v0.6.tar.gz) | | ||
| 331 | |2023-05-09|Removed debug messages| [TurtleTweaks-v0.5.1.tar.gz](/projects/TurtleTweaks-v0.5.1.tar.gz) | | ||
| 332 | |2023-05-09|Added option to open world map in a window| [TurtleTweaks-v0.5.tar.gz](/projects/TurtleTweaks-v0.5.tar.gz) | | ||
| 333 | |2023-05-09|Added nameplate scaling option| [TurtleTweaks-v0.4.tar.gz](/projects/TurtleTweaks-v0.4.tar.gz) | | ||
| 334 | |2023-05-08|Fixed progress bar to reflect the value in rested bar| [TurtleTweaks-v0.3.tar.gz](/projects/TurtleTweaks-v0.3.tar.gz) | | ||
| 335 | |2023-05-08|Added align grid slashcommand| [TurtleTweaks-v0.2.tar.gz](/projects/TurtleTweaks-v0.2.tar.gz) | | ||
| 336 | |2023-05-08|First release| [TurtleTweaks-v0.1.tar.gz](/projects/TurtleTweaks-v0.1.tar.gz) | | ||
| 337 | |||
| 338 | |||
| 339 | </div> | ||
| 340 | |||
| 341 | <div class='github-link'> | ||
| 342 | |||
| 343 | [mitjafelicijan/TurtleTweaks](https://github.com/mitjafelicijan/TurtleTweaks) | ||
| 344 | |||
| 345 | </div> | ||
| 346 | |||
| 347 | |||
| 348 | |||
| 349 | <style> | ||
| 350 | .project-release table tr td:last-child { text-align: right; } | ||
| 351 | .project-release table tr th:last-child { text-align: right; } | ||
| 352 | .project-list ul { column-count: 3; column-gap: 3em; } | ||
| 353 | .github-link p { display: flex; align-items: center; gap: 0.3em; } | ||
| 354 | .github-link p img { border: 0; padding: 0; height: 15px; } | ||
| 355 | </style> | ||
| 77 | 356 | ||
