directopsy 0.0.2

Command-line tool to quickly get a list of files in a directory in a human-readable format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "directopsy"
description = "Command-line tool to quickly get a list of files in a directory in a human-readable format"
version = "0.0.2"
edition = "2021"
authors = ["Illy <illystable.champs@gmail.com>"]
repository = "https://github.com/IllyStable/list-rs"
license = "MIT"
categories = ["command-line-utilities"]
keywords = ["utility", "files", "command"]
exclude = ["/tests"]


[dependencies]
clap = { version = "4.5.21", features = ["derive"] }

[[bin]]
name = "directopsy"