Site icon blog.tomhanoldt.info

easy-terminal-app

A minimal “terminal-app” with maximum comfort for me, you and all of our bash-scripting friends =)

This terminal application skeleton is ment for replacing endless switch-case instructions in control scripts and reinventing the wheel again and again.

It is minimal because it only depends on standard bash.

It has maximal comfort because:

usage

Usage: ./app [command] [help|*]
Available commands:
 du                     show disk usage
 help                   print help
 logs                   show app logs
 ps                     show running processes
 test                   run tests

Configuration:
 edit ./bootstrap

Available libs:
 color                  helps dealing with colors in terminal
 command                helps dispatching commands in scripts/commands/*
 log                    helps writing and reading app logs
 os                     helps detecting current os (exports $is_osx, $is_win, $is_linux)

ressources

Exit mobile version