Wisely

Command reference

Anything you can do from the interactive menu you can also do with a direct command — it's built to be scriptable.

Navigation

# Interactive menu (arrows + Enter)
wisely
# Switch directly to a profile
wisely <profil>
# Simulate without writing
wisely <profil> -DryRun

Recovery

# Restore the previous backup
wisely -Rollback
# Show the operation history
wisely -History

Observation

# Full dashboard: RAM bar, active profile, recent history
wisely -Status
# Compact one-liner for shell prompts (Oh My Posh, Windows Terminal)
wisely -Status -Short
# Capture the current active profile as a new named profile
wisely -Snapshot
# Show the installed version
wisely -Version

RAM monitoring

# Start background monitoring (admin rights required)
wisely -Monitor start
# Stop monitoring (admin rights required)
wisely -Monitor stop
# Check monitoring status
wisely -Monitor status
# Live dashboard: RAM/CPU, active profile, last alert
wisely -Watch
# Same, refreshed every 5 seconds instead of the 3s default
wisely -Watch -Interval 5

Reporting

# Generate a usage report now
wisely -Report

Profile management

# Create a custom profile
wisely -NewProfile "cle RAMgo NbCPU [description]"
# Export profiles to a JSON file
wisely -Export
# Import profiles from a JSON file
wisely -Import chemin.json

Maintenance

# Purge temp files and old reports
wisely -Clean