Oxen-AI / Oxen

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

Speed up `status` command with a few options #455

Closed gschoeni closed 2 weeks ago

gschoeni commented 2 weeks ago

I added a few CLI parameters to the oxen status command to speed up status if you know you have a large directory that hasn't changed.

You can either specify path(s) that you want status on:

oxen status README.md test/

Or you can ignore a large directory with -i

oxen status -i images/
EloyMartinez commented 2 weeks ago

lgtm