Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit bac23a5

Browse files
updated docs folder readme, this is readable now!
1 parent 1155198 commit bac23a5

File tree

1 file changed

+31
-15
lines changed

1 file changed

+31
-15
lines changed

‎Docs/README.md

Lines changed: 31 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,55 @@ This folder contains guides, tutorials, and usage documentation for the PowerShe
44

55
## Contents
66

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+
714
- **PowerShell_Intro.md**
815
A brief introduction to PowerShell and its core concepts.
916

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.
1219

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.
1523

1624
- **oh-my-posh_Setup.md**
1725
Instructions for installing and configuring [oh-my-posh](https://ohmyposh.dev) to enhance your terminal prompt.
1826

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.
2129

2230
- **Terminal_Utils.md**
2331
Documentation for terminal utilities and custom PowerShell functions, such as PSfzf and other helpers.
2432

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**
2846

2947
## How to Use
3048

3149
Browse the relevant markdown files for setup instructions, tips, and usage examples.
3250
These documents are designed to be beginner-friendly and provide practical guidance for both setup and daily use.
3351

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).
3953

4054
---
4155

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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /