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
- Host: GitHub
- URL: https://github.com/lodestone/lesstimespent-cli
- Owner: lodestone
- License: mit
- Created: 2016-03-20T08:42:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T09:10:29.000Z (about 9 years ago)
- Last Synced: 2025-01-12T11:49:23.587Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]