A command-line tool to manage and clean up Black Ops 3 Workshop content from your Steam installation.
This README was generated by claude-3.5-sonnet
.
- Visit the official Go downloads page
- Download the installer for your operating system:
- Windows: Download the
.msi
installer - macOS: Download the
.pkg
installer - Linux: Follow distribution-specific instructions
- Windows: Download the
- Run the installer and follow the prompts
- Verify the installation by opening a terminal/command prompt and running:
go version
- Clone this repository or download the source files
- Open a terminal/command prompt in the project directory
- Build the executable:
This will create an executable file:
go build
- Windows:
workshop-manager.exe
- macOS/Linux:
workshop-manager
- Windows:
Run the tool by providing your Steam installation path as an argument:
# Windows
workshop-manager.exe "C:\Program Files (x86)\Steam"
# macOS
workshop-manager "/Users/username/Library/Application Support/Steam"
# Linux
workshop-manager "~/.local/share/Steam"
The tool will:
- List all your BO3 Workshop subscriptions with their sizes
- Allow you to select items to delete by entering their numbers (space-separated)
- Show the total space that will be reclaimed
- Ask for confirmation before deletion
Steam Path:
C:\Program Files (x86)\Steam
BO3 Workshop Subscriptions Path:
C:\Program Files (x86)\Steam\steamapps\workshop\content\311210
Subscriptions:
0: Custom Map 1 (map) [1.2 GB]
1: Custom Map 2 (map) [800 MB]
Space used: 2.0 GB
Delete which? 1
Selected Subscriptions:
1: Custom Map 2 (C:\Program Files (x86)\Steam\steamapps\workshop\content\311210\123456789)
This will reclaim 800 MB
Delete (y/n)?
- The tool only operates within the BO3 Workshop content directory
- Confirmation is required before deletion
- Path validation ensures deletions only occur in the correct directory
- Symbolic links are detected and skipped to avoid escaping the workshop directory