2024-01-13 08:11:45 +00:00
# .lua-files
It's like dotfiles, but no, it's just Lua scripts I find useful.
2024-01-13 08:35:29 +00:00
2024-01-14 00:15:52 +00:00
## Scripts
2024-01-14 01:04:55 +00:00
- `2webm.lua` : Converts everything in the working directory to .webm files.
2024-01-14 02:40:46 +00:00
- `llm.lua` : (Windows only!) A very WIP script for working with LLMs through WSL using [ollama ](https://github.com/jmorganca/ollama ).
- `print-arguments.lua` : For testing how a Lua script receives arguments, because this can be platform-specific.
2024-01-14 02:52:12 +00:00
- `storage-statistics.lua` : Prints a variety of statistics about the files within the current directory. Requires LFS.
2024-01-14 00:17:31 +00:00
- `test.lua` : (Dev Test) Used repeatedly while working on these scripts to verify minor details I'm forgetful about.
2024-01-14 00:15:52 +00:00
- `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.
2024-01-13 12:19:28 +00:00
2024-01-13 08:35:29 +00:00
## 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.