zsh-copilot

(โ˜… 177)

๐Ÿง  The Copilot that lives in your shell. Type in your thoughts, press ^Z and let the AI do it's magic โœจ

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

  • README.md
  • zsh-copilot.plugin.zsh

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

jsDelivr

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

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

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

๐Ÿ”

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:

// repository documentation