A project for experiments, tools and research.
A tool to prints branch, stash, and working tree status for one or
more repositories. Install into ~/.local like so:
mkdir -p ~/.local/bin ~/.local/share/man/man1
cp bin/git-uptodate ~/.local/bin/
cp man/git-uptodate.1 ~/.local/share/man/man1/Update your PATH/MANPATH if needed in ~/.zshrc:
export PATH="$HOME/.local/bin:$PATH"
export MANPATH="$HOME/.local/share/man:$MANPATH"- archive-conversation: Extracts and structures knowledge from a conversation for persistent storage.
- update-knowledge-base: Distills interaction history into a high-density system prompt.