# reverberation **Repository Path**: Ironbayberry/reverberation ## Basic Information - **Project Name**: reverberation - **Description**: 朗诵歌谣,只为更悠远的回声 echo加强版,可以缓解tail,man在原生linux控制台无法翻页的情况下显示麻烦的问题,又比nano简单 - **Primary Language**: Rust - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: https://swe-iss.rth1.xyz/softwares/reverberation - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-22 - **Last Updated**: 2026-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reverberation Reverberation - A lightweight text viewer that creates echo effects when displaying text. ## Description Reverberation是一个简单的命令行工具,可以逐字显示文本内容,并带有可配置的延迟时间。它设计得比nano更轻量,比echo更方便使用。 ## Features - 逐字显示文本内容 - 可配置字符显示间隔时间 - 轻量级设计 - 简单易用 ## Usage ```bash reverberation ``` - `filename`: 要逐字显示的文本文件 - `delay_ms`: 每个字符之间的延迟时间(毫秒) To get help: ```bash reverberation --help ``` ## Build ```bash cargo build --release ``` ## License This project is licensed under the Mozilla Public License Version 2.0 - see the [LICENSE](LICENSE) file for details. ## Author S.A. (@snoware) <2026> ## Repository [https://gitee.com/ironbayberry/reverberation](https://gitee.com/ironbayberry/reverberation) ## Homepage [https://swe-iss.rth1.xyz/softwares/reverberation](https://swe-iss.rth1.xyz/softwares/reverberation) ## Keywords CLI, Chinese, open-source, SASWE, command-line-utilities