burrow

(โ˜… 1,297)

๐Ÿน Cleanup, app management, maintenance, disk analysis, and live status in one free, open-source, native Mac app + extensive support for AI agents. Coming to Windows

ํŒŒ์ผ ํƒ์ƒ‰๊ธฐ

  • .coderabbit.yaml
  • .gitignore
  • .gitmodules
  • LICENSE
  • README.md
  • RELEASES.md
  • SECURITY.md
  • TELEMETRY.md
  • wrangler.jsonc

# CDN์œผ๋กœ ์‚ฌ์šฉํ•˜๊ธฐ

jsDelivr

jsDelivr๋Š” ๊ณต๊ฐœ GitHub ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ๋ณ„๋„ ์„ค์ • ์—†์ด CDN์œผ๋กœ ์ฆ‰์‹œ ์„œ๋น™ํ•ฉ๋‹ˆ๋‹ค. ๋ฒ„์ „๊ณผ ํŒŒ์ผ์„ ๊ณ ๋ฅด๋ฉด ์›นํŽ˜์ด์ง€์— ๋ฐ”๋กœ ๋ถ™์ผ ์ˆ˜ ์žˆ๋Š” ๋งํฌ์™€ ์˜ˆ์‹œ ์ฝ”๋“œ๊ฐ€ ๋งŒ๋“ค์–ด์ง‘๋‹ˆ๋‹ค.

๋ช…๋ น์–ด ์šฉ์–ด์ง‘

์ด ๋ฌธ์„œ์—์„œ ์‚ฌ์šฉ๋œ ๋ช…๋ น์–ด๋ฅผ ๋ชจ์•„๋ดค์Šต๋‹ˆ๋‹ค. ๋‚ฏ์„  ๋ช…๋ น์–ด๊ฐ€ ์žˆ๋‹ค๋ฉด ํŽผ์ณ์„œ ํ™•์ธํ•ด๋ณด์„ธ์š”.

๐Ÿ”

brew install

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

๐Ÿ”

brew outdated

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

List outdated casks and formulae.
To upgrade everything, use `brew upgrade`.

brew outdated

List all outdated casks and formulae:

brew outdated --formula

List only outdated formulae:

brew outdated --cask

List only outdated casks:

๐Ÿ”

brew

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

macOS์™€ Linux๋ฅผ ์œ„ํ•œ ํŒจํ‚ค์ง€ ๊ด€๋ฆฌ์ž.
๋” ๋งŽ์€ ์ •๋ณด: <https://docs.brew.sh/Manpage>.

brew install {{formula|cask}}

๊ณต์‹(formula) ํ˜น์€ ์บ์Šคํฌ(cask)์˜ ์ตœ์‹  ์•ˆ์ • ๋ฒ„์ „์„ ์„ค์น˜:

brew list

์„ค์น˜๋œ ๋ชจ๋“  ๊ณต์‹(formulae)๊ณผ ์บ์Šคํฌ(casks) ๋‚˜์—ด:

brew upgrade {{formula|cask}}

์„ค์น˜๋œ ํŠน์ • ๊ณต์‹(formula) ํ˜น์€ ์บ์Šคํฌ(cask) ์—…๊ทธ๋ ˆ์ด๋“œ (์˜ต์…˜์ด ์ฃผ์–ด์ง€์ง€ ์•Š์œผ๋ฉด ๋ชจ๋“  ๊ณต์‹๊ณผ ์บ์Šคํฌ ์—…๊ทธ๋ ˆ์ด๋“œ):

๐Ÿ”

claude

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

์ฝ”๋“œ๋ฒ ์ด์Šค๋ฅผ ์ดํ•ดํ•˜๊ณ  ์ž์—ฐ์–ด ๋ช…๋ น์„ ํ†ตํ•ด ๋” ๋น ๋ฅด๊ฒŒ ์ฝ”๋”ฉํ•  ์ˆ˜ ์žˆ๋„๋ก ๋„์™€์ฃผ๋Š” ์—์ด์ „ํŠธ ๊ธฐ๋ฐ˜ ์ฝ”๋”ฉ ๋„๊ตฌ.
๋” ๋งŽ์€ ์ •๋ณด: <https://code.claude.com/docs/en/cli-reference>.

claude prompt

ํ”„๋กฌํ”„ํŠธ๋กœ ์‹คํ–‰:

claude update

`claude`๋ฅผ ์—…๋ฐ์ดํŠธ:

claude mcp list

์ง€์ •๋œ MCP ์„œ๋ฒ„ ๋ชฉ๋ก์„ ํ‘œ์‹œ:

๐Ÿ”

dotnet build

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Builds a .NET application and its dependencies.

dotnet build

Compile the project or solution in the current directory:

dotnet build {{path/to/project_or_solution}}

Compile a .NET project or solution in debug mode:

dotnet build {{[-c|--configuration]}} {{Release}}

Compile in release mode:

๐Ÿ”

dotnet restore

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Restores the dependencies and tools of a .NET project.

dotnet restore

Restore dependencies for a .NET project or solution in the current directory:

dotnet restore {{path/to/project_or_solution}}

Restore dependencies for a .NET project or solution in a specific location:

dotnet restore --no-http-cache

Restore dependencies without caching the HTTP requests:

๐Ÿ”

dotnet test

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Execute tests for a .NET application.
Note: View <https://learn.microsoft.com/dotnet/core/testing/selective-unit-tests> for supported filter expressions.

dotnet test

Execute tests for a .NET project/solution in the current directory:

dotnet test {{path/to/project_or_solution}}

Execute tests for a .NET project/solution in a specific location:

dotnet test --filter {{Name~TestMethod1}}

Execute tests matching the given filter expression:

๐Ÿ”

git clone

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

๐Ÿ”

defaults

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

macOS ์‚ฌ์šฉ์ž ์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ๊ตฌ์„ฑ์„ ์ฝ๊ณ  ์“ฐ๊ธฐ.
๋” ๋งŽ์€ ์ •๋ณด: <https://keith.github.io/xcode-man-pages/defaults.1.html>.

defaults read "{{application}}" "{{option}}"

์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์˜ต์…˜์— ๋Œ€ํ•œ ์‹œ์Šคํ…œ ๊ธฐ๋ณธ๊ฐ’ ์ฝ๊ธฐ:

defaults read -app "{{application}}" "{{option}}"

์• ํ”Œ๋ฆฌ์ผ€์ด์…˜ ์˜ต์…˜์— ๋Œ€ํ•œ ๊ธฐ๋ณธ๊ฐ’ ์ฝ๊ธฐ:

defaults find "{{keyword}}"

๋„๋ฉ”์ธ ์ด๋ฆ„, ํ‚ค ๋ฐ ๊ฐ’์—์„œ ํ‚ค์›Œ๋“œ ๊ฒ€์ƒ‰:

๐Ÿ”

xcodebuild

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Xcode ํ”„๋กœ์ ํŠธ ๋นŒ๋“œ.
๋” ๋งŽ์€ ์ •๋ณด: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.

xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

์›Œํฌ์ŠคํŽ˜์ด์Šค ๋นŒ๋“œ:

xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

ํ”„๋กœ์ ํŠธ ๋นŒ๋“œ:

xcodebuild -showsdks

SDK ํ‘œ์‹œ:

// repository documentation