mirror of
https://github.com/TangentFoxy/.lua-files.git
synced 2024-11-20 21:34:23 +00:00
It's like dotfiles, but no, it's just Lua scripts I find useful.
ollama-modelfiles | ||
2pdf.lua | ||
2webm.lua | ||
720p.lua | ||
download-subtitles.lua | ||
install-lua5.1-macos.sh | ||
llm.lua | ||
print-arguments.lua | ||
README.md | ||
reformat.lua | ||
storage-statistics.lua | ||
Synx Testing.md | ||
Synx.md | ||
test.lua | ||
unique-file-names.lua | ||
unique-file-paths.lua | ||
unique-files.lua | ||
utility-functions.lua | ||
video-dl.lua |
.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 usingyt-dlp
to download what I want quicker.
Installation
- Put this folder somewhere.
- 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.)
- (On Windows) Add
.LUA
to PATHEXT.