Socket
Book a DemoInstallSign in
Socket

metodo

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metodo

Metodo is a command-line utility that exists to help you track your time.

latest
npmnpm
Version
1.1.2
Version published
Maintainers
1
Created
Source

Metodo

Metodo is a command-line utility that exists to help you track your time.

Installation

with npm

npm i -g metado

locally

# clone the repo
git clone https://github.com/eisenivan/metodo.git

# change directory
cd metodo

# install dependencies
npm i

# locally install it globally
npm link

Usage

# add a new task (pom)
metodo add

# bring up a list of tasks to start
# select your task and press enter
metodo start

# check the status of all your tasks
metodo list

# get more detailed information about a task
metodo info

# finish a task
# note: when you finish a task metodo will ask
# you to tell you how long it took. If you leave
# this blank, metodo will calculated how long it
# took based on the start and end timestamps
metodo finish

# delete a task
metodo delete

# archive all of your finished tasks to clear out the noise
metodo archive

Compatibility

Tested with node >9.8.0

License

MIT

FAQs

Package last updated on 30 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts