Skip to content

Commit

Permalink
publised, revised name
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-l committed Apr 3, 2024
1 parent 43ec275 commit 2e22f8f
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 8,304 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

# github-extractor
# GHEX

Github Extractor CLI

<div align="center">
<img src="./media/logo-1024.webp" alt="header logo: Github Extractor CLI" width="35%" height="35%">
Expand All @@ -22,12 +24,12 @@ See an Asciinema video of usage (including with [fzf](https://github.com/junegun
## Usage:

```bash
ghe [options] <paths...>
ghex [options] <paths...>
```

To get help message:
```bash
ghe -h
ghex -h
```

## Arguments:
Expand Down Expand Up @@ -81,35 +83,35 @@ Default true but respects the NO_COLOR env var if set.

Entire repo:
```bash
ghe facebook/react
ghex facebook/react
```
Specific folder:
```bash
ghe "facebook/react/packages/*"
ghex "facebook/react/packages/*"
```
Specify destination:
```bash
ghe -d local/dest facebook/react
ghex -d local/dest facebook/react
```
Specific files
```bash
ghe facebook/react/.circleci/config.yml facebook/react/.github/stale.yml
ghex facebook/react/.circleci/config.yml facebook/react/.github/stale.yml
```
Different repos mixed together"
```bash
ghe facebook/react micromatch/picomatch
ghex facebook/react micromatch/picomatch
```


### Listing Examples:

Only conflicts
```bash
ghe -lc -d local/dest facebook/react
ghex -lc -d local/dest facebook/react
```
Specific folder
```bash
ghe -l "facebook/react/.circleci/*"
ghex -l "facebook/react/.circleci/*"
```


Expand Down
Loading

0 comments on commit 2e22f8f

Please sign in to comment.