anto's website if you were there, beware

I’m anto AKA @xplshn, I’m the maintainer of a few OSS projects, each with varying degress of success.

These are some of my projects:

Name Description Language Repo Official Website
dbin The simplest possible usable package manager, a few thousand programs in the repositories. Stateless, the config is optional, the db is nonexistant, it can track installed programs without creating aditional files (black magic? No, just marks the binaries with a XATTR attribute). The default repositories support amd64, arm64 and riscv64. Go xplshn/dbin
pelf The AppBundle format and the AppBundle Creation Tool. Create truly portable single-file programs for Unix clones (Linux and friends), works in a simple & intuitive manner. Go xplshn/pelf pelf.xplshn.com.ar
eget2 A program fetcher that supports Github, Gitlab, Codeberg, GHCR, etc, it also supports extraction of .tar.{gz, zst, xz, flate, br, bz2, lz4, lz, mz, sz, s2, zz}, zip, 7zip, rar archives. Go xplshn/eget2
elfy Simple ELF manipulation library (and command) in Go - (add, remove, edit ELF sections). Go xplshn/elfy
eimg Display high-resolution images in your terminal and (linux) framebuffer! [KITTY->iTERM2->SIXEL->FRAMEBUFFER]. Go xplshn/eimg
hidefs A kernel module which lets you hide arbitrary paths in your filesystem (it hooks into the vfs code in the kernel). A replacement for Gobohide. Go xplshn/hidefs
glight A program which automatically sets your laptop’s brightness based on ambient lighting, it changes brightness super smoothly (gradual changes in brightness levels to avoid abrupt shifts. Configurable via –scale). Go xplshn/glight
lebar A sway/i3 bar with support for the entire sway/i3 IPC protocol. Infinitely extensible. Go xplshn/lebar
scriptfs Your filesystem as a scriptable resource. Create your own pseudo-filesystems via defining a single .yaml file. Go xplshn/scriptfs
britto A simple birthdays & events reminder. Go xplshn/britto
a-utils +19 Unix utilities re-imagined yet POSIX. Go xplshn/a-utils
xo A fixed fork of ezekg/xo. A CLI utility that composes regular expression matches, a more powerful sed using RE2 expressions. Go xplshn/xo
werx An hugo theme that imitates the looks of WERC, supports being printed, supports MathJax, Mermaid.JS, chart.js, d3js, etc. HTML, CSS, JS, etc xplshn/werx
m_ascii85 A simple encoder/decoder for base85. C xplshn/m_ascii85