![CI](https://github.com/simoneb/titano/actions/workflows/ci.yml/badge.svg?event=push)

# Titano

A command line interface for Titan.

## Usage

```sh
npx titano
```

## Configuration

Most commands operate on Titan files and require paths to be provided.

It might be convenient to store the paths in the application configuration using the `config` command.

This will prevent you needing to specify them on the command line each time.

**Example**

```sh
npx titano config set titan c:\Titan
npx titano config set list c:\Titan\my-list.ttslist2
```
