Compare commits
7 Commits
60489a3b34
...
v0.0.3
Author | SHA1 | Date | |
---|---|---|---|
07c88969bc | |||
ab6517e2c2
|
|||
89c01fd6a3 | |||
6ad7a4705e
|
|||
43dfd429a2
|
|||
3c39cdd742
|
|||
41008c00cc |
37
CHANGELOG.md
Normal file
37
CHANGELOG.md
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.0.3] - 2025-07-26
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- with auto publish
|
||||||
|
|
||||||
|
## [0.0.2] - 2025-07-26
|
||||||
|
|
||||||
|
### Docs
|
||||||
|
- add install from crates.io
|
||||||
|
- add description
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- add noil repo
|
||||||
|
|
||||||
|
## [0.0.1] - 2025-07-26
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- get output
|
||||||
|
- add highlight
|
||||||
|
- adding gif
|
||||||
|
- add readme
|
||||||
|
- add basic noil
|
||||||
|
- create noil
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- update deps
|
||||||
|
- *(deps)* update tokio-tracing monorepo
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
- clarification
|
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.1.0"
|
version = "0.0.3"
|
||||||
|
|
||||||
[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
|
||||||
|
|
||||||
|
@@ -5,6 +5,8 @@ base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
|
|||||||
vars:
|
vars:
|
||||||
service: "noil"
|
service: "noil"
|
||||||
registry: kasperhermansen
|
registry: kasperhermansen
|
||||||
|
rust:
|
||||||
|
publish: {}
|
||||||
|
|
||||||
please:
|
please:
|
||||||
project:
|
project:
|
||||||
|
Reference in New Issue
Block a user