Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jamesmunns/zeit-rs
- Owner: jamesmunns
- License: mit
- Created: 2016-10-16T22:46:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T01:38:04.000Z (over 7 years ago)
- Last Synced: 2024-10-09T07:10:12.979Z (30 days ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 MunnsUSAGE:
zeit [SUBCOMMAND]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationSUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
init Initialize Zeit Tracking
```