Skip to content

Commit

Permalink
Readme nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
Bdeering1 committed Mar 9, 2024
1 parent a5d6708 commit 24eff2e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Polykill will recursively search for projects in the provided directory and outp

When the search has completed, navigate the menu using the following controls:

| Key Bind | Action |
| -------- | ---------------- |
| ↓, ↑, ←, →, h, j, k, l | make selection |
| enter, del | remove artifacts |
| esc, q | exit |
| Key Bind | Action |
| ---------- | ---------------- |
| ↓, ↑, ←, →, h, j, k, l | select project |
| enter, del | remove artifacts |
| esc, q | exit |

Removing artifacts involves removing the build/dependency directories associated with a project type.

Expand All @@ -43,7 +43,7 @@ Removing artifacts involves removing the build/dependency directories associated
| ---------------- | --------------------------------------------- |
| -v, --verbose | Verbose output |
| -s, --skip-empty | Hide projects with zero possible disk savings |
|       --no-vcs | Include projects without version control (will slow down search) |
|       --no-vcs | Include projects without version control (will slow down search) |
| -u, --unsorted | Don't sort projects |
| -h, --help | Print help |
| -V, --version | Print version |
Expand Down

0 comments on commit 24eff2e

Please sign in to comment.