Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 418 Bytes

recutils.md

File metadata and controls

21 lines (11 loc) · 418 Bytes

Recutils

Back{: .button}

recutils are a set of utilities for making human readable database files

# Delete record with a particular tag

recdel -t Bookmarks -e "Tags = 'book'" bookmarks.rec

# Query based on a tag into a new recutils file

recsel -e "Tags = 'book'" bookmarks.rec >> books.rec

# Get info about a particular type of record

recinf -t Bookmarks bookmarks/bookmarks.rec