Skip to content

Commit

Permalink
new interactive terminal to access history, use nano, vim (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylokulyhin authored Oct 1, 2024
1 parent b43fe8a commit c123544
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 83 deletions.
241 changes: 239 additions & 2 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ aws-config = "1.5.6"
aws-sdk-ecs = "1.46.0"
tokio = { version = "1.40.0", features = ["full"] }
clap = { version = "4.0", features = ["derive"] }
aws-sdk-sts = "1.44.0"
nix = { version = "0.29.0", features = ["term", "process", "fs"] }
portable-pty = "0.8.1"
termios = "0.3"
Loading

0 comments on commit c123544

Please sign in to comment.