From b10056cb8aad5d37703bdaedd84b3fd246af13af Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 07:50:11 +0000 Subject: [PATCH] Docs: Improve README.md with marketing content The README.md file has been updated with the following changes: - Added a more catchy headline and description. - Introduced a 'Why Use Sound-Time?' section to highlight the benefits of using the tool. - Added a 'Key Features' list. - Improved the formatting and readability of the installation and usage instructions. --- README.md | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 156db8d..0de979d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +# Sound-Time: Instantly Get the Duration of Your MP3 Files [![goreleaser](https://github.com/mentax/sound-time/actions/workflows/goreleaser.yml/badge.svg)](https://github.com/mentax/sound-time/actions/workflows/goreleaser.yml) [![test](https://github.com/mentax/sound-time/actions/workflows/test.yaml/badge.svg)](https://github.com/mentax/sound-time/actions/workflows/test.yaml) @@ -6,37 +6,39 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/mentax/sound-time)](https://goreportcard.com/report/github.com/mentax/sound-time) [![GitHub release](https://img.shields.io/github/v/release/mentax/sound-time)](https://github.com/mentax/sound-time/releases/latest) - +**Tired of guessing the length of your audio files? Sound-Time is a lightning-fast command-line tool that instantly tells you the duration of any MP3 file, regardless of its compression format.** -# sound-time +## Why Use Sound-Time? -## HELP - You can check version of installed binary by run `sound-time -h` or `sound-time help` +- **Save Time:** Stop opening audio players just to check a file's length. Sound-Time gives you the answer in a fraction of a second. +- **Universal Compatibility:** It correctly handles various MP3 compression types, ensuring you always get an accurate duration. +- **Effortless to Use:** Its simple command-line interface makes it incredibly intuitive. +- **Perfect for Professionals:** If you work with large batches of audio files, Sound-Time will become an indispensable part of your workflow. -### NAME: - sound-time - Get length (time) of mp3 file with many formats of compression. +## Key Features - -### Example: +- **Blazing-Fast Duration Calculation:** Analyzes MP3 files in an instant. +- **Simple Syntax:** Get the length of a file with a single command. +- **Broad Format Support:** Works reliably with different MP3 compression methods. +- **Lightweight and Efficient:** The tool is small and won't bloat your system. -```bash -sound-time 1.mp3 -``` +## Installation -### USAGE: +Download the latest version from the [Releases section on GitHub](https://github.com/mentax/sound-time/releases). - sound-time [global options] command [command options] +## How to Use -#### GLOBAL OPTIONS: +Using Sound-Time is incredibly simple. Just run the following command in your terminal: +```bash +sound-time your-file.mp3 ``` ---help, -h show help ---version, -v print the version -``` +### Options + +- `--help`, `-h`: Show help information. +- `--version`, `-v`: Print the application version. -## Download +--- -Download from [releases section on GitHub](https://github.com/mentax/sound-time/releases) +Feel free to open an issue with feedback or suggestions! \ No newline at end of file