Skip to content

Track time and predict delivery dates on the command line with Joel Spolsky's evidence-based scheduling

License

Notifications You must be signed in to change notification settings

ryanberckmans/est

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Track time and predict delivery dates on the command line with Joel Spolsky's evidence-based scheduling

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published