Rename to kitchentimer.
This commit is contained in:
parent
851c950625
commit
b84ad6676b
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -7,8 +7,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kt"
|
name = "kitchentimer"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"signal-hook",
|
"signal-hook",
|
||||||
"termion",
|
"termion",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "kt"
|
name = "kitchentimer"
|
||||||
version = "0.1.0"
|
version = "0.0.1"
|
||||||
authors = ["shy <shy@posteo.de>"]
|
authors = ["shy <shy@posteo.de>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ use alarm::{Countdown, AlarmRoster, alarm_exec};
|
||||||
use layout::{Layout, Position};
|
use layout::{Layout, Position};
|
||||||
|
|
||||||
|
|
||||||
const NAME: &str = "kt (kitchentime)";
|
const NAME: &str = "kitchentimer";
|
||||||
const VERSION: &str = "0.0.1";
|
const VERSION: &str = "0.0.1";
|
||||||
const USAGE: &str =
|
const USAGE: &str =
|
||||||
"USAGE: kt [-h|--help] [-v|--version] [-p|--plain] [-e|--exec COMMAND [...]]
|
"USAGE: kt [-h|--help] [-v|--version] [-p|--plain] [-e|--exec COMMAND [...]]
|
||||||
|
|
Loading…
Reference in a new issue