tago 0.1.0

A CLI utility tool designed to manage and track saved timestamps
# Tago

## Installation

## Usage

```
tago init <name>
```


Stores the current time under name.


```
tago days <name> 
```


Shows the time elapsed since the saved time for name.

> [!TIP]
> If the name is omitted, it will default to `default`.
>


```
tago all
```

Displays all saved time entries.

```
tago clean
```

Removes all saved time entries.