pi-interactive-subagents

(★ 623)

Interactive subagents for pi — spawn, orchestrate, and manage sub-agent sessions in cmux terminals

파일 탐색기

  • .gitignore
  • config.json.example
  • LICENSE
  • package-lock.json
  • package.json
  • README.md

# CDN으로 사용하기

jsDelivr

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

명령어 용어집

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

🔍

write

설명 보기 ▼

데이터를 메모리에 저장.
더 많은 정보: <https://www.oreilly.com/library/view/cisco-ios-in/0596008694/re869.html#book-content>.

write memory

현재 설정을 메모리에 저장:

write {{username}} {{terminal_id}}

지정된 사용자에게 주어진 터미널 ID로 메시지 전송:

write {{username}} {{terminal_id}}

Send a message to a given user on a given terminal ID:

🔍

edit

설명 보기 ▼

Microsoft에서 만든 터미널 기반 텍스트 편집기.
더 많은 정보: <https://github.com/microsoft/edit>.

edit {{path/to/file}}

파일 열기:

tldr run-mailcap

자세한 내용은 원본 명령을 참고하세요:

<Ctrl f>{{pattern}}<Enter>

패턴 검색:

🔍

task

설명 보기 ▼

명령줄 할 일 목록 관리 도구.
더 많은 정보: <https://taskwarrior.org/docs/>.

task add {{description}} due:{{tomorrow}}

내일까지 완료해야 할 새로운 작업 추가:

task {{task_id}} modify priority:{{H|M|L}}

작업의 우선순위 업데이트:

task {{task_id}} done

작업 완료:

🔍

tmux

설명 보기 ▼

터미널 멀티플렉서.
tmux는 단일 단말기 창 또는 원격 터미널 세션 안에서 여러 세션을 사용할 수 있도록 도와줍니다.
관련 항목: `zellij`, `screen`.
더 많은 정보: <https://github.com/tmux/tmux>.

tmux

새 세션 시작:

tmux {{[new|new-session]}} -s {{name}}

이름있는 새 세션 시작:

tmux {{[ls|list-sessions]}}

세션 리스트 출력:

🔍

zellij

설명 보기 ▼

배터리가 포함된 터미널 멀티플렉서.
관련 항목: `tmux`, `screen`.
더 많은 정보: <https://zellij.dev/documentation/>.

zellij {{[-s|--session]}} {{name}}

새 세션 시작:

zellij {{[ls|list-sessions]}}

기존 세션 목록:

zellij {{[a|attach]}}

가장 최근에 사용한 세션에 연결:

// repository documentation