nnscripts

no-nonsense shell script collection for Linux environments
git clone git://git.luxferre.top/nnscripts.git
Log | Files | Refs | README | LICENSE

commit 71d1b3b43b730b37f938549145ad92457a8b3132
parent 73f68000917f3264cd7deb358389d11c05642a3f
Author: Luxferre <lux@ferre>
Date:   Thu, 11 Jan 2024 21:39:26 +0200

Updated README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ This is a set of (mostly Linux-specific unless stated otherwise) various useful - `nnstatus.sh`: output useful status information to dzen2 panel (Xorg-specific but can be rewritten to use any other panel of your choice, depends on `nawk` or other AWK command, `iw` for WLAN stats, `amixer` for volume controls and xkb-switch for keyboard layout controls) - `nnstatus-stdout.sh`: same as `nnstatus.sh` but without interactivity and keyboard layout functionality, suitable for use in dvtm, a4 and other terminal-based tools with configurable status bar, as it just outputs the information line into the stdout - `nnkeys.sh`: shell-based multimedia keys manager daemon with a separate configuration file (see `nnkeys.conf` for an example), depends on `evtest`, `pkill` and AWK -- `ghmd.sh`: single-script solution for basic self-hosted Git repository management including setting up the Git server, daemon, private and public-readable repos (see `ghmd.sh help` for all information) +- `ghmd.sh`: single-script solution for basic self-hosted Git repository management including setting up the Git server, private and public-readable repos (see `ghmd.sh help` for all information) ## Credits