Skip to content

Instantly share code, notes, and snippets.

View rtorcato's full-sized avatar
💭
I build next generation apps (Javascript, React, React Native, Node & GraphQL)

Richard Torcato rtorcato

💭
I build next generation apps (Javascript, React, React Native, Node & GraphQL)
View GitHub Profile

macOS Keyboard Shortcuts You Should Know

These keyboard shortcuts will work in most, if not all text editing places in macOS. (Form input, text editors, web browsers etc.) These keyboard shortcuts will also work on Windows (replace CMD with CTRL).

Jump Over Words

ALT + Left/Right

Go to end of line

@rtorcato
rtorcato / terminal-commands.md
Created September 14, 2022 15:27 — forked from bradtraversy/terminal-commands.md
Common Terminal Commands

Common Terminal Commands

Key Commands & Navigation

Before we look at some common commands, I just want to note a few keyboard commands that are very helpful:

  • Up Arrow: Will show your last command
  • Down Arrow: Will show your next command
  • Tab: Will auto-complete your command
  • Ctrl + L: Will clear the screen
@rtorcato
rtorcato / one.html
Created September 2, 2020 13:10 — forked from prof3ssorSt3v3/one.html
Using window.open
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Page Three</title>
</head>
<body>
<h1 id="head">This is page three</h1>
</body>
import * as Sentry from "@sentry/node";
import imagemin from "imagemin";
import mozjpeg from "imagemin-mozjpeg";
import sharp from "sharp";
import isJpg from "is-jpg";
import * as aws from "aws-sdk";
import { Upload } from "../../types/graphqlUtils";
import { generateFilename } from "./generateFilename";
export const s3 = new aws.S3({
@rtorcato
rtorcato / docker-help.md
Created August 20, 2018 15:46 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info