Crates.io | elsa-cli |
lib.rs | elsa-cli |
version | 1.0.0 |
source | src |
created_at | 2023-06-09 13:19:23.948864 |
updated_at | 2023-06-11 01:56:55.793083 |
description | A CLI tool to list items in a directory. |
homepage | https://github.com/interrrp/elsa |
repository | https://github.com/interrrp/elsa |
max_upload_size | |
id | 886230 |
size | 18,374 |
elsa
- ls
. Literally in the name.The files never bothered me anyway 🎶🎶
- Elsa (Frozen), probably
List the contents of the current directory:
$ elsa
List the contents of a specific directory:
$ elsa /path/to/directory
cargo install
cargo install elsa-cli
And now you can run elsa
from anywhere (well, assuming you have ~/.cargo/bin
in your PATH
)!
elsa
is a Rust program, so you'll need to install the Rust toolchain to build
it. You can do this using rustup.
$ git clone https://github.com/interrrp/elsa
$ cd elsa
$ cargo build --release
The binary will be located at target/release/elsa
.
elsa
is licensed under the MIT license. See the LICENSE file for
more details.