From ac568d4b798b27fc35677e36f57cfd2455068a34 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:05:17 +0000 Subject: [PATCH] stow: add Dutch translation (#17050) --- pages.nl/common/stow.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pages.nl/common/stow.md diff --git a/pages.nl/common/stow.md b/pages.nl/common/stow.md new file mode 100644 index 0000000000..8086f7dceb --- /dev/null +++ b/pages.nl/common/stow.md @@ -0,0 +1,26 @@ +# stow + +> Symlink-beheerder. +> Vaak gebruikt om dotfiles te beheren. +> Bekijk ook: `chezmoi`, `tuckr`, `vcsh`, `homeshick`. +> Meer informatie: . + +- Symlink alle bestanden recursief naar de opgegeven map: + +`stow {{[-t|--target]}} {{pad/naar/doel_map}} {{bestand1 map1 bestand2 map2}}` + +- Verwijder alle symlinks recursief in de opgegeven map: + +`stow {{[-D|--delete]}} {{[-t|--target]}} {{pad/naar/doel_map}} {{bestand1 map1 bestand2 map2}}` + +- Simuleer om te zien hoe het resultaat eruit ziet: + +`stow {{[-n|--simulate]}} {{[-t|--target]}} {{pad/naar/doel_map}} {{bestand1 map1 bestand2 map2}}` + +- Verwijder en maak opnieuw de symlinks aan: + +`stow {{[-R|--restow]}} {{[-t|--target]}} {{pad/naar/doel_map}} {{bestand1 map1 bestand2 map2}}` + +- Sluit bestanden uit die overeenkomen met een reguliere expressie: + +`stow --ignore={{reguliere_expressie}} {{[-t|--target]}} {{pad/naar/doel_map}} {{bestand1 map1 bestand2 map2}}`