0.7.4 • Published 4 years ago

orwell-cli v0.7.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Build Status

Install

npm -g install orwell-cli

to add shell autocompletions (follow instructions):

orwell --rarg-suggestions-script

Owners

owners [CMD] is printing a human-readable list of owners in the terminal. You can use --copy (or -c) to copy the output in Markdown format that you can paste in PRs.

For more up-to-date information use --help

orwell owners --help

Sample use

To view changed files owners of the current branch, compared to origin/master:

orwell owners changed --copy

To view changed files owners between 2 branches/commits (useful when checking remote PR chains):

orwell owners changed origin/base-branch origin/checked-branch

You can pipe a list of files to be checked with orwell owners files:

find . -path node_modules -prune -o -type f -name '*.jpg' | orwell owners files

Git

git [CMD] is are helpful git aliases for diffs, that exclude .xlf files.

For example to copy a diff for pasting as a GitHub comment:

orwell git diff --filter M --copy

Or to see the impacted files

orwell git diff --display status

It supports the same format for base-branch checked-branch as orwell owners changed, for example:

orwell git diff origin/base-branch origin/checked-branch --display status

Info

There is a short summary of how the lexing and parsing works in src/owners/README.md

0.7.4

4 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.7

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.4

4 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago