Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.06 KB

Quickstart

  1. Install est
# `go install` needed for est-prompt executable
go get -u github.com/ryanberckmans/est && go install github.com/ryanberckmans/est/...
  1. Integrate est into your prompt
est prompt
  1. Enable est bash completion
est bash
  1. Add your first task
est help add
  1. Consider moving your ~/.estfile.toml to a location with automatic backup, such as Dropbox or Google Drive. Set this location in ~/.estconfig.toml.

About est

est is a command-line tool to track time spent on tasks and predict the delivery date of future tasks.

In our experience, it's the case that for most time trackers "the juice is not worth the squeeze". est tries to improve on this by increasing "the juice" with auto predicted delivery dates, and decreasing "the squeeze" with auto time tracking and nice shell and prompt integration.

Auto predicted delivery dates is based on Joel Spolsky's evidence-based scheduling.