update description

This commit is contained in:
askiiart 2024-12-30 19:44:22 -06:00
parent 61c6207ff9
commit b1ad0e9f02
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "better-commands"
description = "Better commands - get stdout and stderr together, with timestamps"
description = "A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as it runs line-by-line"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"

View file

@ -1,8 +1,6 @@
# better-commands
A better way of running commands.
`better-commands` allows you to run commands with both `stdout` and `stderr` properly, with command duration and timestamps for each line built-in.
A better way of running commands - get stdout and stderr together, in order with timestamps, while easily running code as the command runs line-by-line.
## TODO