Sort items by date of modification, addition, last use, etc

Hey @Glass47, you should be able to do this by using the Bitwarden CLI along with a tool called jq with the following command:

bw list items | jq ‘. |= sort_by(.revisionDate)’

2 Likes