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

bin/copypath.cmd

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

copypath.cmd on main
Author Date Commit Line Code
Alex Nord 11 days ago a6e9016

Added more mac commmands

Full commit hash
a6e9016ab8de81fdc3afb3d4d20e378cf4a6a92f
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
1
@echo off
Open commit View diff
1 @echo off
same change a6e9016

Added more mac commmands

Full commit hash
a6e9016ab8de81fdc3afb3d4d20e378cf4a6a92f
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
2
powershell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -File "%~dp0MSOpen.ps1" copypath %*
Open commit View diff
2 powershell.exe -NoLogo -NoProfile -ExecutionPolicy Bypass -File "%~dp0MSOpen.ps1" copypath %*
same change a6e9016

Added more mac commmands

Full commit hash
a6e9016ab8de81fdc3afb3d4d20e378cf4a6a92f
Author
Alex Nord <[email protected]>
Date
11 days ago
Selected line
3
exit /b %errorlevel%
Open commit View diff
3 exit /b %errorlevel%