Skip to content

Instantly share code, notes, and snippets.

View alper's full-sized avatar
Coffee and Code

Alper Cugun alper

Coffee and Code
View GitHub Profile
@alper
alper / init.lua
Created March 13, 2025 09:33
PaperWM.spoon - sample configuration
-- hs.loadSpoon("SpoonInstall")
-- spoon.SpoonInstall.repos.PaperWM = {
-- url = "https://github.com/mogenson/PaperWM.spoon",
-- desc = "PaperWM.spoon repository",
-- branch = "release",
-- }
-- spoon.SpoonInstall:andUse("PaperWM", {
-- repo = "PaperWM",
@alper
alper / claude-jj.md
Created June 4, 2025 22:45
CLAUDE-JJ.md

CLAUDE.md – JJ Quick Command List

A minimal cheat‑sheet of the day‑to‑day Jujutsu (jj) commands you (or an agent) really need.

Purpose Command What it does
See changes jj status Show working‑copy commit and staged/unstaged file modifications
Browse history jj log One‑line graph of commits; add -r : --git to include Git hashes
Diff current work jj diff Compare working‑copy commit to its parent (like git diff)
Start a new change jj new Fork a fresh change from @ (no checkout dance)