Personal library.
  • Shell 70.5%
  • Nix 26.7%
  • HTML 1.7%
  • C 0.5%
  • Java 0.1%
  • Other 0.1%
Find a file
Victor-ray, S. a9b80be915
❯ Update
᛫ Minor changes.

Signed-off-by: Victor-ray, S. <git@zendai.net.eu.org>
2026-04-08 19:41:58 +02:00
awk ࿓❯ Add: awk 2026-01-20 14:57:34 +01:00
bash ❯ Overhaul 2026-04-08 18:55:35 +02:00
templates ❯ Update 2026-04-08 19:41:58 +02:00
.gitignore ❯ Edit: Bash 2026-03-28 17:05:45 +01:00
.gitmodules ࿓❯ New: Submodule 2026-02-26 21:50:58 +01:00
Library_license.txt ❯ Update 2026-04-08 19:22:41 +02:00
README.md ❯ edit: readme 2026-04-03 15:56:18 +02:00

Library

This is my personal library that I've written over the years for the various systems I've used.

It started with me writing bash functions in my .bash_alias file then it grew into a kind of library of it's own.

awk

Contains various AWK script files.

bash

Contains my BASH library files of functions and scripts, some are better than others, many are a work-in-progress.

Generate import file.

Use generate_import.sh to generate the import or lib file which is sourced in .bashrc when launching a new shell.

Can also be used to generate a lib file which contains all the extracted functions from the individual source files in one single file.

Use this if you rather would source a single file rather than multiple.

Files, directories or file extensions to be excluded can be added in EXCLUDE_NAMES & EXCLUDE_EXTS inside the script.

templates

Contains various template files I can use for quick file creation.