Compare commits
1 Commits
v0.0.2
...
92495953d3
Author | SHA1 | Date | |
---|---|---|---|
|
92495953d3 |
@@ -9,7 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
## [0.0.2] - 2025-07-26
|
## [0.0.2] - 2025-07-26
|
||||||
|
|
||||||
### Docs
|
### Docs
|
||||||
- add install from crates.io
|
|
||||||
- add description
|
- add description
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -389,7 +389,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noil"
|
name = "noil"
|
||||||
version = "0.0.1"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@@ -129,13 +129,6 @@ noil gives you full control over file operations in a composable and editor-frie
|
|||||||
|
|
||||||
## 📦 Installation
|
## 📦 Installation
|
||||||
|
|
||||||
**Build from crates**:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cargo install noil
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
**Build from source**:
|
**Build from source**:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@@ -5,7 +5,6 @@ readme = "../../README.md"
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "file explorer using text buffers"
|
description = "file explorer using text buffers"
|
||||||
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
authors = ["kjuulh <contact@kasperhermansen.com>"]
|
||||||
repository = "https://git.front.kjuulh.io/kjuulh/noil"
|
|
||||||
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user