Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesmunns/zeit-rs

Time tracking CLI tool in Rust
https://github.com/jamesmunns/zeit-rs

Last synced: 8 days ago
JSON representation

Time tracking CLI tool in Rust

Awesome Lists containing this project

README

        

# Zeit: A command line time tracking tool

[![Build Status](https://travis-ci.org/jamesmunns/zeit-rs.svg?branch=master)](https://travis-ci.org/jamesmunns/zeit-rs)
[![Crates.io](https://img.shields.io/crates/v/zeit-rs.svg)](https://crates.io/crates/zeit-rs)

So yeah, we probably don't need another time tracking CLI tool, but I'm making one anyway. Sorry, world.

## Install

```bash
cargo install zeit-rs
```

## Usage

None, yet. Heres the help page anyway (all you can do is initialize some working dirs/files)

```
zeit: A CLI time tracking tool 0.1.2
James Munns

USAGE:
zeit [SUBCOMMAND]

FLAGS:
-h, --help Prints help information
-V, --version Prints version information

SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
init Initialize Zeit Tracking
```