Projects with Shell/Bash/Zsh

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,

autoarch

An automated installer for Arch Linux, with a simple TUI interface. The main focus was on the extensibility and native support, so it's written in POSIX compliant shell.

You can find the main part here, an LXDE example here and the ISO image creator here

Technologies used: Linux, Shell/Bash/Zsh,

bbn

A simple shell script allowing to take automatically timestamped notes at any time.

The main file is here

Technologies used: Linux, Shell/Bash/Zsh,

bush

A simple templating program, based on Shell scripts. It is a simple tool for Static Site Generation.

Find it here

Technologies used: Shell/Bash/Zsh, HTML + CSS, SSG,

.dotfiles

My personal collection of dotfiles, configuration files for my linux system. They are mainly focused in vim and zsh (my preferred shell).

You can find them here

Technologies used: Vim, Shell/Bash/Zsh, Linux,

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,

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++,

mva

A simple bulk rename utility, meant as a simple unix-like command.

The code is here

Technologies used: Go, Shell/Bash/Zsh,

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,

Shell Scripts

A collection of Shell scripts y use in all my Linux installations. These are way too many to explain here, if you want to read more see the README

Technologies used: Linux, Shell/Bash/Zsh,

TNotes

A simple program form taking notes in the command line, with simple one letter commands.

The repo is here

Technologies used: Python, Shell/Bash/Zsh, Linux,

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,

trandr

A simple TUI wrapper for xrandr, made in go.

The code is here

Technologies used: Go, Linux, Shell/Bash/Zsh,