GeistHaus
log in · sign up

Manorisms

Part of feedburner.com

Front-End Dev Tips, Tricks, and Tools

stories
CHECK Pull Request Review Comments
Development
CHECK is an acronym that represents a certain frame of mind that I use while reviewing PRs
https://elijahmanor.com/blog/check-pull-request-review-comments
Extensions
GitHub Copilot CLI: AI for the Command-Line
Command Line
This video demonstrates the GitHub Copilot CLI, which provides AI features on the command-line
https://elijahmanor.com/blog/github-copilot-cli
Extensions
2-minute Tmux Tour
Command Line
An overview including creating, renaming, and navigating between sessions, windows, and panes.
https://elijahmanor.com/blog/2-min-tmux-tour
Extensions
Access Disk Usage from the Terminal
Command Line
Get an overview of which directories are taking up your disk space using CLI tools.
https://elijahmanor.com/blog/disk-usage-cli
Extensions
Get a Better Git Diff
Command Line
Use git-delta for an alternative syntax-highlighter for git, diff, and grep output
https://elijahmanor.com/blog/better-git-diff
Extensions
Hacking with fd, fzf, tmux, and neovim!
NeovimCommand Line
Building an interactive terminal command with fd, fzf, tmux, and neovim
https://elijahmanor.com/blog/fd-fzf-tmux-nvim
Extensions
Locale Aware Sorting in JavaScript
JavaScript
Sort JavaScript arrays using locale aware techniques
https://elijahmanor.com/byte/js-locale-sort
Extensions