Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus committed Mar 30, 2023
1 parent 0802d19 commit 07ac7d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
[package]
name = "ls-interactive"
description = "Interactive ls command"
version = "1.6.0"
version = "1.7.0"
authors = ["Araxeus <[email protected]>"]
homepage = "https://github.com/Araxeus/ls-interactive"
license = "MIT"
edition = "2021"
readme = "README.md"
repository = "https://github.com/Araxeus/ls-interactive"
keywords = ["ls", "lsi", "cli", "interactive", "explorer", "list", "files", "folders", "directory"]
keywords = ["ls", "lsi", "cli", "files", "folders"]
categories = ["command-line-utilities"]

[[bin]]
name = "ls-interactive"
path = "src/main.rs"

[dependencies]
console = "0.15.5"
open = "4.0.1"
Expand Down

0 comments on commit 07ac7d7

Please sign in to comment.