[PR #584] [MERGED] New toml-based configuration implementation #1139

Closed
opened 2026-03-15 11:20:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/584
Author: @ku1ik
Created: 11/2/2023
Status: Merged
Merged: 12/27/2023
Merged by: @ku1ik

Base: developHead: rust-config


📝 Commits (1)

  • e2ba808 Read config from ~/.config/asciinema/config.toml

📊 Changes

7 files changed (+226 additions, -30 deletions)

View changed files

📝 Cargo.lock (+111 -1)
📝 Cargo.toml (+1 -0)
📝 src/cmd/auth.rs (+5 -5)
📝 src/cmd/upload.rs (+5 -4)
src/config.rs (+92 -0)
📝 src/main.rs (+5 -3)
📝 src/util.rs (+7 -17)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/584 **Author:** [@ku1ik](https://github.com/ku1ik) **Created:** 11/2/2023 **Status:** ✅ Merged **Merged:** 12/27/2023 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `rust-config` --- ### 📝 Commits (1) - [`e2ba808`](https://github.com/asciinema/asciinema/commit/e2ba8085be6061e64d846bae48b08a6b134754b0) Read config from ~/.config/asciinema/config.toml ### 📊 Changes **7 files changed** (+226 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+111 -1) 📝 `Cargo.toml` (+1 -0) 📝 `src/cmd/auth.rs` (+5 -5) 📝 `src/cmd/upload.rs` (+5 -4) ➕ `src/config.rs` (+92 -0) 📝 `src/main.rs` (+5 -3) 📝 `src/util.rs` (+7 -17) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 11:20:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#1139
No description provided.