Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Woznet/WozTools
PowerShell Module
https://github.com/Woznet/WozTools
powershell
Last synced: 3 months ago
JSON representation
PowerShell Module
- Host: GitHub
- URL: https://github.com/Woznet/WozTools
- Owner: Woznet
- License: mit
- Created: 2019-12-15T08:20:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T17:39:56.000Z (6 months ago)
- Last Synced: 2024-05-23T00:30:52.776Z (6 months ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 1.75 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Woznet/WozTools - PowerShell Module (PowerShell)
README
# WozTools
## Overview
WozTools is a PowerShell module designed to provide a collection of utility functions and scripts that can help automate and simplify various tasks on your Windows system.
## Features
### Environment Management
- `Add-EnvPath.ps1`: Adds a path to the environment variable.
- `Get-EnvPath.ps1`: Retrieves the current environment path.### Font Management
- `Add-Font.ps1`: Adds a new font to the system.### PowerShell Module Management
- `Add-PSModulePath.ps1`: Adds a new path to the PowerShell module path.### File Operations
- `Convert-FileLength.ps1`: Converts file length to different units.
- `Enable-FileSizeFormat.ps1`: Enables file size formatting.
- `Get-EnumerateFiles.ps1`: Enumerates files in a directory.### Text Manipulation
- `Convertto-TitleCase.ps1`: Converts text to title case.
- `Format-CatchError.ps1`: Formats caught errors for better readability.### User and System Information
- `Get-CommandParameterInfo.ps1`: Retrieves information about command parameters.
- `Get-CurrentUser.ps1`: Retrieves information about the current user.
- `Get-HostEntry.ps1`: Retrieves host entries.### GitHub Utilities
- `Get-GitHubUserRepo.ps1`: Retrieves GitHub repositories for a specified user.### Clipboard Utilities
- `Get-ItemFromClipboard.ps1`: Retrieves items from the clipboard.### Windows Updates
- `Get-PSWinUpdates.ps1`: Retrieves Windows updates using PowerShell.## Installation
To install WozTools, you can use the following PowerShell command:
```powershell
Install-Module -Name WozTools
```## Usage
To use a function, simply import the module and call the function:
```powershell
Import-Module WozTools
Get-CurrentUser
```## Contributing
If you would like to contribute to WozTools, please feel free to fork the repository and submit a pull request.
## License
This project is licensed under the MIT License.