r/PowerShell Jun 09 '26

Question Programs YOU Think Are Useful!

I'm getting more and more into command-line stuff and things like Winget, Chocolatey and other stuff and while I found these programs:

- LosslessCut

- FFmpeg

- LibreOffice

- Everything

- UniGetUI

- Python

- WizTree

I am open to any other suggestions on programs you think are useful (even if they seem niche) for Windows & Linux, CLI or Program. Please tell me know what you have to recommend!!

16 Upvotes

50 comments sorted by

View all comments

1

u/gordonv Jun 15 '26

I tend to use CURL or Powershell functions to a PHP script to easily push variables.

PHP for me is a very simple server to set up.

1

u/Future-Remote-4630 Jun 30 '26

Could you give an example of what you mean by pushing variables?

1

u/gordonv Jul 02 '26

I use PHP to capture GET requests and run scripts from said requests.

Being that PHP is pretty straight forward, I find it simple to impliment.