PimpMyRice

CLI Commands

Here's where you'll find documentation for the main commands you can use to generate, apply, and manage your rice from the terminal.

For a full list of commands, just run:

pimp --help # or just pimp

Quick Reference

pimp [theme] gen IMAGE...Generate theme from image
pimp [theme] randomApply random theme
pimp [theme] refreshRefresh current theme
pimp theme set THEMESet specific theme
pimp theme rename THEME NEW_NAMERename theme
pimp theme delete THEMEDelete theme
pimp theme listList all themes
pimp theme edit [THEME]Edit theme
pimp theme regen [THEMES...]Regenerate themes
pimp theme rewrite [THEMES...]Rewrite themes
pimp theme export THEME OUT_DIRExport theme

Mode Management

pimp mode set MODESet mode (dark/light)
pimp mode toggleToggle mode
pimp mode listList modes

Style & Palette Management

pimp style listList styles
pimp style edit [STYLE]Edit style
pimp palette listList palettes
pimp palette edit PALETTEEdit palette

Tag Management

pimp tags add THEMES... --tags=TAGSAdd tags to themes
pimp tags remove [THEMES...] --tags=TAGSRemove tags from themes
pimp tags listList all tags

Module Management

pimp module install MODULE_URL...Install modules
pimp module clone MODULE_URL...Clone modules
pimp module init MODULEInitialize module
pimp module run MODULE COMMANDRun module command
pimp module create MODULECreate new module
pimp module delete MODULE...Delete modules
pimp module listList modules
pimp module edit MODULEEdit module
pimp module rewrite [MODULE...]Rewrite modules

Utility Commands

pimp rewrite (themes|modules)Rewrite themes or modules

On this page