-
motheme preview
Show a preview or description of a theme before applying it
-
motheme validate
Validate a theme file structure
-
motheme random: A random command to apply a random theme
-
user can input a sequence of themes, if no input, get all themes in the cache folder
-
random assignment algorithm
- count the number of files in total
- randomly split the total number into
num_themes
groups - randomly order the files and split them to these groups
- for each group, run the
apply_theme
method
-
-
motheme create: Create a new custom theme
- arg:
theme_name
- make a duplication of an existed theme and print the path to it
- arg:
- add custom css path and html head path to
marimo.toml
- in readme, recommend add
motheme
asuv tool install motheme
and use it withuvx motheme <command>
-
--git-ignore flag
ignore files that are in .gitignore
-
--quiet flag
print nothing
-
add -r flag back and more help messages
- add test to valid css file