PimpMyRice

Tag Commands

Here are the commands for managing tags:


Add tags

Add tags to one or more themes:

pimp tags add theme1 theme2 --tags=dark,minimal

Examples:

# Add single tag
pimp tags add my_theme --tags=dark
 
# Add multiple tags
pimp tags add theme1 theme2 theme3 --tags=dark,minimal,flat
 
# Add tags to all themes
pimp tags add --tags=auto_generated

Remove tags

Remove tags from themes:

pimp tags remove theme1 theme2 --tags=dark,minimal

Examples:

# Remove single tag
pimp tags remove my_theme --tags=dark
 
# Remove multiple tags
pimp tags remove theme1 theme2 --tags=dark,minimal
 
# Remove tags from all themes
pimp tags remove --tags=auto_generated

List tags

List all available tags:

pimp tags list

This will show all tags that are currently assigned to any themes.


On this page