diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 16:00:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-07-19 16:00:36 +0200 |
| commit | 48a3c2e6b49cbdecc492cdc999b8cfdd71625399 (patch) | |
| tree | 25291599ed1b13920c8709a949e2f8b559b4ad84 | |
| parent | f8c5737be47f345c2042d5f304c03db833a05515 (diff) | |
| download | mitjafelicijan.com-48a3c2e6b49cbdecc492cdc999b8cfdd71625399.tar.gz | |
Added pats project
| -rw-r--r-- | content/pages/projects.md | 20 | ||||
| -rw-r--r-- | static/projects/pats-v1.0.tar.gz | bin | 0 -> 3924 bytes |
2 files changed, 20 insertions, 0 deletions
diff --git a/content/pages/projects.md b/content/pages/projects.md index 8b1b645..8c341b6 100644 --- a/content/pages/projects.md +++ b/content/pages/projects.md | |||
| @@ -19,6 +19,7 @@ draft: false | |||
| 19 | - [newsbarge](#newsbarge) | 19 | - [newsbarge](#newsbarge) |
| 20 | - [oberon](#oberon) | 20 | - [oberon](#oberon) |
| 21 | - [p9tree](#p9tree) | 21 | - [p9tree](#p9tree) |
| 22 | - [pats](#pats) | ||
| 22 | - [rssperado](#rssperado) | 23 | - [rssperado](#rssperado) |
| 23 | - [sm](#sm) | 24 | - [sm](#sm) |
| 24 | - [sparklines](#sparklines) | 25 | - [sparklines](#sparklines) |
| @@ -243,6 +244,25 @@ tree is written with Plan9 Operating System in mind so it may not work with othe | |||
| 243 | 244 | ||
| 244 | </div> | 245 | </div> |
| 245 | 246 | ||
| 247 | ## pats | ||
| 248 | Pats is a command-line tool for managing PulseAudio audio sinks that allows you to list available audio outputs and cycles between them seamlessly. | ||
| 249 | |||
| 250 | |||
| 251 | <div class='project-release'> | ||
| 252 | |||
| 253 | |Released|Description|Download| | ||
| 254 | |--------|-----------|--------| | ||
| 255 | |2025-07-19|First release| [pats-v1.0.tar.gz](/projects/pats-v1.0.tar.gz) | | ||
| 256 | |||
| 257 | |||
| 258 | </div> | ||
| 259 | |||
| 260 | <div class='github-link'> | ||
| 261 | |||
| 262 | [mitjafelicijan/pats](https://github.com/mitjafelicijan/pats) | ||
| 263 | |||
| 264 | </div> | ||
| 265 | |||
| 246 | ## rssperado | 266 | ## rssperado |
| 247 | 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. | 267 | 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. |
| 248 | 268 | ||
diff --git a/static/projects/pats-v1.0.tar.gz b/static/projects/pats-v1.0.tar.gz new file mode 100644 index 0000000..aee32e3 --- /dev/null +++ b/static/projects/pats-v1.0.tar.gz | |||
| Binary files differ | |||
