Software Repo ============= Small software packages and tools. The focus is minimalism and utility. Most are directly or indirectly related to Plan 9, 9front, or the suckless philosophy. All source is hosted on [SourceHut](https://sr.ht/~krisyotam/9p/sources). 9P / Plan 9 ----------- - [9hist](https://git.sr.ht/~krisyotam/9hist) - history of the Plan 9 kernel (1990 - 2003) - [disco](https://git.sr.ht/~krisyotam/disco) - Discord client for 9front - [glenda](https://git.sr.ht/~krisyotam/glenda) - utility Discord bot for the 9fans discord server - [llm9p](https://git.sr.ht/~krisyotam/llm9p) - LLM exposed as a 9P filesystem Suckless Tools -------------- - [sbot](https://git.sr.ht/~krisyotam/sbot) - simple archiver bot, inlines all resources into self-contained HTML - [sdiagram](https://git.sr.ht/~krisyotam/sdiagram) - simple diagram tool with canvas, pan, zoom - [sframe](https://git.sr.ht/~krisyotam/sframe) - extract unique frames from videos - [slock](https://git.sr.ht/~krisyotam/slock) - simple X screen locker (flexipatch variant) - [sparser](https://git.sr.ht/~krisyotam/sparser) - simple URL extractor from text files - [spod](https://git.sr.ht/~krisyotam/spod) - simple podcast, static page generator in the style of stagit - [ssync](https://git.sr.ht/~krisyotam/ssync) - GitHub-to-stagit mirror daemon with SQLite - [stask](https://git.sr.ht/~krisyotam/stask) - simple task manager, C with SQLite and GTK4 - [suploader](https://git.sr.ht/~krisyotam/suploader) - submit URLs to web archive services - [surf](https://git.sr.ht/~krisyotam/surf) - simple web browser based on WebKit/GTK+ - [tabbed](https://git.sr.ht/~krisyotam/tabbed) - generic tabbed interface for X11 Cloning ------- All repos can be cloned via SSH or HTTPS: git clone https://git.sr.ht/~krisyotam/[project-name] License ------- Unless stated otherwise, all original software is released under the GNU General Public License v3. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see .