Extensions

Clint Parker

Small extensions for the tools I use every day.

Extensions 2

Right-clicking a file in the Source Control view and choosing Ignore & Untrack

Git: Ignore & Stop Tracking

VS Code

Untrack a committed file and add it to .gitignore in one click.

Adds an “Ignore & Untrack” action to the Source Control context menu that removes the selected file(s) from the git index and writes an anchored .gitignore entry — the fix for “I committed a file I shouldn’t have.”

A two-month date-range picker over a Fastmail search bar, producing a date filter

FMail3 Date-Range Picker

FMail3 (macOS)

A calendar date-range picker for Fastmail search inside FMail3.

Custom JS/CSS for FMail3 — a sandboxed macOS wrapper around Fastmail. Adds a calendar icon to the search bar; pick a range and it inserts a date:YYYY-MM-DD..YYYY-MM-DD filter automatically.

Install
git clone https://github.com/clintcparker/fmail3-extensions.git \
  "$HOME/Library/Containers/fr.arievanboxel.FMail3/Data/Documents/Scripts"