Skip to content

Instantly share code, notes, and snippets.

View kerim's full-sized avatar

P. Kerim Friedman kerim

View GitHub Profile
@kerim
kerim / logseq-updater.fish
Last active November 30, 2025 17:10
Updater for Logseq DB builds - runs in fish terminal (for MacOS), skips x.10.x builds
#!/usr/bin/env fish
# Logseq Build Updater Script
# Checks for and downloads the latest logseq-darwin-arm64 build from GitHub Actions
# Version: 1.1.0
set -l REPO "logseq/logseq"
set -l WORKFLOW "build-desktop-release.yml"
set -l APP_PATH "/Applications/Logseq.app"
set -l STATE_FILE "$HOME/.logseq_last_run"
set -l DOWNLOAD_DIR "$HOME/Downloads/logseq-builds"