Blob


1 # Projects
3 Here are some projects I'm working on.
5 => //gmid.omarpolo.com gmid - fast, small and secure Gemini server
6 (If you're browsing this page over gemini this is the server that you're talking to.) A simple, secure, Gemini server for static content with CGI and FastCGI support. Written for fun with libtls.
8 => //telescope.omarpolo.com Telescope - a w3m-like Gemini browser
9 Telescope is a w3m- and Emacs-inspired Gemini browser.
11 => vc-got.gmi Emacs VC backend for Game of Trees
12 => https://gameoftrees.org/ See also: Got VCS
13 Got (shorts for “Game of Trees”) is a version control system. vc-got is an attempt to bring Got to Emacs.
15 => /dots/ My dotfiles
16 It’s not really a project *per se*, but it’s nice to share.
18 => star-platinum.gmi star-platinum - take control of your applications, one key at the time
19 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.
21 => webpkg.gmi WebPKG - web-interface for the OpenBSD ports collection
22 CGI script to search for and visualise package from the OpenBSD port tree. Supports full-text search across the whole catalogue.
24 => crest.gmi CREST - see your rest endpoints
25 Interactive REPL for HTTP requests with a simple and intuitive language.
27 => sam-el.gmi sam.el - An editor for the best OS
28 sam.el is an implementation of the text editor sam from plan9 for emacs. It's still far, far away from being usable.
30 => mymenu.gmi mymenu – a menu of mine
31 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).