nnscripts

no-nonsense shell script collection for Linux environments
Log | Files | Refs | README | LICENSE

commit 73f68000917f3264cd7deb358389d11c05642a3f
parent 0469208e168703ab48e510cae2f2f5386de015c4
Author: Luxferre <lux@ferre>
Date:   Thu, 11 Jan 2024 21:33:59 +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 (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, daemon, private and public-readable repos (see `ghmd.sh help` for all information) ## Credits