1.0.2 • Published 6 years ago
stalked v1.0.2
Stalked
A dead simple project time tracker CLI.
Install
npm install stalked -gDon't forget '-g' or the '--global' flag to install the package globally.
Usage
$ stalked <command> [project]Create Project
$ stalked create new-project
new-project has been createdStart Project
$ stalked start new-project
new-project has been startedStop Project
$ stalked stop new-project
new-project was ended on 01/13/2020 12:43:54
You worked on this project for 0:01:30 (HH:MM:SS) this time around.
You've worked on this project for a total of 0:10:15 (HH:MM:SS).Check Total Time on Project
$ stalked time new-project
You've worked on this project for a total of 0:10:15 (HH:MM:SS).Delete Project
$ stalked delete new-project
new-project was deletedList Project Names
$ stalked list
new-projectLocal Storage
All project information is saved locally to localstorage.json - You have full control over your data.