-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinuxtools.psd1
More file actions
51 lines (51 loc) · 1.95 KB
/
linuxtools.psd1
File metadata and controls
51 lines (51 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Module manifest for module 'LinuxTools'
# Generated by: dstein
# Generated on: 02/22/2024
# Last Updated: 12/14/2025
@{
RootModule = './linuxtools.psm1'
ModuleVersion = '1.2.0'
CompatiblePSEditions = @('Core')
GUID = 'd2159ed4-ad33-4e57-a295-a7eb29ac60a3'
Author = 'skatterbrainz'
CompanyName = 'skatterbrainz'
Copyright = '(c) 2023-2025 Skatterus Maximus. All rights reserved.'
Description = 'An experimental PowerShell module for Linux nerds. A bit Debian/Cinnamon focused, but no reason to limit this. Because: why not?'
PowerShellVersion = '7.4'
# PowerShellHostName = ''
# PowerShellHostVersion = ''
# DotNetFrameworkVersion = ''
# ClrVersion = ''
# ProcessorArchitecture = ''
RequiredModules = @('Microsoft.PowerShell.ConsoleGuiTools')
# RequiredAssemblies = @()
# ScriptsToProcess = @()
# TypesToProcess = @()
# FormatsToProcess = @()
# NestedModules = @()
FunctionsToExport = @(
"Get-*", "Set-*", "New-*", "Remove-*", "Invoke-*", "Update-*", "ConvertTo-*",
"Test-*", "Add-*", "Start-*", "Unlock-*", "Update-*", "Out-*", "Convert-*"
)
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
# DscResourcesToExport = @()
# ModuleList = @()
# FileList = @()
PrivateData = @{
PSData = @{
Tags = @('linux', 'disk', 'service', 'computer', 'hardware', 'account', 'system', 'process',
'user', 'group', 'network', 'applications', 'inventory', 'skatterbrainz', 'browser', 'firefox')
LicenseUri = 'https://github.com/Skatterbrainz/LinuxTools/blob/main/LICENSE'
ProjectUri = 'https://github.com/Skatterbrainz/LinuxTools'
IconUri = 'https://github.com/user-attachments/assets/73df7f19-0c77-4353-a04d-dd67bb1274c3'
# ReleaseNotes = ''
# Prerelease = ''
# RequireLicenseAcceptance = $false
# ExternalModuleDependencies = @()
} # End of PSData hashtable
} # End of PrivateData hashtable
# HelpInfoURI = ''
# DefaultCommandPrefix = ''
}