2025-10-14 19:01:09 +02:00
2025-10-14 19:01:09 +02:00
2025-10-14 19:02:40 +02:00
2025-10-14 19:02:40 +02:00
2025-10-14 19:02:44 +02:00
2025-10-14 19:02:40 +02:00

Windows Pathifier

A simple Go tool to add/remove the current directory to/from the Windows PATH environment variable.

Features

  • Add current directory to Windows PATH
  • Remove current directory from Windows PATH (undo functionality)
  • Windows Explorer context menu integration
  • Comprehensive logging with cylogger

Usage

Command Line

# Add current directory to PATH
windows-pathifier.exe

# Remove current directory from PATH
windows-pathifier.exe -u

Context Menu Integration

  1. Install: Double-click install_context_menu.reg
  2. Use: Right-click any folder → "Add to PATH"
  3. Uninstall: Double-click uninstall_context_menu.reg

Building

go build -o windows-pathifier.exe

Requirements

  • Windows OS
  • Go 1.23.6+
  • Administrator privileges (for registry modification)
Description
No description provided
Readme 31 KiB
Languages
Go 100%