Blame


1 d72c4e8f 2020-10-05 op # Projects
2 d72c4e8f 2020-10-05 op
3 d72c4e8f 2020-10-05 op Here are some projects I'm working on.
4 d72c4e8f 2020-10-05 op
5 d72c4e8f 2020-10-05 op => star-platinum.gmi star-platinum - take control of your applications, one key at the time
6 d72c4e8f 2020-10-05 op It's a keybinding manager for X11. It lets you assign keys on other application and bind custom action to them. You can execute external commands or send fake keys. I'm using it to "emacs-ify" firefox, but can do more.
7 d72c4e8f 2020-10-05 op
8 d72c4e8f 2020-10-05 op => gmid.gmi gmid - dead simple zero configuration gemini server
9 d72c4e8f 2020-10-05 op (If you're browsing this page over gemini this is the server that you're talking to.) A simple, zero-conf, gemini server for static content. Written for fun with libtls.
10 d72c4e8f 2020-10-05 op
11 4f46073b 2020-11-06 op => webpkg.gmi WebPKG - web-interface for the OpenBSD ports collection
12 4f46073b 2020-11-06 op CGI script to search for and visualise package from the OpenBSD port tree. Supports full-text search across the whole catalogue.
13 4f46073b 2020-11-06 op
14 d72c4e8f 2020-10-05 op => crest.gmi CREST - see your rest endpoints
15 d72c4e8f 2020-10-05 op Interactive REPL for HTTP requests with a simple and intuitive language.
16 d72c4e8f 2020-10-05 op
17 d72c4e8f 2020-10-05 op => sam-el.gmi sam.el - An editor for the best OS
18 9f92b7af 2020-10-05 op sam.el is an implementation of the text editor sam from plan9 for emacs. It's still far, far away from being usable.
19 1c3618fe 2020-10-14 op
20 1c3618fe 2020-10-14 op => mymenu.gmi mymenu – a menu of mine
21 1c3618fe 2020-10-14 op mymenu is a graphical menu for X11. It reads items from standard input (one per line) and present a window where the user can choose one (or more) item. It’s similar to dmenu, except it’s better (IMHO).