Skip to content

Instantly share code, notes, and snippets.

View DmitriyYukhanov's full-sized avatar
🦄
Making stuff =)

Dmitry Yuhanov DmitriyYukhanov

🦄
Making stuff =)
View GitHub Profile
#!/usr/bin/env node
'use strict';
// Local-only session dumper:
// - scans ~/.claude/projects
// - selects top-level sessions between --from and --to (by first event timestamp)
// - writes one compact .txt per session under: <out>/<YYYY-MM-DD>/<sessionId>.txt
// - merges session subagents (<sessionId>/subagents/**/*.jsonl) into the same file
const fs = require('fs');
@ChemiKhazi
ChemiKhazi / PreferenceWindowUtils.cs
Last active May 18, 2024 18:06
Open Unity3D preferences window to specific page.
using System;
using System.Collections;
using System.Reflection;
using UnityEditor;
namespace UnityToolbag
{
public static class PreferenceWindowUtils
{
/// <summary>