The following is a list with some of my Open Source developments,
classified by primary language and in alphabetical ordering.
- Remark. The projects were built from my own needs
and some of them are in early development stage. So, use with
caution.
Bash
- aux.sh: some basic
scripts that I use recurrently.
- cvt.sh: shell script
intended to be simple, intuitive and universal converter for the daily
stuff.
- devto.sh: CLI tool
to configure and synchronize local directories with GitHub repositories
and articles in a dev.to profile.
- ecl.sh: collection
of pure shell scripts and bash functions aimed to make command line
easier.
- emutt.sh: intends
to make the configuration of mutt
mail client easier even for multiple accounts. menu.sh: an interactive
menu written in pure bash.
- g.sh: interactive
command line interface for git.
- gif.sh: simple Bash
function to create optimized
.gif
recordings from a
selected screen area. Based in ImageMagick and gifsicle.
- gpp.sh: tool to
manage collections of git
projects.
- lab.sh: CLI for the
lab project.
- pdf.sh: create a
.pdf
file from directories of .md
files. Based
in pandoc.
- pkg.sh: simple
package builder written in pure shell and aimed to provide
standardization to pure bash projects. With interface in
Go
.
- sw.sh: pure shell
static website creator based in pandoc.
- s3.sh:
Bash
tool to easily manage and configure buckets in AWS S3
service.
- sync.sh
synchronization tool based in rsync.
- web.sh: tool to
search in browsers an open bookmarked pages from terminal commands.
Vim
Go
- TUI for pkg.sh, made
with
tview
library.