Crates.io | spat |
lib.rs | spat |
version | 0.2.3 |
source | src |
created_at | 2022-07-26 23:27:19.865624 |
updated_at | 2023-08-01 06:23:12.978737 |
description | Utility for shortening UNIX-like paths. |
homepage | |
repository | https://github.com/FernOfSigma/spat |
max_upload_size | |
id | 633557 |
size | 8,190 |
This is a command-line utility for shortening UNIX-like paths which also provides
the spat::shorten
function capable of doing the same.
spat
can be built and installed using cargo
.
$ cargo install spat
Run spat --help
to view usage information. Basic usage is shown below.
$ spat ~/.local/share/cargo/bin
~/.l/s/c/bin
[dependencies]
spat = { version = 0.2, default-features = false }