Skip to content

Instantly share code, notes, and snippets.

@jswank
jswank / vi.md
Last active April 27, 2023 14:35
Manual for OpenVi

VI(1) - General Commands Manual

NAME

ex, vi, view - text editors

SYNOPSIS

ex [-FRrSsv]

flags := ""
# you're looking at it!
help:
@just --list
# Usage: `just init` or `just init prod`
# Do the initial software install & config for a host.
init env="staging":
ansible-playbook -l {{ env }} {{ flags }} base_playbook.yml
@jswank
jswank / cursor-claude.md
Created August 12, 2025 21:53
A snippet to include in CLAUDE.md to use Cursor rules

Cursor Rules

This project uses Cursor rules for consistent code quality and documentation standards. When working on this codebase, review and apply the relevant rules from .cursor/rules/:

Rule Application

  • Always Apply Rules: Rules with alwaysApply: true in their frontmatter should be followed for all code changes
  • Context-Specific Rules: Rules with globs patterns apply only when working with matching file types
  • General Rules: Rules without specific glob patterns apply based on their description and context

Available Rules