Show files ignored by git

Sometimes you just want to see the files that are being ignored by git. ...

May 9, 2022 · 1 min · Stewart V. Wright

Delete files not being tracked by git

Removing untracked files from the working tree is easy with git-clean ...

May 7, 2022 · 1 min · Stewart V. Wright

Amend git commits to remove added files

Removing files you just added and committed to git is easy with git commit --amend ...

May 5, 2022 · 1 min · Stewart V. Wright

Loops in Lisp

There are two type of lisp coders. Those that love the loop macro and those that don’t. ...

May 3, 2022 · 1 min · Stewart V. Wright

Find most recently changed files of a type

How would you find the .org (or .pdf, .doc, …) file you created the most recently? ...

April 29, 2022 · 1 min · Stewart V. Wright