dotfiles/zsh/.zsh/history.zsh at 1fd4266fb75578df497af3ae07f217e9419ba467 · citizen428/dotfiles
2024-Q4
Command-line JSON processor | Learn The Shell
jq - Command-line JSON processor, one-page guide to processing JSON in linux command line with examples.
Basics in jq on Exercism
Master Basics in jq by solving 1 exercises, with support from our world-class team.
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
jq recipes
General-purpose dotfiles utilities - dotfiles.github.io
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.
Better CLI
Guide for developers, product managers, technical writers, UX designers and anyone else designing, building or maintaining a Command Line Interface application.
Markdown Guide
A free and open-source reference guide that explains how to use Markdown.
Lua Language Server
Lua Language Server uses the Language Server Protocol to offer a better Lua development experience for your favourite editors.
Advanced Guide to ChatGPT
Congrats on getting this guide by Neatprompts.com.
TheBigPromptLibrary/CustomInstructions at main · 0xeb/TheBigPromptLibrary · GitHub
A collection of prompts, system prompts and LLM instructions - 0xeb/TheBigPromptLibrary
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.
fzf · macOS Setup Guide
Prompt engineering - OpenAI API
Get started with Freeform on Mac
In Freeform on Mac, learn the basics to get started quickly.
Develop in Swift Tutorials | Apple Developer Documentation
Develop in Swift Tutorials are a great first step toward a career in app development using Xcode, Swift, and SwiftUI.
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.
Essentials of GitHub Copilot
From setup to optimization, learn how to use GitHub to get the job done.
Code samples | Google developer documentation style guide | Google for Developers
Google Style Guides
Style guides for Google-originated open-source projects
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.
Paste to Markdown
GitHub - Textualize/rich-cli: Rich-cli is a command line toolbox for fancy output in the terminal
Rich-cli is a command line toolbox for fancy output in the terminal - GitHub - Textualize/rich-cli: Rich-cli is a command line toolbox for fancy output in the terminal
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:
FZF + JQ = Interactive JQ (+ a vim bonus)
Interactive JQ with only fzf
Manage macOS packages with Homebrew
Homebrew is a package manager for macOS that allows users to easily install and manage packages and libraries.
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
Visual Studio Code Tips and Tricks
Visual Studio Code Tips and Tricks for power users.
Set VS Code as default diff tool
git config --global diff.tool vscode
git config --global difftool.vscode.cmd 'code --wait --diff $LOCAL $REMOTE'
Pursuit of wicked smartness in VS Code
Smart artificial intelligence features in Visual Studio Code with GitHub Copilot