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

https://github.com/lodestone/lesstimespent-cli

A quick and dirty way to start and stop your current project timer on LessTimeSpent.com
https://github.com/lodestone/lesstimespent-cli

Last synced: 3 months ago
JSON representation

A quick and dirty way to start and stop your current project timer on LessTimeSpent.com

Awesome Lists containing this project

README

        

= lesstimespent-cli
author: Matt Petty
copyright: 2016

:hide-uri-scheme:

A quick and dirty way to start and stop your current project timer on http://LessTimeSpent.com

== Installation

There is no install script for this.

. Install casperjs.

brew install casperjs

. Grab `link:https://github.com/lodestone/lesstimespent-cli/raw/master/lesstimespent.js[lesstimespent.js]` and `link:https://github.com/lodestone/lesstimespent-cli/raw/master/lts-toggle[lts-toggle]`.
. Save them in appropriate places. - _Just copy the two main files and save them somewhere appropriate for your system. I like to stick my binaries in `~/.bin` (making sure to set your `$PATH` correspondingly). So I stick `lts-toggle` in there and save `lesstimespent.js` somewhere in my Code directories. In my case, I chose to save it in a directory that holds other casper scripts. Do what you will. Post an issue here if you need help._
. Make sure to `chmod +x ~/your/path/to/lts-toggle`
. Change lts-toggle to correspond to your paths:

#!/bin/bash
/usr/local/bin/casperjs $HOME/Sync/Code/casper/lesstimespent.js

. Change lesstimespent to include your log in info:

// lesstimespent.js
login: ">",
password: "<>",

(C) 2016 Matt Petty - Find me @lodestone on link:https://Twitter.com/lodestone[Twitter], link:https://git.io/lodestone[Github], and pretty much link:https://www.linkedin.com/in/lodestone[everywhere] link:http://gitlab.com/lodestone[else].

Old fogeys can contact me here: [email protected]