It's like dotfiles, but no, it's just Lua scripts I find useful.
Go to file
2024-09-23 17:39:12 -06:00
ollama-modelfiles Synx model building. 2024-01-20 04:16:28 -07:00
2pdf.lua shitty pdf converter added 2024-02-20 01:23:26 -07:00
2webm.lua fixed help text in 2webm, video-dl 2024-01-13 18:13:57 -07:00
720p.lua 720p.lua was made like a month ago but I forgot to commit it 2024-05-19 19:28:35 -06:00
download-subtitles.lua requirements commented in download-subtitles.lua 2024-09-23 17:37:44 -06:00
install-lua5.1-macos.sh script to install lua5.1 on macos because brew broke it for no reason :D 2024-02-18 18:10:27 -07:00
llm.lua Synx model building. 2024-01-20 04:16:28 -07:00
print-arguments.lua ready for setup, test script 2024-01-13 01:35:29 -07:00
README.md lua_file_size imported as storage-statistics.lua 2024-01-13 19:52:12 -07:00
reformat.lua note on line count 2024-01-13 21:17:19 -07:00
storage-statistics.lua lua_file_size imported as storage-statistics.lua 2024-01-13 19:52:12 -07:00
Synx Testing.md Synx model building. 2024-01-20 04:16:28 -07:00
Synx.md model to test 2024-01-14 02:33:57 -07:00
test.lua why is running scripts so stupidly complex 2024-01-14 16:42:06 -07:00
unique-file-names.lua dealing with uniquitity weirdly 2024-05-23 20:57:51 -06:00
unique-file-paths.lua dealing with uniquitity weirdly 2024-05-23 20:57:51 -06:00
unique-files.lua dealing with uniquitity weirdly 2024-05-23 20:57:51 -06:00
utility-functions.lua why is running scripts so stupidly complex 2024-01-14 16:42:06 -07:00
video-dl.lua video-dl.lua uses browser cookies from Firefox now 2024-09-23 17:39:12 -06:00

.lua-files

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

Scripts

  • 2webm.lua: Converts everything in the working directory to .webm files.
  • llm.lua: (Windows only!) A very WIP script for working with LLMs through WSL using ollama.
  • print-arguments.lua: For testing how a Lua script receives arguments, because this can be platform-specific.
  • storage-statistics.lua: Prints a variety of statistics about the files within the current directory. Requires LFS.
  • 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.