aptmatic 0.1.2

A TUI for managing apt updates across debian / ubuntu hosts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tasks:
    @just --list

build:
    cargo build

fmt:
    cargo fmt

lint:
    cargo fmt --check
    cargo clippy -- -D warnings

test:
    cargo test

loc:
    cloc --exclude-dir=.idea --exclude-dir=target .