2024-Q4

269 bookmarks
Custom sorting
Command-line JSON processor | Learn The Shell
Command-line JSON processor | Learn The Shell
jq - Command-line JSON processor, one-page guide to processing JSON in linux command line with examples.
·learntheshell.com·
Command-line JSON processor | Learn The Shell
Basics in jq on Exercism
Basics in jq on Exercism
Master Basics in jq by solving 1 exercises, with support from our world-class team.
·exercism.org·
Basics in jq on Exercism
qmacro/cheat-sheets
qmacro/cheat-sheets
This is my personal knowledge-base. Here you'll find code-snippets, technical documentation, and command reference for various tools, and technologies. - qmacro/cheat-sheets
·github.com·
qmacro/cheat-sheets
Regular Expressions Cheat Sheet
Regular Expressions Cheat Sheet
A quick reference guide for regular expressions (regex), including symbols, ranges, grouping, assertions and some sample patterns to get you started.
·cheatography.com·
Regular Expressions Cheat Sheet
Better CLI
Better CLI
Guide for developers, product managers, technical writers, UX designers and anyone else designing, building or maintaining a Command Line Interface application.
·bettercli.org·
Better CLI
Markdown Guide
Markdown Guide
A free and open-source reference guide that explains how to use Markdown.
·markdownguide.org·
Markdown Guide
Lua Language Server
Lua Language Server
Lua Language Server uses the Language Server Protocol to offer a better Lua development experience for your favourite editors.
·luals.github.io·
Lua Language Server
Advanced Guide to ChatGPT
Advanced Guide to ChatGPT
Congrats on getting this guide by Neatprompts.com.
·aaditsh.notion.site·
Advanced Guide to ChatGPT
Trigger a GitHub Action Pipeline with a Comment
Trigger a GitHub Action Pipeline with a Comment
How to Trigger a GitHub Actions Pipeline with a Comment UPD 2023-09-07: Clarified some caveats around checking out the code when triggering a pipeline with a comment. Look for the UPD 2023-09-07 text on this page. Building comment-based workflows is a pretty neat thing from the UX perspective. You can work on the code in your IDE, create a pull request, and then leverage PR comments to run some automation.
·grem1.in·
Trigger a GitHub Action Pipeline with a Comment
Just Simply
Just Simply

Technical documentation should avoid using the word “just” as it can be condescending and hinder the reader’s learning process. Instead, focus on conveying enthusiasm for the code without making the reader feel inadequate.

·justsimply.dev·
Just Simply
Essentials of GitHub Copilot
Essentials of GitHub Copilot
From setup to optimization, learn how to use GitHub to get the job done.
·resources.github.com·
Essentials of GitHub Copilot
Google Style Guides
Google Style Guides
Style guides for Google-originated open-source projects
·google.github.io·
Google Style Guides
Training
Training
Master core concepts at your speed and on your schedule. Whether you've got 15 minutes or an hour, you can develop practical skills through interactive modules and paths. You can also register to learn from an instructor. Learn and grow your way.
·learn.microsoft.com·
Training
TIL: You can use Use `yq` to Mass Edit Markdown Files | Haseeb Majid
TIL: You can use Use `yq` to Mass Edit Markdown Files | Haseeb Majid
TIL you can use yq to mass edit markdown files yq yq is a tool similar to jq except it allows you to edit, JSON, XML and YAML. It has a very similar syntax to parse and edit files as jq does. I was recently adding new open graph images to all of my blog posts. After creating these images and storing them next to the post, where the structure looks like:
·haseebmajid.dev·
TIL: You can use Use `yq` to Mass Edit Markdown Files | Haseeb Majid
Manage macOS packages with Homebrew
Manage macOS packages with Homebrew
Homebrew is a package manager for macOS that allows users to easily install and manage packages and libraries.
·joshmedeski.com·
Manage macOS packages with Homebrew
Tricks | Matthew Tift
Tricks | Matthew Tift
GNU/Linux Command LinePermission denied errors on settings.phpchmod ug+w web/sites/default Long-running processssh user@server tmux sh long-running-command.sh CTRL-b d [detach] exit ssh user@server tmux attach Search for a file with fzf and open with Vim
·matthewtift.com·
Tricks | Matthew Tift