This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# Rofi / terminal interface to interact with Home Assistant LLM conversation API. | |
# | |
# Requirements | |
# - xh: https://github.com/ducaale/xh | |
# - jq: https://stedolan.github.io/jq/ | |
# - rofi: https://github.com/davatorium/rofi | |
# | |
# Resources |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# | |
# web2md - Convert one or more web pages to a Markdown document, optionally | |
# summarizing the content. | |
# | |
# Requirements | |
# - percollate: https://github.com/danburzo/percollate | |
# - aichat: https://github.com/sigoden/aichat | |
# | |
# Copyright (c) 2025 Ristomatti Airo <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vm.max_map_count=262144 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Persistent | |
Menu, Tray, NoStandard | |
Menu, Tray, Add, Suspend, SuspendScript | |
Menu, Tray, Add, Exit, QuitScript | |
Menu, Tray, Tip, IonMove | |
Return | |
SuspendScript: | |
Suspend | |
Menu, Tray, ToggleCheck, Suspend |