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.
- Theme commands: Generate, set, randomize, and manage themes.
- Mode commands: Switch between dark/light modes.
- Style commands: Manage and edit styles.
- Palette commands: Manage and edit palettes.
- Tag commands: Organize themes with tags.
- Module commands: Manage modules, run actions, and customize your setup.
For a full list of commands, just run:
Quick Reference
pimp [theme] gen IMAGE...
Generate theme from imagepimp [theme] random
Apply random themepimp [theme] refresh
Refresh current themepimp theme set THEME
Set specific themepimp theme rename THEME NEW_NAME
Rename themepimp theme delete THEME
Delete themepimp theme list
List all themespimp theme edit [THEME]
Edit themepimp theme regen [THEMES...]
Regenerate themespimp theme rewrite [THEMES...]
Rewrite themespimp theme export THEME OUT_DIR
Export themeMode Management
Style & Palette Management
pimp style list
List stylespimp style edit [STYLE]
Edit stylepimp palette list
List palettespimp palette edit PALETTE
Edit paletteTag Management
pimp tags add THEMES... --tags=TAGS
Add tags to themespimp tags remove [THEMES...] --tags=TAGS
Remove tags from themespimp tags list
List all tagsModule Management
pimp module install MODULE_URL...
Install modulespimp module clone MODULE_URL...
Clone modulespimp module init MODULE
Initialize modulepimp module run MODULE COMMAND
Run module commandpimp module create MODULE
Create new modulepimp module delete MODULE...
Delete modulespimp module list
List modulespimp module edit MODULE
Edit modulepimp module rewrite [MODULE...]
Rewrite modulesUtility Commands
pimp rewrite (themes|modules)
Rewrite themes or modules