name
2836880fde
metadir/pairs/datum-filepath.csv modified,metadir/pairs/datum-guestdate.csv modified,metadir/pairs/datum-guestname.csv modified,metadir/pairs/datum-hostdate.csv modified,metadir/pairs/datum-hostname.csv modified,metadir/pairs/datum-tag.csv added,metadir/pairs/filepath-filehash.csv modified,metadir/pairs/filepath-filesize.csv modified,metadir/pairs/filepath-filetype.csv modified,metadir/pairs/filepath-moddate.csv modified,metadir/props/date/index.csv modified,metadir/props/datum/index.csv modified,metadir/props/filepath/index.csv modified,metadir/props/filesize/index.csv modified,metadir/props/filetype/index.csv modified,metadir/props/name/index.csv modified,metadir/props/tag/index.csv added
tree_ru
nix develop
operations
annotate
# build biorg from all datums
scripts/puma -c \
"metadir/props/datum/index.csv" \
"bash scripts/build-biorg" \
"ops/biorg" \
"index.bi.org"
# annotate events in biorg
# break biorg to a temporary metadir
temp=$(cat ops/biorg/links/index.bi.org | bash scripts/break-biorg);
rm "ops/inbox";
ln -s "temp" "ops/inbox";
# merge ../ops/inbox into the metadir
bash scripts/merge ops/inbox ./metadir;
serve
timeline-backend
Description
Languages
Nix
100%