spat

Crates.iospat
lib.rsspat
version0.2.3
sourcesrc
created_at2022-07-26 23:27:19.865624
updated_at2023-08-01 06:23:12.978737
descriptionUtility for shortening UNIX-like paths.
homepage
repositoryhttps://github.com/FernOfSigma/spat
max_upload_size
id633557
size8,190
(FernOfSigma)

documentation

https://docs.rs/spat

README

Spat 𐃸

crates.io docs.rs

This is a command-line utility for shortening UNIX-like paths which also provides the spat::shorten function capable of doing the same.

Install

spat can be built and installed using cargo.

$ cargo install spat

Usage

Run spat --help to view usage information. Basic usage is shown below.

$ spat ~/.local/share/cargo/bin
~/.l/s/c/bin

Library

[dependencies]
spat = { version = 0.2, default-features = false }
Commit count: 17

cargo fmt