https://github.com/TrustyTristan/TrustyTools
Handy tools for doing everyday things in PowerShell
https://github.com/TrustyTristan/TrustyTools
hacktoberfest
Last synced: 5 months ago
JSON representation
Handy tools for doing everyday things in PowerShell
- Host: GitHub
- URL: https://github.com/TrustyTristan/TrustyTools
- Owner: TrustyTristan
- License: mit
- Created: 2023-07-23T05:11:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T02:12:28.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:05:15.565Z (8 months ago)
- Topics: hacktoberfest
- Language: PowerShell
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
- jimsghstars - TrustyTristan/TrustyTools - Handy tools for doing everyday things in PowerShell (PowerShell)
README
# TrustyTools
[](https://github.com/PowerShell/PowerShell)  [![License][license-badge]](LICENSE) [license-badge]: https://img.shields.io/github/license/TrustyTristan/TrustyTools
## Synopsis
TrustyTools is a PowerShell module that is a collection of useful CLI tools.
## Description
TrustyTools adds extra commands that I frequently need to use for just everyday shell activities or for scripts that I need to build.
## Getting Started
### Installation
```powershell
# how to install TrustyTools
Install-Module -Name TrustyTools -Repository PSGallery -Scope CurrentUser
```### Quick start
#### Example
```powershell
Get-Command -Module TrustyTools```
## TrustyTools Cmdlets
[Cmdlets list](/docs/TrustyTools.md)## Contributing
If you'd like to contribute to TrustyTools, please see the [contribution guidelines](.github/CONTRIBUTING.md).
## License
TrustyTools is licensed under the [MIT license](LICENSE).
## Author
Tristan Brazier