It's like dotfiles, but no, it's just Lua scripts I find useful.
Go to file
2024-01-13 15:55:15 -07:00
2webm.lua imported bulk webm conversion script 2024-01-13 15:55:15 -07:00
popen-command-test.lua working on getting AI bullshit working 2024-01-13 05:19:28 -07:00
print-arguments.lua ready for setup, test script 2024-01-13 01:35:29 -07:00
README.md working on getting AI bullshit working 2024-01-13 05:19:28 -07:00
reformat.lua (mostly raw) import of subtitle->ebook script 2024-01-13 15:42:28 -07:00
utility-functions.lua utility.tmp_file_name function added 2024-01-13 15:43:38 -07:00
video-dl.lua guard against yt-dlp missing, better helptext 2024-01-13 15:43:04 -07:00

.lua-files

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

Most Useful Scripts

  • popen-command-test: A badly-named WIP script for working with the doplhin-mixtral AI model through WSL using ollama.
  • video-dl: 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.