Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukesampson/psutils
Command line utilities written in Powershell
https://github.com/lukesampson/psutils
Last synced: 3 months ago
JSON representation
Command line utilities written in Powershell
- Host: GitHub
- URL: https://github.com/lukesampson/psutils
- Owner: lukesampson
- License: mit
- Created: 2013-06-28T12:17:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T00:44:45.000Z (10 months ago)
- Last Synced: 2024-08-01T17:38:41.096Z (6 months ago)
- Language: PowerShell
- Size: 60.5 KB
- Stars: 557
- Watchers: 19
- Forks: 57
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - psutils
- jimsghstars - lukesampson/psutils - Command line utilities written in Powershell (PowerShell)
README
psutils
=======A collection of command line utilities written in PowerShell, proudly ignoring PowerShell Verb-Noun naming conventions.
These are designed to be installed with [Scoop](http://scoop.sh).
* *gitignore* - Fetches `.gitignore` file templates from [gitignore.io](https://www.gitignore.io/) and writes them to standard output.
* *ln* - An approximation of the Unix `ln` command.
* *runat* - A replacement for the `at` command which Microsoft has deprecated and removed in Windows 2012.
* *say* - An approximation of [`say`](https://ss64.com/osx/say.html) from macOS.
* *shasum* - An approximation of [shasum](http://linux.die.net/man/1/shasum).
* *sudo* - An approximation of the Unix `sudo` command. Shows a UAC popup window unfortunately.
* *time* - An approximation of the Unix `time` command.
* *touch* - A port of the Unix `touch` command.
* *vimtutor* - The `vimtutor` that comes with Vim for Windows doesn't work with Scoop. This one does.