Further MD Fixes

This commit is contained in:
Raven Scott
2026-04-25 23:04:56 -04:00
parent b07bc38708
commit b9d3a8b17f
143 changed files with 1861 additions and 1861 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# bare-os-lscolors
**When to use:** this workspace is a **shared helper** for parsing **`LS_COLORS**` / `**dircolors**` data. You normally **do not** import it directly from apps — `**bare-os-coreutils**` (for `**ls**` / `**dircolors**`) and `**bare-os-booter`** (theme integration) consume it.
**When to use:** this workspace is a **shared helper** for parsing **`LS_COLORS`** / **`dircolors`** data. You normally **do not** import it directly from apps — **`bare-os-coreutils`** (for **`ls`** / **`dircolors`**) and **`bare-os-booter`** (theme integration) consume it.
**Documentation:** [Handbook ch.9 — POSIX utilities](../../handbook/09-posix-utilities-shell-and-vfs.md) · [docs/themes/README.md](../../docs/themes/README.md) · [bare-os-coreutils README](../bare-os-coreutils/README.md).