Skip to content

Commit 33d195c

Browse files
committed
docs: adjust desc and headers
1 parent 2d7d7c6 commit 33d195c

4 files changed

Lines changed: 9 additions & 10 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tcal"
3-
description = "CLI & lib to edit iCalendar as ergonomic TOML"
3+
description = "CLI & lib to edit iCalendars as ergonomic TOML"
44
version = "0.0.1"
55
authors = ["soywod <clement.douin@posteo.net>"]
66
edition = "2024"

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# tcal [![Documentation](https://img.shields.io/docsrs/tcal?style=flat&logo=docs.rs&logoColor=white)](https://docs.rs/tcal/latest/tcal) [![Matrix](https://img.shields.io/badge/chat-%23pimalaya-blue?style=flat&logo=matrix&logoColor=white)](https://matrix.to/#/#pimalaya:matrix.org) [![Mastodon](https://img.shields.io/badge/news-%40pimalaya-blue?style=flat&logo=mastodon&logoColor=white)](https://fosstodon.org/@pimalaya)
22

3-
CLI & lib to edit ([iCalendar](https://www.rfc-editor.org/rfc/rfc5545)) as ergonomic TOML.
4-
5-
This repository ships two interfaces:
6-
7-
- Rust **library** to generate iCalendar from/to TOML projection
8-
- **CLI** to print and/or edit TOML template using `$EDITOR`
3+
CLI & lib to edit [iCalendars](https://www.rfc-editor.org/rfc/rfc5545) as ergonomic TOML.
94

105
```sh
116
$ tcal edit --event
@@ -57,6 +52,11 @@ END:VEVENT
5752
END:VCALENDAR
5853
```
5954

55+
This repository ships two interfaces:
56+
57+
- Rust **library** to generate iCalendar from/to TOML projection
58+
- **CLI** to print and/or edit TOML template using `$EDITOR`
59+
6060
## Table of contents
6161

6262
- [Features](#features)
@@ -72,7 +72,6 @@ END:VCALENDAR
7272
- [License](#license)
7373
- [AI disclosure](#ai-disclosure)
7474
- [Contributing](CONTRIBUTING.md)
75-
- [Architecture](ARCHITECTURE.md)
7675
- [Social](#social)
7776
- [Sponsoring](#sponsoring)
7877

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "CLI & lib to edit iCalendar as ergonomic TOML, written in Rust";
2+
description = "CLI & lib to edit iCalendars as ergonomic TOML, written in Rust";
33

44
inputs = {
55
nixpkgs = {

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ rustPlatform.buildRustPackage {
5757
'';
5858

5959
meta = {
60-
description = "CLI & lib to edit iCalendar as ergonomic TOML, written in Rust";
60+
description = "CLI & lib to edit iCalendars as ergonomic TOML, written in Rust";
6161
mainProgram = "tcal";
6262
homepage = "https://github.com/pimalaya/tcal";
6363
changelog = "https://github.com/pimalaya/tcal/blob/master/CHANGELOG.md";

0 commit comments

Comments
 (0)