~kris/9p

krisyotam.net

krisyotam.net/sites/plan9.krisyotam.com/software/index.md -rw-r--r-- 2.5 KiB
8bfa4b74 — Kris Yotam ci: declare SourceHut source for push builds a month ago

#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.

#9P / Plan 9

  • 9hist - history of the Plan 9 kernel (1990 - 2003)
  • disco - Discord client for 9front
  • glenda - utility Discord bot for the 9fans discord server
  • llm9p - LLM exposed as a 9P filesystem

#Suckless Tools

  • sbot - simple archiver bot, inlines all resources into self-contained HTML
  • sdiagram - simple diagram tool with canvas, pan, zoom
  • sframe - extract unique frames from videos
  • slock - simple X screen locker (flexipatch variant)
  • sparser - simple URL extractor from text files
  • spod - simple podcast, static page generator in the style of stagit
  • ssync - GitHub-to-stagit mirror daemon with SQLite
  • stask - simple task manager, C with SQLite and GTK4
  • suploader - submit URLs to web archive services
  • surf - simple web browser based on WebKit/GTK+
  • 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
<https://www.gnu.org/licenses/>.