in-cli 0.2.0

Run any command after a specified delay
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "in-cli"
version = "0.2.0"
edition = "2021"
description = "Run any command after a specified delay"
license = "MIT"
repository = "https://github.com/haardikk21/in-cli"
keywords = ["cli", "delay", "timer", "scheduler", "command"]
categories = ["command-line-utilities"]

[[bin]]
name = "in"
path = "src/main.rs"

[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
crossterm = "0.29.0"
humantime = "2.3.0"