List of published software

Here you’ll find all my published software solutions!

They’re all open source and licensed under MIT.

Programs

In this section, you’ll find different programs (GUI, Web, CLI, Tray).


StringLauncher

StringLauncher is a tiny GUI application that accepts a hidden string as input and starts typing it out after “Launch” is pressed.

It solves issues with applications that does not support copy/paste.


imhere

imhere is a tray application that wiggles your mouse every 30 seconds to keep you active on whatever focus your computer has.


PowerShell Modules

PowerShellGallery Modules

In this section you’ll find a list of my published PSGallery PowerShell modules.

My modules vary in functionality and usefulness. I believe in learning by doing, and some projects are simply created for myself, to learn git, PowerShell, c#, linux binaries, and what have you. I try to stick to a few key pointers though:

  • Cross-platform

  • Open-Source

  • Documented

  • Support -WhatIf if a command touches data

  • Not pollute the shell/operating system, a Uninstall-Module will simply remove any trace of the module


linuxinfo

Gets valuable information on a linux system using PowerShell.

Install-Module -Name 'linuxinfo' -Scope CurrentUser

BinaryPasswordGenerator

A PowerShell revamp of the popular ‘PasswordGenerator’ Nuget package. Use to generate Passwords, OTPs or PINs for personal use or in projects.

Install-Module -Name 'BinaryPasswordGenerator' -Scope CurrentUser

ExplainLinuxFS

Get assistance navigating the Linux File System using PowerShell!

Install-Module -Name 'ExplainLinuxFS' -Scope CurrentUser

PowerShell-Docs-CommunityModule

Verifies a level of quality to the PowerShell-Docs repo, making it easy for a community contributor to know what to start working on.

Install-Module -Name 'PowerShell-Docs-CommunityModule' -Scope CurrentUser

PSHangMan

A Hang-man game in PowerShell with tech companies as guessing words and bad/good comments about them depending on the games outcome.

Install-Module -Name 'PSHangMan' -Scope CurrentUser

FilesToFolders

The PowerShell cmdlet Move-FileToFolder will move files to newly created folders based on day, month or year naming format.

Install-Module -Name 'FilesToFolders' -Scope CurrentUser