dalia 1.2.0

A small utility for generating aliases to change directories without typing `cd`.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.shellexpand]
version = "2.0.0"

[dev-dependencies.temp_testdir]
version = "0.2"

[package]
authors = ["Wembley Leach <wembley@hey.com>"]
categories = ["command-line-utilities"]
description = "A small utility for generating aliases to change directories without typing `cd`."
edition = "2018"
homepage = "https://github.com/wemgl/dalia"
keywords = ["alias", "cli"]
license = "MIT"
name = "dalia"
readme = "README.md"
repository = "https://github.com/wemgl/dalia"
version = "1.2.0"