Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 563 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 563 Bytes

Noah's Tools

Things I have found useful that I want to take with me.

Diagramming

Ice Panel

Ice Panel is useful for creating system diagrams. Helpful tags and flows allow you to add as much detail to diagrams as you want, without making it unreadable, since you can individually follow flows and tags.

Fonts

  • Dank Mono

CLI Tools

  • ripgrep
  • diff-so-fancy

Commands

# Push empty commit 
git commit --allow-empty --allow-empty-message

git push --force-with-lease

git commit --amend --no-edit