spat 0.1.1

A tool for shortening UNIX-like paths.
Documentation

# Disclaimer!

This is a hobby project I made to learn more about rust.

# What is spat?

`spat` is primarily a command-line tool for shortening UNIX-like paths.
Additionally, it provides a [library function](https://docs.rs/spat) which
has similar functionality to the command-line tool.


# Installation

`spat` can be built and installed using `cargo`.
```console
$ cargo install spat
```

# Usage

To view help for usage, run `spat --help`. Some basic usage is shown below.
```console
$ spat ~/.local/share/cargo/bin
~/.l/s/c/bin
```