Managing Templates

You can view your templates with the template list command.

wrut template list

You can also use t ls for short.

wrut t ls

If you wish to delete a template, you can use the template remove command.

wrut template remove Novel

Now, if we run template list, we won't have any available templates.

$ wrut template list

However, the Novel Template subdirectory still exists. If we want to delete the directory as well, we can use the --delete flag.

wrut template remove Novel --delete

This will delete the template directory itself alongside the reference to it.