RSSAmplifier

Blog

Manorisms

Front-End Dev Tips, Tricks, and Tools

elijahmanor.comRSS feed ↗10 posts

Latest posts

CHECK Pull Request Review Comments

CHECK is an acronym that represents a certain frame of mind that I use while reviewing PRs

GitHub Copilot CLI: AI for the Command-Line

This video demonstrates the GitHub Copilot CLI, which provides AI features on the command-line

Use npm query and jq to dig into your dependencies

Use `npm query` and `jq` to answer interesting questions about your package's dependencies

2-minute Tmux Tour

An overview including creating, renaming, and navigating between sessions, windows, and panes.

Access Disk Usage from the Terminal

Get an overview of which directories are taking up your disk space using CLI tools.

Get a Better Git Diff

Use git-delta for an alternative syntax-highlighter for git, diff, and grep output

CLI: Git Checkout Recent Branch with Search & Preview

Build up a command to check out a recent git branch with search and preview diff functionality

GitHub CLI to Search and Preview Pull Requests then Check Out

Use the GitHub gh CLI to search and preview pull requests and then check out

Hacking with fd, fzf, tmux, and neovim!

Building an interactive terminal command with fd, fzf, tmux, and neovim

Locale Aware Sorting in JavaScript

Sort JavaScript arrays using locale aware techniques