Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

git-todo

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-todo

✓ getting things done with git

Source
npmnpm
Version
2.1.1
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

git-todo

✓ getting things done with git

Npm Version Build Status Coverage Status Dependency Status devDependency Status npm npm

Installation

npm install git-todo -g

Usage

$ git-todo --help

Usage
  $ git-todo [options]

Options
  --quick, -q              Don't get blame information
  --verbose, -v            Show an expanded output
  --directory, -d <path>   Specify a directory relative to the one you are currently in
  --filter, -f <string>    Filter todos by the given string
  --author, -a <author>    Filter todos by the author

Output

git todo

● @foo 1d "foo bar"
● @foo 1d "foo bar" @gcsapo #foo, #bar

git todo --quick

● 1d "foo bar" @gcsapo #foo, #bar
● 1d "foo bar" @gcsapo

git todo --verbose

● @foo 1d "foo bar" @gcsapo
  /foo/bar.js (12:0)
● @bar 1d "foo bar" @gcsapo #foo, #bar
  /foo/boo.js (12:0)

Keywords

git

FAQs

Package last updated on 05 Oct 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