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