Oxen-AI / Oxen

Oxen.ai's core rust library, server, and CLI
https://oxen.ai
Apache License 2.0
196 stars 11 forks source link

Df/page #377

Closed rpschoenburg closed 3 months ago

rpschoenburg commented 3 months ago

Added options to view all entries in df

oxen df --full will display all the entries in the df

oxen df --page and --page_size will change the starting point and format of this display. by default, the df is segmented into groups of 10 entries. --page will select the starting entry, and --page_size will determine the size of these groups