Crates.io | lasttime |
lib.rs | lasttime |
version | 0.1.0 |
source | src |
created_at | 2023-05-21 10:51:07.377129 |
updated_at | 2023-05-21 10:51:07.377129 |
description | check if stdin items are in a list read from a file |
homepage | https://codeberg.org/gneb000/lasttime |
repository | https://codeberg.org/gneb000/lasttime |
max_upload_size | |
id | 869891 |
size | 18,160 |
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.
lasttime [OPTIONS] <SAVE_FILE>
<SAVE_FILE> Path to file for saving session data
-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