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
Copy file name to clipboardExpand all lines: Docs/README.md
+31-15Lines changed: 31 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,39 +4,55 @@ This folder contains guides, tutorials, and usage documentation for the PowerShe
4
4
5
5
## Contents
6
6
7
+
### Intro
8
+
9
+
The `./Intro` folder contains the knowledge base of using this repository.
10
+
11
+
-**CoreElements_Intro.md**
12
+
An explanation of the three core concepts: operating system, shell, and terminal.
13
+
7
14
-**PowerShell_Intro.md**
8
15
A brief introduction to PowerShell and its core concepts.
9
16
10
-
-**PowerShell_Setup.md**
11
-
Step-by-step instructions for installing and configuring PowerShell 7.5 on Windows.
17
+
-**ShellScript_Intro.md**
18
+
An explanation on the two confusing concepts: shell and scripting language.
12
19
13
-
-**WindowsTerminal_Setup.md**
14
-
Guide to installing and customizing Windows Terminal for an improved command-line experience.
20
+
### Setup
21
+
22
+
The `./Setup` folder contains the setup guides for the necessary tools involved in this repository.
15
23
16
24
-**oh-my-posh_Setup.md**
17
25
Instructions for installing and configuring [oh-my-posh](https://ohmyposh.dev) to enhance your terminal prompt.
18
26
19
-
-**VScode_Setup.md**
20
-
Recommended setup for Visual Studio Code, including useful extensions and debugging tips for PowerShell development.
27
+
-**PowerShell_Setup.md**
28
+
Step-by-step instructions for installing and configuring PowerShell 7.5 on Windows.
21
29
22
30
-**Terminal_Utils.md**
23
31
Documentation for terminal utilities and custom PowerShell functions, such as PSfzf and other helpers.
24
32
25
-
-**Function_Usage/**
26
-
Contains usage guides for specific functions and scripts.
27
-
-`Start-FastCopy_Usage.md`: Detailed usage instructions for the Start-FastCopy tool.
33
+
-**WindowsTerminal_Setup.md**
34
+
Guide to installing and customizing Windows Terminal for an improved command-line experience.
35
+
36
+
-**VScode_Setup.md**
37
+
Recommended setup for Visual Studio Code, including useful extensions and debugging configuration for PowerShell development.
38
+
39
+
### Usage
40
+
41
+
The `./Usage` folder contains usage guides for specific functions and scripts.
42
+
43
+
-**Move-ChildItemUp_Usage.md**
44
+
-**Set-TouchFile_Usage.md**
45
+
-**Start-FastCopy_Usage.md**
28
46
29
47
## How to Use
30
48
31
49
Browse the relevant markdown files for setup instructions, tips, and usage examples.
32
50
These documents are designed to be beginner-friendly and provide practical guidance for both setup and daily use.
33
51
34
-
If you are new, start with [PowerShell_Intro.md](./PowerShell_Intro.md) and [PowerShell_Setup.md](./PowerShell_Setup.md).
35
-
36
-
## Contributing
37
-
38
-
If you find errors or have suggestions for improving the documentation, feel free to open an issue or submit a pull request.
52
+
If you are new, start with [CoreElements_Intro.md](./Intro/CoreElements_Intro.md) and [ShellScript_Intro.md](./Intro/ShellScript_Intro.md). Then configure your PowerShell environment with [PowerShell_Setup.md](./Setup/PowerShell_Setup.md). Then check out a general introduction on Powershell: [PowerShell_Intro.md](./Intro/PowerShell_Intro.md).
39
53
40
54
---
41
55
42
-
_Last updated: 2025年05月28日_
56
+
## Feedbacks
57
+
58
+
If you found something confusing, unclear, or even just a bit off, feel free to [open an issue](https://github.com/Alexander-556/PowerShellScripts/issues/new). Whether it's a small question or a big suggestion, your feedback helps me improve these articles for everyone. And I’m still learning too, and I really appreciate every opportunity to make things better.
0 commit comments