Socket
Book a DemoInstallSign in
Socket

git-todo

Package Overview
Dependencies
Maintainers
2
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

latest
Source
npmnpm
Version
2.2.0
Version published
Maintainers
2
Created
Source

git-todo

✓ getting things done with git

Npm Version 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

● 53y "foo bar" @gcsapo
  /foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
  /foo/boo.js (12:0)- /foo/boo.js

git todo --quick

● 53y "foo bar" @gcsapo
  /foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
  /foo/boo.js (12:0)- /foo/boo.js

git todo --verbose

● 53y "foo bar" @gcsapo
  /foo/bar.js (12:0)- /foo/bar.js
● 53y "foo bar" @gcsapo #foo, #bar
  /foo/boo.js (12:0)- /foo/boo.js

Keywords

git

FAQs

Package last updated on 02 Aug 2023

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