Skip to content

Commit

Permalink
[chore] release (#6)
Browse files Browse the repository at this point in the history
* Add further info to Cargo.toml

* Add description

* Add README.md to installation
  • Loading branch information
AsPulse authored Aug 25, 2023
1 parent 966529c commit d4c41e5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
[package]
name = "wsl-dirutils"
version = "0.1.0"
description = "The cli tool that wraps directory/path-related commands in wslpath."
edition = "2021"
license = "MIT"
readme = "README.md"
homepage = "https://github.com/AsPulse/wsl-dirutils"
repository = "https://github.com/AsPulse/wsl-dirutils"
keywords = ["cli", "Japan", "Rust", "wsl"]
categories = ["command-line-utilities"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ The tool that wraps directory/path-related commands in wslpath.

<br />

## Installation
```
cargo install wsl-dirutils
```
This tool is intended to be used from shell functions and shell aliases;
see Example Config and How to use...

<br />

## Example Config

After installing wsl-dirutils, append the below code to your `.zshrc`.
Expand Down

0 comments on commit d4c41e5

Please sign in to comment.