Skip to content

A sublime package to quickly calculate man days and man hour needed for a feature development straight from the selection from text editor

License

Notifications You must be signed in to change notification settings

rakibulhaq/estomato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

estomato

A sublime package to quickly calculate man days and man hour needed for a feature development straight from the selection from text editor The package will aggregate text which has numeric values representing hour values or day values required to finish a feature i.e.:

init 2h
api integration 3h
response preparation 2h
documentation 2h
internal sync 3h

After running command Estomato: Run from command pallet selecting the above text will produce the following:

------------------------------------------------
Mandays required: 1.85 Days
Manhour required: 12.00 Hour
------------------------------------------------

at the bottom of the selected text

Installation

  • Run Package Control: Install Package in command pallet
  • Select Estomato

Usage

Run Pallet command using Shortcuts:

  • Ctrl + Shift + p (Windows/Linux)
  • Cmd + Shift + p (MacOS)

Type in:

  • Estomato: Run

It will extract hour and days values from selected text and summarise at the bottom of the selection

About

A sublime package to quickly calculate man days and man hour needed for a feature development straight from the selection from text editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages