Skip to content

Instantly share code, notes, and snippets.

View kenakofer's full-sized avatar
📑
Optimizing opportunity

Kenan kenakofer

📑
Optimizing opportunity
View GitHub Profile
@kenakofer
kenakofer / Building and Installing Neovim 0.9.5 on Termux.md
Last active July 29, 2025 06:11
Process for building/installing Neovim 0.9.5 on Termux

Note that the Gemini CLI wrote the following after getting me all set up, any errors are not my own. The motivation was getting LunarVim to run without nvim-related errors; my nvim was too new (0.11.something) and there were no pre-built packages for downgrading.

Installing Neovim 0.9.5 on Termux

This guide provides instructions for compiling and installing Neovim 0.9.5 from source on Termux, including the necessary dependencies and manual installation steps.

1. Install Dependencies

First, install the required build tools and libraries using the pkg package manager:

@kenakofer
kenakofer / vlc-directory-to-playlist.sh
Created July 28, 2024 00:05
Checks VLC's current playlist against the images and videos in a folder (recursively), and without restarting VLC, adds missing items to the playlist.
#!/bin/bash
### Checks VLC's current playlist against the images and videos in a folder
### (recursively), and without restarting VLC, updates the playlist to match.
### Useful for kiosk slideshows, or smart picture frame setups.
### First run VLC with telnet and a password that matches this script. (Telnet
### is only needed within localhost here, it would be insecure to try this over
### the network or on a shared computer):
### > vlc --extraintf telnet --telnet-password your_pass_here