Projects with C/C++

sent fork

A fork of suckless' text based presentation program, with added command line flags, and preprocessors to allow dynamic shell scripting and code formatting.

The code is here

Technologies used: C/C++, Linux, Shell/Bash/Zsh,

dvtm build

My custom build of the dynamic virtual terminal manager, which acts like an alternative to TMUX. It is customized to look and feel like my dwm build, and work on Termux for android.

Find it here

Technologies used: C/C++, Android, Shell/Bash/Zsh, Linux,

dwm build

A customized build of the dwm window manager, including some patches from the suckless website and some manual modifications, like removing the bar, and a workspace-like interface.

You can find it here

Technologies used: C/C++, Linux, Shell/Bash/Zsh,

input

Shell-agnostic read alternative, meant to help with the inconsitencies of some shells with POSIX standards. It also allows for using the arrow keys and having script-specific history.

The repository is here

Technologies used: Linux, C/C++,

mmd

Simple command line markdown parser and formatter. It was the center piece of my last note-taking workflow (bbn + mmd + mww)

Here's the repo

Technologies used: Linux, Shell/Bash/Zsh, C/C++,

mww

A simple UNIX-like command, allowing to word wrap text in long lines, considering escape sequences, common in the output of many commands.

Find it here

Technologies used: C/C++, Linux, Shell/Bash/Zsh,

pl

A simple UNIX-like program that prints between lines of the stardard input. Meant to be a replacement for head | tail.

Find it here

Technologies used: C/C++, Shell/Bash/Zsh, Linux,

st fork

Fork of the suckless st terminal, which includes suport for a system similar to Plan9's plumb.

Here is the code

Technologies used: Linux, C/C++,

tw

A tool for writing with greater focus by only showing a handfull of characters, and removing the ability to correct. It is meant to be used in the terminal, and uses ncurses.

It can be found here

Technologies used: C/C++, Shell/Bash/Zsh, curses, Linux,