OTC - Oh My Posh Theme Chooser!

(currently only Windows!)

Installation

cargo install otc

alternative Installation

Potential Dependencies:

Other Method

git clone https://github.com/nrdrch/otc.git cd otc cargo build --release - Preferably move the executable from target/release into a directory in your 'Path' enviorment variable for easy execution.


| Option | Description | Example | | :--- | :--- | :--- | | --list-themes, -ls | List Themes | otc -ls |
| --update-omp, -u | Update OMP including themes | otc -u | | --choose-theme, -ch | Choose theme by name | otc -ch bubblesextra | | --add-newtheme, -a | Add a theme to the list | otc -a "Name" "/Path/to/theme" |

| -help, -h | Display help | otc -h |

further explanation

List

command alias: -ls otc --list-themes

Update

command alias: -u otc --update-omp

Choose

command alias: -ch otc --choose-theme amro

Add New

command alias: -a otc --add-newtheme amroedit or otc --add-newtheme test "path\to\themefile.extension"