zee
A modern text editor for the terminal written in Rust
파일 탐색기
최종 버전 다운로드 (.zip)- config.toml
- build.yml
- publish.yml
- build
- check
- .gitignore
- emojis.rs
- sample.html
- sample.json
- unicode-sample.html
- unicode-sample.plain
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- highlights.scm
- config.ron
- line_info.rs
- mod.rs
- status_bar.rs
- textarea.rs
- buffers.rs
- interactive.rs
- matcher.rs
- mod.rs
- picker.rs
- status.rs
- base16.rs
- mod.rs
- edit_tree_viewer.rs
- mod.rs
- splash.rs
- bindings.rs
- buffer.rs
- logger.rs
- mod.rs
- windows.rs
- highlight.rs
- mod.rs
- parse.rs
- clipboard.rs
- config.rs
- error.rs
- logging.rs
- main.rs
- panicking.rs
- task.rs
- utils.rs
- versioned.rs
- build.rs
- Cargo.toml
- README.md
- diff.rs
- graphemes.rs
- lib.rs
- movement.rs
- tree.rs
- Cargo.toml
- builder.rs
- config.rs
- git.rs
- lib.rs
- build.rs
- Cargo.toml
- error.rs
- lib.rs
- selector.rs
- .gitignore
- Cargo.toml
- .gitignore
- .rustfmt.toml
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE-APACHE
- LICENSE-MIT
- README.md
- TODO.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/zee-editor/zee
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd zee
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Rust (rustup) cargo 명령어를 쓰려면 Rust가 필요합니다.
- APT (Debian/Ubuntu 계열) Debian/Ubuntu 계열 리눅스에 기본 내장된 패키지 매니저입니다.
cargo install --locked zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
cargo install --locked --features system-clipboard zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
sudo apt install xorg-dev libxcb-shape0-dev libxcb-xfixes0-dev
APT 패키지 저장소에서 바로 설치합니다 (Debian/Ubuntu 계열).
cargo install --git https://github.com/zee-editor/zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo install --locked zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
cargo install --locked --features system-clipboard zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
cargo install --git https://github.com/zee-editor/zee
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
cargo run -- zee/src/main.rs
빌드 후 바로 실행까지 진행합니다.
ZEE_DISABLE_GRAMMAR_BUILD=t cargo run -- zee/src/main.rs
빌드 후 바로 실행까지 진행합니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
