Skip to content

Latest commit

 

History

History

README.org

Scripts

This directory contains various utility scripts used for development and system management.

Git Utilities

List a summary of all branches and their merge status relative to a reference (defaulting to origin/master).

List branches that contain commits touching a specific file or directory.

Emacs Utilities

Launches an Emacs dired frame, specifically targeting the ~/Downloads/ directory.

Opens a new Emacs frame using emacsclient.

System and Sync

A Perl script to create symbolic links in ~/bin (or other locations) for files in a given directory. This is used by the bootstrapping process to make scripts available in the PATH.

A wrapper for rsync that allows syncing a subset of files based on criteria like modification time or total size. Useful for managing large directories with limited destination space.

A terminal launcher script that selects the best available terminal (foot, alacritty, kitty, st) and configures preferred fonts and shells.