initial commit

This commit is contained in:
askiiart 2024-12-30 14:51:22 -06:00
commit 9fea47a275
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30
4 changed files with 125 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "better-commands"
description = "Better commands - get stdout and stderr together, with timestamps"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
keywords = ["command", "cmd"]
[dependencies]