Skip to content

Commit

Permalink
Update feature matrix for directory support
Browse files Browse the repository at this point in the history
Feature matrix was reporting that directory analysis is not supported,
which is incorrect.
  • Loading branch information
spenserblack committed Nov 8, 2023
1 parent 0e499a5 commit 685a989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ A bit like [tokei][tokei], a lot like [linguist][linguist].
| Feature/Behavior | [linguist][linguist] | [tokei][tokei] | gengo |
| :--------------: | :------------------: | :------------: | :---: |
| **Analyze Git Revision** | Yes | No | Yes |
| **Analyze Directory** | No | Yes | No |
| **Requires Git Repository** | Yes | No | Yes |
| **Analyze Directory** | No | Yes | Yes |
| **Requires Git Repository** | Yes | No | No |
| **Detect Language by Extension** | Yes | Yes | Yes |
| **Detect Language by Filename** | Yes | Yes | Yes |
| **Detect by Filepath Pattern** | No | No | Yes |
Expand Down

0 comments on commit 685a989

Please sign in to comment.