mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
26 lines
579 B
Markdown
26 lines
579 B
Markdown
# Scripts
|
|
|
|
## AquaAI
|
|
|
|
AquaAI is bash script that interacts with OpenAI and Ollama APIs to enable terminal based interaction with LLMs.
|
|
|
|
## connect-nas.sh
|
|
|
|
Connect to long storage NAS.
|
|
|
|
## convert-mp4-to-resolve.sh
|
|
|
|
Converts mp4 video files to a video format where the audio works with the linux version of Davinci Resolve.
|
|
|
|
## frc-photo-checklist.py
|
|
|
|
Python script to generate a Todoist checklist for taking photos at an FRC event.
|
|
|
|
```sh
|
|
python frc-photo-checklist.py [Event Key]
|
|
```
|
|
|
|
## get-mouse-battery.sh
|
|
|
|
Prints out the battery percentage of a mouse and if it is charging.
|