edit 0.1.2

Open a file in the default text editor
Documentation
[[bin]]
name = "edit-example"
path = "src/bin.rs"
[dependencies.tempfile]
version = "3.1.0"

[dependencies.which]
default-features = false
optional = true
version = "3.1.0"

[features]
better-path = ["which"]
default = ["better-path"]

[lib]
name = "edit"

[package]
authors = ["Milkey Mouse <milkeymouse@meme.institute>"]
categories = ["command-line-interface", "config", "text-processing", "text-editors"]
description = "Open a file in the default text editor"
edition = "2018"
keywords = ["editor", "edit", "editing", "cli"]
license = "CC0-1.0"
name = "edit"
repository = "https://github.com/milkey-mouse/edit"
version = "0.1.2"