ghzinga

(★ 79)

Easy, clickable TUI to view a single GitHub issue or PR, in Rust

파일 탐색기

  • .gitignore
  • AGENTS.md
  • Cargo.lock
  • Cargo.toml
  • LICENSE
  • README.md
  • slophammer.yml

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

cargo install

설명 보기 ▼

Build and install a Rust binary.

cargo install {{package}}@{{version}}

Install a package from <https://crates.io> (the version is optional - latest by default):

cargo install --git {{repo_url}}

Install a package from the specified Git repository:

cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}

Build from the specified branch/tag/commit when installing from a Git repository:

🔍

gh auth

설명 보기 ▼

Authenticate with a GitHub host.

gh auth login

Log in with interactive prompt:

echo {{your_token}} | gh auth login --with-token

Log in with a token from `stdin` (created in <https://github.com/settings/tokens>):

gh auth status

Check if you are logged in:

🔍

herdr

설명 보기 ▼

Terminal workspace manager for AI coding agents.
Note: The layout is Session > Workspace > Tab > Pane.
See also: `tmux`, `zellij`, `screen`.

herdr

Start a new session or attach to the default one:

herdr status

Show local client and server status:

herdr --default-config

Generate default config and print to `stdout`:

🔍

ascii

설명 보기 ▼

ASCII 문자 별칭을 표시합니다.
더 많은 정보: <http://www.catb.org/~esr/ascii/ascii.html>.

ascii {{a}}

문자의 ASCII 별칭 표시:

ascii -t {{a}}

스크립트 친화적인 짧은 모드로 ASCII 별칭 표시:

ascii -s {{tldr}}

여러 문자의 ASCII 별칭 표시:

🔍

compact

설명 보기 ▼

NTFS 파티션의 파일 및 디렉터리 압축 상태를 확인하거나 변경.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/compact>.

compact

현재 디렉터리의 파일 압축 상태 표시:

compact /c {{path\to\file}}

지정한 파일 압축:

compact /u {{path\to\file}}

지정한 파일 압축 해제:

// repository documentation