Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
89c01fd6a3 | |||
6ad7a4705e
|
|||
43dfd429a2
|
|||
3c39cdd742
|
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.0.2] - 2025-07-26
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
- add install from crates.io
|
||||||
|
- add description
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- add noil repo
|
||||||
|
|
||||||
## [0.0.1] - 2025-07-26
|
## [0.0.1] - 2025-07-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -389,7 +389,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noil"
|
name = "noil"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
noil = { path = "crates/noil" }
|
noil = { path = "crates/noil" }
|
||||||
|
@@ -129,6 +129,13 @@ 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
|
||||||
|
@@ -1,6 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "noil"
|
name = "noil"
|
||||||
edition = "2021"
|
edition = "2024"
|
||||||
|
readme = "../../README.md"
|
||||||
|
license = "MIT"
|
||||||
|
description = "file explorer using text buffers"
|
||||||
|
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