You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments