Skip to content

Instantly share code, notes, and snippets.

View warpfork's full-sized avatar

Eric Myhre warpfork

View GitHub Profile
@warpfork
warpfork / Gar.md
Last active July 17, 2024 15:46
Gar -- a git-inspired archive and content-addressed deduplicating cache manager tool

Git archive. Comparable to tar, in a way.

Purpose

Maintains directories of Content Addressable content.

Meant to play nice as a provider of an immutable append-only cache that's easy to integrate with any system based on files and directories.

@warpfork
warpfork / rustget
Created August 23, 2024 11:28
rustget: a shell script to install rust and rust-analyzer, without the crazy.
#!/bin/bash
#
# The short shell script for you who wants an installer that does the job and stops.
# (And thus doesn't want anything to do with rustup.)
#
# Find the latest rust version numbers by looking at
# https://forge.rust-lang.org/infra/other-installation-methods.html
# You'll need to give that number as an argument.