Skip to content

Commit

Permalink
feat: add a text user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kamadorueda committed Feb 21, 2022
1 parent 3275487 commit 45ad71e
Show file tree
Hide file tree
Showing 8 changed files with 360 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Types of changes
- Security in case of vulnerabilities.
-->

### Added

- A text user interface with progress-bars and modern output (requires a TTY).

## [0.3.1] - 2022-02-20

### Added
Expand Down
70 changes: 70 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[dependencies]
atty = "*"
clap = { version = "*", features = ["cargo"] }
indoc = "*"
rand = "*"
rayon = "*"
rnix = "*"
termion = "*"
tui = { version = "*", default-features = false, features = ["termion"] }
rowan = "*"
walkdir = "*"

Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
</a>
</p>

<a href="https://asciinema.org/a/470438" target="_blank">
<img src="https://asciinema.org/a/470438.svg" />
</a>

## Features

- ✔️ **Fast**
Expand Down
Loading

0 comments on commit 45ad71e

Please sign in to comment.