lasttime

Crates.iolasttime
lib.rslasttime
version0.1.0
sourcesrc
created_at2023-05-21 10:51:07.377129
updated_at2023-05-21 10:51:07.377129
descriptioncheck if stdin items are in a list read from a file
homepagehttps://codeberg.org/gneb000/lasttime
repositoryhttps://codeberg.org/gneb000/lasttime
max_upload_size
id869891
size18,160
gneb000 (gneb000)

documentation

https://docs.rs/crate/lasttime/latest

README

lasttime

Check whether items in stdin are present in a list read from a file, if not present the item will be printed with an indicator at the beginning (default: *). File contents are updated with stdin list. Comparison and saving of items is done with their SHA-256 hashes.

Usage

lasttime [OPTIONS] <SAVE_FILE>

Arguments

<SAVE_FILE>  Path to file for saving session data

Options

-i, --indicator <INDICATOR>  Indicator for new items [default: *]
-n, --no-save                Execute the program but do not save results to file
-h, --help                   Print help
-V, --version                Print version
Commit count: 0

cargo fmt