1.4 KiB
1.4 KiB
Deno Scripts
Scripts
bulk
: bulk doer of things.codium-extensions
: save and install VS Codium extensions using their identifier.copy-nixos-config
: copies NixOS configuration from$BAUKE_DIR/nix/<hostname>/
to/etc/nixos/
.desktop-wallpaper
: desktop wallpaper changer.drg-data-entry
: Deep Rock Galactic data tracker.edit-youtube-video
: edit a YouTube video via the Data API.project-avatar
: image generator for projects.simple-git-push
:git push
with extra semantics.tauon-controls
: remote control CLI for Tauon Music Box.
Why bin/
+ scripts/
Deno has some issues with running files without a file extension (like what you'd want in bin/
). So instead all the scripts are located in scripts/
with proper file extensions and the bin/
files call those scripts using deno run
.
Though even if Deno didn't have these issues, having massive shebangs would also not be nice, so this setup is fine.