Command-Line Interface¶
morphic¶
usage: morphic [-h] [--host HOST] [--port PORT] [--folder FOLDER]
[--debug] [--no-browser]
Morphic — media format converter & duplicate finder
Options¶
--host HOSTHost to bind to. Default:
127.0.0.1.--port PORTPort to listen on. Default:
8000.--folder FOLDERPre-populate the folder path in the UI.
--debugEnable Flask debug mode with auto-reload.
--no-browserDon’t auto-open the browser on start.
Examples¶
# Default: open browser on http://127.0.0.1:8000
morphic
# Custom port, no auto-open
morphic --port 9000 --no-browser
# Pre-select a folder
morphic --folder ~/Pictures
# Debug mode
morphic --debug
Running as a module¶
You can also run morphic as a Python module:
python -m morphic.frontend