timewall 2.1.0

All-in-one tool for Apple dynamic HEIF wallpapers on GNU/Linux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default: test lint check-format

test:
  cargo test  

lint:
  cargo clippy --all-targets

check-format:
 cargo fmt --all -- --check

format:
 cargo fmt --all

coverage:
  cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info