Skip to content

Commit

Permalink
Merge pull request uutils#2109 from arijit79/implement-more
Browse files Browse the repository at this point in the history
Rewrite more
  • Loading branch information
sylvestre authored May 31, 2021
2 parents 2511abb + 8c5dcd0 commit 6141fdc
Show file tree
Hide file tree
Showing 5 changed files with 517 additions and 112 deletions.
152 changes: 151 additions & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ time = "0.1"
unindent = "0.1"
uucore = { version=">=0.0.8", package="uucore", path="src/uucore", features=["entries"] }
walkdir = "2.2"
atty = "0.2.14"

[target.'cfg(unix)'.dev-dependencies]
rust-users = { version="0.10", package="users" }
Expand Down
2 changes: 2 additions & 0 deletions src/uu/more/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ path = "src/more.rs"
clap = "2.33"
uucore = { version = ">=0.0.7", package = "uucore", path = "../../uucore" }
uucore_procs = { version = ">=0.0.5", package = "uucore_procs", path = "../../uucore_procs" }
crossterm = ">=0.19"
atty = "0.2.14"

[target.'cfg(target_os = "redox")'.dependencies]
redox_termios = "0.1"
Expand Down
Loading

0 comments on commit 6141fdc

Please sign in to comment.