Update software.md

This commit is contained in:
Paul W. 2025-09-16 18:17:15 -04:00
parent 9636d3b70e
commit 6dc4a036fd

View File

@ -1,13 +1,26 @@
# Software # Software
## Cross-platform
### Media
- [mpv](https://mpv.io/)
## Windows ## 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 ### Package Managers
- Chocolatey
- requires Administrator permissions
- Winget - Winget
- comes with Windows - comes with Windows
- (it doesn't work half of the time for me) - Chocolatey
- requires Administrator permissions
### Mounting ISO, CUE images ### Mounting ISO, CUE images
@ -26,6 +39,15 @@ Open it by exceuting the following command or saving it as a shortcut: `explorer
## MacOS ## 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 ### Package Manager
- [HomeBrew](https://brew.sh) - [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/) - [IINA](https://iina.io/)
- video player based on mpv with native macOS UI - 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