Skip to content

Commit fa3434b

Browse files
committed
add markdown
1 parent 059fe6c commit fa3434b

2 files changed

Lines changed: 114 additions & 0 deletions

File tree

README.ko.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# eza-cmd
2+
3+
[English README](README.md)
4+
5+
Windows에서 eza 프로그램을 더 편리하게 사용할 수 있도록 도와주는 배치(cmd) 스크립트 모음입니다. 이 스크립트들은 명령줄에서 eza와 관련된 기능을 쉽게 활용할 수 있도록 설계되었습니다. 제공: JayTwoLab
6+
7+
## eza 설치
8+
9+
이 스크립트들을 사용하려면 [eza](https://github.com/eza-community/eza) 프로그램이 설치되어 있어야 합니다.
10+
11+
### eza 다운로드
12+
- 공식 GitHub 릴리즈: [https://github.com/eza-community/eza/releases](https://github.com/eza-community/eza/releases)
13+
14+
### 패키지 매니저로 설치
15+
- **Scoop**:
16+
```
17+
scoop install eza
18+
```
19+
- **winget**:
20+
```
21+
winget install --id eza-community.eza
22+
```
23+
- **Chocolatey**:
24+
```
25+
choco install eza
26+
```
27+
28+
eza 설치 후 시스템 PATH에 등록되어 있는지 확인하세요.
29+
30+
## 포함된 스크립트
31+
- **ela.cmd**
32+
- **elh.cmd**
33+
- **ell.cmd**
34+
- **els.cmd**
35+
- **elt.cmd**
36+
37+
각 스크립트는 서로 다른 기능을 제공합니다. 자세한 사용법은 각 스크립트 내 주석을 참고하세요.
38+
39+
## 사용 방법
40+
1. 이 저장소를 클론하거나 다운로드합니다.
41+
2. 원하는 `.cmd` 파일을 시스템의 `PATH` 환경 변수에 포함된 폴더에 복사하거나, 저장소 폴더에서 직접 실행할 수 있습니다.
42+
3. 명령 프롬프트 또는 PowerShell 창을 열고, 아래와 같이 스크립트 이름을 입력하여 실행합니다.
43+
```
44+
ela
45+
elh
46+
ell
47+
els
48+
elt
49+
```
50+
51+
## 라이선스
52+
이 프로젝트는 저장소에 포함된 LICENSE 파일의 내용을 따릅니다.
53+
54+
## 작성자
55+
JayTwoLab

README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
2+
# eza-cmd
3+
4+
[Korean README](README.ko.md)
5+
6+
A collection of Windows batch command scripts designed to make using the eza program more convenient on Windows. These scripts help users easily utilize eza and related features from the command line. Provided by JayTwoLab.
7+
8+
## Overview
9+
This repository contains several command-line utility scripts for Windows, each with a specific purpose. These scripts are designed to enhance productivity and provide useful command-line tools for everyday tasks.
10+
11+
## eza Installation
12+
13+
To use these scripts, you need to have the [eza](https://github.com/eza-community/eza) program installed.
14+
15+
### Download eza
16+
- Official GitHub releases: [https://github.com/eza-community/eza/releases](https://github.com/eza-community/eza/releases)
17+
18+
### Install via Package Manager
19+
- **Scoop**:
20+
```
21+
scoop install eza
22+
```
23+
- **winget**:
24+
```
25+
winget install --id eza-community.eza
26+
```
27+
- **Chocolatey**:
28+
```
29+
choco install eza
30+
```
31+
32+
After installing eza, ensure it is available in your system PATH.
33+
34+
## Included Scripts
35+
- **ela.cmd**
36+
- **elh.cmd**
37+
- **ell.cmd**
38+
- **els.cmd**
39+
- **elt.cmd**
40+
41+
Each script serves a different function. Please refer to the comments within each script for detailed usage instructions.
42+
43+
## Usage
44+
1. Clone or download this repository.
45+
2. Place the desired `.cmd` files in a directory included in your system's `PATH` environment variable, or run them directly from the repository folder.
46+
3. Open a Command Prompt or PowerShell window and execute the scripts by typing their names, e.g.:
47+
```
48+
ela
49+
elh
50+
ell
51+
els
52+
elt
53+
```
54+
55+
## License
56+
This project is licensed under the terms of the LICENSE file provided in this repository.
57+
58+
## Author
59+
JayTwoLab

0 commit comments

Comments
 (0)