Skip to content
View CharlesGarth's full-sized avatar

Block or report CharlesGarth

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. portfolio portfolio Public

    TypeScript

  2. node-vite-typescript-express-starter node-vite-typescript-express-starter Public

    TypeScript

  3. express-ts.code-snippets express-ts.code-snippets
    1
    {
    2
    	"express-ts-create": {
    3
    		"scope": "javascript,typescript",
    4
    		"prefix": "express",
    5
    		"body": [
  4. Safe rm wrapper Safe rm wrapper
    1
    # Safe rm: soft-deletes to ~/.Trash by default, requires confirmation.
    2
    # Use --hard to permanently delete (also requires confirmation).
    3
    rm() {
    4
      local RED='\033[0;31m'
    5
      local NC='\033[0m'