Skip to content

v3.10.42 β€” FS Compass 🧭

Choose a tag to compare

@KevRojo KevRojo released this 26 Jul 16:25

🧭 Dulus stops getting lost on Windows β€” meet FS Compass.

OneDrive quietly moves your Desktop/Documents/Downloads to paths like C:\Users\you\OneDrive\Desktop, and an agent doing blind dir/ls hops burns 5–10 turns trying to find them. Two new read-only tools end that:

  • ResolvePath β€” turns loose human-speak ("onedrive desktop my-project") into the real absolute path in one call, by reading the Windows registry's "User Shell Folders" key (the actual source of truth) and fuzzy-walking down to your folder.
  • SmartTree β€” prints a clean, depth-limited map with known folders pre-resolved and noise pruned (node_modules, .git, __pycache__, AppData, $RECYCLE.BIN).

stdlib-only (zero new deps), concurrent-safe, graceful Linux/Mac fallbacks. Registration never blocks boot.

pip install --upgrade dulus

Fewer wrong guesses, fewer "I couldn't find that file." πŸ¦…πŸ‡©πŸ‡΄