ps1
Here are 144 public repositories matching this topic...
-
Updated
Jan 15, 2019 - PowerShell
This SO answer explains why OSX (and others) always output a set number of spaces from wc. As a result, git_module on OSX is almost unusable as-is, as the line contains many unnecessary spaces.
Proposal:
Pipe the output of every wc command to sed 's/^ *//' in order to ensure spaces are trimmed.
-
Updated
May 28, 2020 - PowerShell
-
Updated
Jun 18, 2018 - PowerShell
-
Updated
Jan 29, 2018 - PowerShell
-
Updated
Dec 9, 2019 - PowerShell
-
Updated
Nov 22, 2018 - PowerShell
-
Updated
Jan 7, 2020 - PowerShell
-
Updated
May 18, 2020 - Java
-
Updated
Mar 8, 2020 - PowerShell
DESCRIPTION
https://github.com/NascHQ/termtools/blob/master/index.js#L20
We have just the happy way, if you are performing like:
node index.jsYou will not have a error threatment
-
Updated
Dec 13, 2017 - PowerShell
-
Updated
Feb 19, 2020 - PowerShell
-
Updated
Aug 4, 2019 - JavaScript
-
Updated
Jun 24, 2018 - C#
-
Updated
Dec 30, 2018 - C++
Improve this page
Add a description, image, and links to the ps1 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ps1 topic, visit your repo's landing page and select "manage topics."
The instructions say that you can open the file with a right click to open with powershell. However, this doesnt grant admin rights and things dont work properly. Is it possible to right click and open with powershell with admin rights?