It's like dotfiles, but no, it's just Lua scripts I find useful.
Go to file
2024-01-13 17:54:25 -07:00
2webm.lua I meant to ammend the previous commit with this, whoops. 2024-01-13 17:54:25 -07:00
popen-command-test.lua I meant to ammend the previous commit with this, whoops. 2024-01-13 17:54:25 -07:00
print-arguments.lua ready for setup, test script 2024-01-13 01:35:29 -07:00
README.md major update to utility functions 2024-01-13 17:17:31 -07:00
reformat.lua minor text corrections 2024-01-13 16:37:46 -07:00
test.lua I meant to ammend the previous commit with this, whoops. 2024-01-13 17:54:25 -07:00
utility-functions.lua I meant to ammend the previous commit with this, whoops. 2024-01-13 17:54:25 -07:00
video-dl.lua minor text corrections 2024-01-13 16:37:46 -07:00

.lua-files

It's like dotfiles, but no, it's just Lua scripts I find useful.

Scripts

  • popen-command-test.lua: A badly-named WIP script for working with LLMs through WSL using ollama.
  • print-arguments.lua: For testing how a Lua script receives arguments. (It can be platform-specific.)
  • test.lua: (Dev Test) Used repeatedly while working on these scripts to verify minor details I'm forgetful about.
  • utility-functions.lua: (Library) Required for many of these scripts to run.
  • video-dl.lua: A few premade command lines for using yt-dlp to download what I want quicker.

Installation

  1. Put this folder somewhere.
  2. Add that somewhere to your path. (On Windows, search for Environment Variables (it's "part of" Control Panel) and use the UI to add them to System variables.)
  3. (On Windows) Add .LUA to PATHEXT.