From 6dc4a036fd3262ca126e3d32f6efb7e639a55a6b Mon Sep 17 00:00:00 2001 From: "Paul W." Date: Tue, 16 Sep 2025 18:17:15 -0400 Subject: [PATCH] Update software.md --- notes/software.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/notes/software.md b/notes/software.md index 75aa7e6..ee5509b 100644 --- a/notes/software.md +++ b/notes/software.md @@ -1,13 +1,26 @@ # Software + +## Cross-platform + +### Media + +- [mpv](https://mpv.io/) + ## Windows +- [PowerToys](https://learn.microsoft.com/en-us/windows/powertoys/) + - it's kind of hard to use Windows once you get used to using this + +### Archive Utility +- [NanaZip](https://github.com/M2Team/NanaZip) + - 7-zip fork for Windows w/ zstd (which I use a lot), brotli, etc. + ### Package Managers -- Chocolatey - - requires Administrator permissions - Winget - comes with Windows - - (it doesn't work half of the time for me) +- Chocolatey + - requires Administrator permissions ### Mounting ISO, CUE images @@ -26,6 +39,15 @@ Open it by exceuting the following command or saving it as a shortcut: `explorer ## MacOS +### Clipboard Management +- [maccy](https://maccy.app/) + - not sure why macOs doesn't have a native clipboard manager like Windows and KDE + +### Terminal Emulator + +- [iTerm2](https://iterm2.com/) + - terminal with features you'd probably want + ### Package Manager - [HomeBrew](https://brew.sh) @@ -35,6 +57,3 @@ Open it by exceuting the following command or saving it as a shortcut: `explorer - [IINA](https://iina.io/) - video player based on mpv with native macOS UI -- [mpv](https://mpv.io/) - - mpv doesn't have a brew cask for Apple silicon; stolen-mpv exists but it is x86 only - - mpv brew formula is the cli tool which works pretty well but it is not as nice as packaged applications