cargo install otc
more
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 "NewName" "/Path/to/theme.omp.json" |