Documentation Cheat Sheet

Master DiskMan with this complete command reference.

📂 Navigation

#

Enter a folder by its index number (e.g. 3)

.

Jump to scan root

..

Go up one level

..3

Go up 3 levels (works with any number)

~

Jump to Home directory

g <path>

Go to specific path

⚡️ File Actions

Supports ranges (1-5) and lists (1,3,5).

d # Delete item to Trash (Safest option)
Example: d 3 (delete item 3) or d 1-5 (delete items 1 to 5)
D # Permanently Delete (No Undo!)
Example: D 7 (permanently delete item 7)
o # Open item in Finder / File Explorer
Example: o 1 (open item 1)
m # path Move item(s) to destination
Example: m 2 /tmp (move item 2 to /tmp)
c # path Copy item(s) to destination
Example: c 5 ~/Desktop (copy item 5 to Desktop)

🛠 Tools & Commands

web

Launch the interactive Web UI.

diskman web [port]

clean

Free up space by cleaning System Cache, Logs & Trash.

diskman clean

dup

Find duplicate files by content hash.

diskman dup

top

Scan for N largest files.

diskman top 50

f "query"

Deep search across all cached subfolders.

diskman f "query"

x

Export current view to CSV report.

(In App) Press x

👁 View Options

f <text> Filter current folder by name
F <text> Deep search ALL subfolders
h Toggle hidden files
s Cycle sort (Size → Name → Date)