File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " tcal"
3- description = " CLI & lib to edit iCalendar as ergonomic TOML"
3+ description = " CLI & lib to edit iCalendars as ergonomic TOML"
44version = " 0.0.1"
55authors = [" soywod <clement.douin@posteo.net>" ]
66edition = " 2024"
Original file line number Diff line number Diff line change 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
5752END: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
Original file line number Diff line number Diff line change 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 = {
Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments