NobGit
public imalexnord read

ms.open

Adds Mac "Open ." command to Windows

Languages

Repository composition by tracked source files.

PowerShell
PowerShell 100%
Create file Wiki Documentation
Clone
https://nobgit.com/user/imalexnord/ms.open.git
ssh://[email protected]:2222/user/imalexnord/ms.open.git

Trace

readme.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

readme.md on main
Author Date Commit Line Code
Alex Nord 11 days ago 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
1
# MS.Open
Open commit View diff
1 # MS.Open
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
2
Open commit View diff
2
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
3
MS.Open brings familiar macOS-style terminal conveniences to Windows.
Open commit View diff
3 MS.Open brings familiar macOS-style terminal conveniences to Windows.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
4
Open commit View diff
4
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
5
It started with one command:
Open commit View diff
5 It started with one command:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
6
Open commit View diff
6
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
7
```powershell
Open commit View diff
7 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
8
open .
Open commit View diff
8 open .
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
9
```
Open commit View diff
9 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
10
Open commit View diff
10
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
11
It now includes a small collection of useful commands for opening files, working with paths, inspecting ports, serving local files, calculating hashes, and using the clipboard from PowerShell, Command Prompt, or Windows Terminal.
Open commit View diff
11 It now includes a small collection of useful commands for opening files, working with paths, inspecting ports, serving local files, calculating hashes, and using the clipboard from PowerShell, Command Prompt, or Windows Terminal.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
12
Open commit View diff
12
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
13
## Commands
Open commit View diff
13 ## Commands
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
14
Open commit View diff
14
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
15
| Command | Purpose |
Open commit View diff
15 | Command | Purpose |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
16
| --- | --- |
Open commit View diff
16 | --- | --- |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
17
| `open [path]` | Open a folder, file, or URL with its default Windows application |
Open commit View diff
17 | `open [path]` | Open a folder, file, or URL with its default Windows application |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
18
| `reveal <path>` | Open File Explorer and select a file |
Open commit View diff
18 | `reveal <path>` | Open File Explorer and select a file |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
19
| `mkcd <folder>` | Create a directory and enter it |
Open commit View diff
19 | `mkcd <folder>` | Create a directory and enter it |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
20
| `copypath [path]` | Copy the current or specified full path to the clipboard |
Open commit View diff
20 | `copypath [path]` | Copy the current or specified full path to the clipboard |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
21
| `reload` | Reload the current PowerShell profile |
Open commit View diff
21 | `reload` | Reload the current PowerShell profile |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
22
| `which <command>` | Show which command Windows or PowerShell will run |
Open commit View diff
22 | `which <command>` | Show which command Windows or PowerShell will run |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
23
| `paths` | Print each `PATH` entry on its own row |
Open commit View diff
23 | `paths` | Print each `PATH` entry on its own row |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
24
| `serve [port]` | Serve the current directory over HTTP |
Open commit View diff
24 | `serve [port]` | Serve the current directory over HTTP |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
25
| `ports` | Show listening TCP ports and their owning processes |
Open commit View diff
25 | `ports` | Show listening TCP ports and their owning processes |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
26
| `killport <port>` | Stop the process listening on a port |
Open commit View diff
26 | `killport <port>` | Stop the process listening on a port |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
27
| `sha256 <file>` | Calculate a SHA-256 hash |
Open commit View diff
27 | `sha256 <file>` | Calculate a SHA-256 hash |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
28
| `pbcopy` | Copy text or piped input to the clipboard |
Open commit View diff
28 | `pbcopy` | Copy text or piped input to the clipboard |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
29
| `pbpaste` | Print clipboard text in the terminal |
Open commit View diff
29 | `pbpaste` | Print clipboard text in the terminal |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
30
| `msopen` | Show the built-in command summary |
Open commit View diff
30 | `msopen` | Show the built-in command summary |
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
31
Open commit View diff
31
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
32
> `mkcd` and `reload` are PowerShell functions. The remaining commands work from PowerShell, Command Prompt, and Windows Terminal.
Open commit View diff
32 > `mkcd` and `reload` are PowerShell functions. The remaining commands work from PowerShell, Command Prompt, and Windows Terminal.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
33
Open commit View diff
33
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
34
## Installation
Open commit View diff
34 ## Installation
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
35
Open commit View diff
35
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
36
### 1. Download the repository
Open commit View diff
36 ### 1. Download the repository
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
37
Open commit View diff
37
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
38
Download or clone this repository, then place it in a permanent location, for example:
Open commit View diff
38 Download or clone this repository, then place it in a permanent location, for example:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
39
Open commit View diff
39
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
40
```text
Open commit View diff
40 ```text
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
41
C:\MS.Open
Open commit View diff
41 C:\MS.Open
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
42
```
Open commit View diff
42 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
43
Open commit View diff
43
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
44
The folder should contain:
Open commit View diff
44 The folder should contain:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
45
Open commit View diff
45
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
46
```text
Open commit View diff
46 ```text
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
47
C:\MS.Open
Open commit View diff
47 C:\MS.Open
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
48
├── bin
Open commit View diff
48 ├── bin
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
49
├── shell
Open commit View diff
49 ├── shell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
50
├── install.ps1
Open commit View diff
50 ├── install.ps1
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
51
└── uninstall.ps1
Open commit View diff
51 └── uninstall.ps1
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
52
```
Open commit View diff
52 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
53
Open commit View diff
53
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
54
### 2. Run the installer
Open commit View diff
54 ### 2. Run the installer
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
55
Open commit View diff
55
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
56
Open PowerShell inside the repository folder and run:
Open commit View diff
56 Open PowerShell inside the repository folder and run:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
57
Open commit View diff
57
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
58
```powershell
Open commit View diff
58 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
59
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1
Open commit View diff
59 powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
60
```
Open commit View diff
60 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
61
Open commit View diff
61
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
62
The installer:
Open commit View diff
62 The installer:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
63
Open commit View diff
63
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
64
- Adds `C:\MS.Open\bin` to your user `PATH`
Open commit View diff
64 - Adds `C:\MS.Open\bin` to your user `PATH`
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
65
- Installs the `mkcd` and `reload` PowerShell functions
Open commit View diff
65 - Installs the `mkcd` and `reload` PowerShell functions
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
66
- Configures both Windows PowerShell and PowerShell 7 profiles
Open commit View diff
66 - Configures both Windows PowerShell and PowerShell 7 profiles
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
67
- Creates a backup before modifying an existing PowerShell profile
Open commit View diff
67 - Creates a backup before modifying an existing PowerShell profile
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
68
- Does not require administrator privileges
Open commit View diff
68 - Does not require administrator privileges
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
69
Open commit View diff
69
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
70
### 3. Restart your terminal
Open commit View diff
70 ### 3. Restart your terminal
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
71
Open commit View diff
71
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
72
Close and reopen PowerShell, Command Prompt, or Windows Terminal.
Open commit View diff
72 Close and reopen PowerShell, Command Prompt, or Windows Terminal.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
73
Open commit View diff
73
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
74
Verify the installation:
Open commit View diff
74 Verify the installation:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
75
Open commit View diff
75
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
76
```powershell
Open commit View diff
76 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
77
Get-Command open
Open commit View diff
77 Get-Command open
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
78
```
Open commit View diff
78 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
79
Open commit View diff
79
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
80
You should see a result pointing to:
Open commit View diff
80 You should see a result pointing to:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
81
Open commit View diff
81
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
82
```text
Open commit View diff
82 ```text
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
83
C:\MS.Open\bin\open.cmd
Open commit View diff
83 C:\MS.Open\bin\open.cmd
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
84
```
Open commit View diff
84 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
85
Open commit View diff
85
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
86
You can also run:
Open commit View diff
86 You can also run:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
87
Open commit View diff
87
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
88
```powershell
Open commit View diff
88 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
89
msopen
Open commit View diff
89 msopen
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
90
```
Open commit View diff
90 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
91
Open commit View diff
91
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
92
## Usage
Open commit View diff
92 ## Usage
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
93
Open commit View diff
93
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
94
### Open folders, files, and URLs
Open commit View diff
94 ### Open folders, files, and URLs
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
95
Open commit View diff
95
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
96
Open the current directory:
Open commit View diff
96 Open the current directory:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
97
Open commit View diff
97
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
98
```powershell
Open commit View diff
98 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
99
open .
Open commit View diff
99 open .
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
100
```
Open commit View diff
100 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
101
Open commit View diff
101
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
102
Open the parent directory:
Open commit View diff
102 Open the parent directory:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
103
Open commit View diff
103
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
104
```powershell
Open commit View diff
104 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
105
open ..
Open commit View diff
105 open ..
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
106
```
Open commit View diff
106 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
107
Open commit View diff
107
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
108
Open another folder:
Open commit View diff
108 Open another folder:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
109
Open commit View diff
109
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
110
```powershell
Open commit View diff
110 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
111
open "C:\Projects"
Open commit View diff
111 open "C:\Projects"
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
112
```
Open commit View diff
112 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
113
Open commit View diff
113
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
114
Open a file with its default application:
Open commit View diff
114 Open a file with its default application:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
115
Open commit View diff
115
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
116
```powershell
Open commit View diff
116 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
117
open README.md
Open commit View diff
117 open README.md
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
118
```
Open commit View diff
118 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
119
Open commit View diff
119
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
120
Open a website:
Open commit View diff
120 Open a website:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
121
Open commit View diff
121
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
122
```powershell
Open commit View diff
122 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
123
open https://nobgit.com
Open commit View diff
123 open https://nobgit.com
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
124
```
Open commit View diff
124 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
125
Open commit View diff
125
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
126
### Reveal a file in File Explorer
Open commit View diff
126 ### Reveal a file in File Explorer
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
127
Open commit View diff
127
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
128
```powershell
Open commit View diff
128 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
129
reveal ".\build\release.zip"
Open commit View diff
129 reveal ".\build\release.zip"
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
130
```
Open commit View diff
130 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
131
Open commit View diff
131
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
132
For files, Explorer opens with the file selected. For folders, Explorer opens the folder.
Open commit View diff
132 For files, Explorer opens with the file selected. For folders, Explorer opens the folder.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
133
Open commit View diff
133
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
134
### Create and enter a directory
Open commit View diff
134 ### Create and enter a directory
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
135
Open commit View diff
135
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
136
```powershell
Open commit View diff
136 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
137
mkcd new-project
Open commit View diff
137 mkcd new-project
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
138
```
Open commit View diff
138 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
139
Open commit View diff
139
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
140
This command is available in PowerShell because changing the current directory must happen inside the active shell session.
Open commit View diff
140 This command is available in PowerShell because changing the current directory must happen inside the active shell session.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
141
Open commit View diff
141
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
142
### Copy a path
Open commit View diff
142 ### Copy a path
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
143
Open commit View diff
143
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
144
Copy the current directory:
Open commit View diff
144 Copy the current directory:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
145
Open commit View diff
145
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
146
```powershell
Open commit View diff
146 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
147
copypath
Open commit View diff
147 copypath
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
148
```
Open commit View diff
148 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
149
Open commit View diff
149
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
150
Copy the full path of a file or folder:
Open commit View diff
150 Copy the full path of a file or folder:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
151
Open commit View diff
151
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
152
```powershell
Open commit View diff
152 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
153
copypath ".\build\release.zip"
Open commit View diff
153 copypath ".\build\release.zip"
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
154
```
Open commit View diff
154 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
155
Open commit View diff
155
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
156
The resolved path is copied to the clipboard and printed in the terminal.
Open commit View diff
156 The resolved path is copied to the clipboard and printed in the terminal.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
157
Open commit View diff
157
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
158
### Reload the PowerShell profile
Open commit View diff
158 ### Reload the PowerShell profile
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
159
Open commit View diff
159
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
160
```powershell
Open commit View diff
160 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
161
reload
Open commit View diff
161 reload
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
162
```
Open commit View diff
162 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
163
Open commit View diff
163
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
164
This reloads the current PowerShell profile without requiring a new terminal window.
Open commit View diff
164 This reloads the current PowerShell profile without requiring a new terminal window.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
165
Open commit View diff
165
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
166
### Find which command will run
Open commit View diff
166 ### Find which command will run
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
167
Open commit View diff
167
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
168
```powershell
Open commit View diff
168 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
169
which git
Open commit View diff
169 which git
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
170
```
Open commit View diff
170 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
171
Open commit View diff
171
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
172
```powershell
Open commit View diff
172 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
173
which open
Open commit View diff
173 which open
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
174
```
Open commit View diff
174 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
175
Open commit View diff
175
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
176
This is especially useful when multiple versions of a command exist in `PATH`.
Open commit View diff
176 This is especially useful when multiple versions of a command exist in `PATH`.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
177
Open commit View diff
177
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
178
### Inspect PATH
Open commit View diff
178 ### Inspect PATH
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
179
Open commit View diff
179
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
180
```powershell
Open commit View diff
180 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
181
paths
Open commit View diff
181 paths
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
182
```
Open commit View diff
182 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
183
Open commit View diff
183
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
184
Each `PATH` entry is printed separately, along with whether the location currently exists.
Open commit View diff
184 Each `PATH` entry is printed separately, along with whether the location currently exists.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
185
Open commit View diff
185
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
186
### Serve the current directory
Open commit View diff
186 ### Serve the current directory
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
187
Open commit View diff
187
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
188
Serve the current folder on the default port, `8000`:
Open commit View diff
188 Serve the current folder on the default port, `8000`:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
189
Open commit View diff
189
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
190
```powershell
Open commit View diff
190 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
191
serve
Open commit View diff
191 serve
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
192
```
Open commit View diff
192 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
193
Open commit View diff
193
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
194
Use another port:
Open commit View diff
194 Use another port:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
195
Open commit View diff
195
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
196
```powershell
Open commit View diff
196 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
197
serve 3000
Open commit View diff
197 serve 3000
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
198
```
Open commit View diff
198 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
199
Open commit View diff
199
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
200
Then open:
Open commit View diff
200 Then open:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
201
Open commit View diff
201
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
202
```text
Open commit View diff
202 ```text
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
203
http://127.0.0.1:3000/
Open commit View diff
203 http://127.0.0.1:3000/
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
204
```
Open commit View diff
204 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
205
Open commit View diff
205
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
206
The server listens on `127.0.0.1` only, so it is not exposed to other devices on the network.
Open commit View diff
206 The server listens on `127.0.0.1` only, so it is not exposed to other devices on the network.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
207
Open commit View diff
207
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
208
Press `Ctrl+C` to stop it.
Open commit View diff
208 Press `Ctrl+C` to stop it.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
209
Open commit View diff
209
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
210
### Show listening ports
Open commit View diff
210 ### Show listening ports
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
211
Open commit View diff
211
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
212
```powershell
Open commit View diff
212 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
213
ports
Open commit View diff
213 ports
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
214
```
Open commit View diff
214 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
215
Open commit View diff
215
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
216
The output includes the address, port, process ID, and process name.
Open commit View diff
216 The output includes the address, port, process ID, and process name.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
217
Open commit View diff
217
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
218
### Stop the process using a port
Open commit View diff
218 ### Stop the process using a port
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
219
Open commit View diff
219
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
220
```powershell
Open commit View diff
220 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
221
killport 3000
Open commit View diff
221 killport 3000
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
222
```
Open commit View diff
222 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
223
Open commit View diff
223
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
224
MS.Open displays the owning process and asks for confirmation before stopping it.
Open commit View diff
224 MS.Open displays the owning process and asks for confirmation before stopping it.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
225
Open commit View diff
225
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
226
Skip confirmation:
Open commit View diff
226 Skip confirmation:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
227
Open commit View diff
227
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
228
```powershell
Open commit View diff
228 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
229
killport 3000 --force
Open commit View diff
229 killport 3000 --force
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
230
```
Open commit View diff
230 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
231
Open commit View diff
231
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
232
Use `--force` carefully. The command refuses to terminate protected Windows system processes.
Open commit View diff
232 Use `--force` carefully. The command refuses to terminate protected Windows system processes.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
233
Open commit View diff
233
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
234
### Calculate a SHA-256 hash
Open commit View diff
234 ### Calculate a SHA-256 hash
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
235
Open commit View diff
235
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
236
```powershell
Open commit View diff
236 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
237
sha256 ".\release.zip"
Open commit View diff
237 sha256 ".\release.zip"
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
238
```
Open commit View diff
238 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
239
Open commit View diff
239
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
240
Example output:
Open commit View diff
240 Example output:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
241
Open commit View diff
241
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
242
```text
Open commit View diff
242 ```text
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
243
d2c7c9f1...  C:\Projects\release.zip
Open commit View diff
243 d2c7c9f1... C:\Projects\release.zip
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
244
```
Open commit View diff
244 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
245
Open commit View diff
245
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
246
### Clipboard commands
Open commit View diff
246 ### Clipboard commands
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
247
Open commit View diff
247
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
248
Copy text:
Open commit View diff
248 Copy text:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
249
Open commit View diff
249
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
250
```powershell
Open commit View diff
250 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
251
pbcopy "Hello from Windows"
Open commit View diff
251 pbcopy "Hello from Windows"
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
252
```
Open commit View diff
252 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
253
Open commit View diff
253
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
254
Copy piped output:
Open commit View diff
254 Copy piped output:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
255
Open commit View diff
255
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
256
```powershell
Open commit View diff
256 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
257
Get-Content README.md | pbcopy
Open commit View diff
257 Get-Content README.md | pbcopy
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
258
```
Open commit View diff
258 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
259
Open commit View diff
259
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
260
Paste clipboard text:
Open commit View diff
260 Paste clipboard text:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
261
Open commit View diff
261
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
262
```powershell
Open commit View diff
262 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
263
pbpaste
Open commit View diff
263 pbpaste
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
264
```
Open commit View diff
264 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
265
Open commit View diff
265
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
266
## Updating
Open commit View diff
266 ## Updating
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
267
Open commit View diff
267
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
268
Pull or replace the repository files, then rerun:
Open commit View diff
268 Pull or replace the repository files, then rerun:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
269
Open commit View diff
269
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
270
```powershell
Open commit View diff
270 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
271
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1
Open commit View diff
271 powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\install.ps1
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
272
```
Open commit View diff
272 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
273
Open commit View diff
273
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
274
The installer safely refreshes the `PATH` entry and PowerShell profile integration without duplicating them.
Open commit View diff
274 The installer safely refreshes the `PATH` entry and PowerShell profile integration without duplicating them.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
275
Open commit View diff
275
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
276
## Uninstall
Open commit View diff
276 ## Uninstall
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
277
Open commit View diff
277
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
278
Run:
Open commit View diff
278 Run:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
279
Open commit View diff
279
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
280
```powershell
Open commit View diff
280 ```powershell
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
281
powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\uninstall.ps1
Open commit View diff
281 powershell.exe -NoProfile -ExecutionPolicy Bypass -File .\uninstall.ps1
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
282
```
Open commit View diff
282 ```
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
283
Open commit View diff
283
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
284
The uninstaller:
Open commit View diff
284 The uninstaller:
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
285
Open commit View diff
285
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
286
- Removes the MS.Open `bin` folder from your user `PATH`
Open commit View diff
286 - Removes the MS.Open `bin` folder from your user `PATH`
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
287
- Removes the MS.Open block from Windows PowerShell and PowerShell 7 profiles
Open commit View diff
287 - Removes the MS.Open block from Windows PowerShell and PowerShell 7 profiles
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
288
- Leaves the repository files in place
Open commit View diff
288 - Leaves the repository files in place
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
289
Open commit View diff
289
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
290
Restart the terminal after uninstalling. You can then delete the MS.Open folder.
Open commit View diff
290 Restart the terminal after uninstalling. You can then delete the MS.Open folder.
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
291
Open commit View diff
291
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
292
## Requirements
Open commit View diff
292 ## Requirements
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
293
Open commit View diff
293
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
294
- Windows 10 or Windows 11
Open commit View diff
294 - Windows 10 or Windows 11
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
295
- Windows PowerShell 5.1 or PowerShell 7
Open commit View diff
295 - Windows PowerShell 5.1 or PowerShell 7
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
296
- `Get-NetTCPConnection` for the `ports` and `killport` commands
Open commit View diff
296 - `Get-NetTCPConnection` for the `ports` and `killport` commands
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
297
Open commit View diff
297
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
298
## Security notes
Open commit View diff
298 ## Security notes
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
299
Open commit View diff
299
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
300
- `serve` binds only to `127.0.0.1`
Open commit View diff
300 - `serve` binds only to `127.0.0.1`
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
301
- `killport` asks for confirmation unless `--force` is supplied
Open commit View diff
301 - `killport` asks for confirmation unless `--force` is supplied
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
302
- Installation modifies only the current user's `PATH`
Open commit View diff
302 - Installation modifies only the current user's `PATH`
same change 7172ef4

Edit readme.md

Full commit hash
7172ef457dc9e576f0bbd7968281c9eb3fbf082d
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
303
- Existing PowerShell profiles are backed up before modification
Open commit View diff
303 - Existing PowerShell profiles are backed up before modification