Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

History

aet edited this page Feb 10, 2022 · 1 revision

⏳ History module

This module allows you to check path of exported files, id of files, search in the history, and many other functions.


Get all the export history

sterra history -a|--all

Clear the export history

sterra history --clear

Print the tree of a file (for compare):

sterra history --compare-tree {ID|PATH}

Delete parts stored

sterra history --clear-parts

Show the path associated to an id

sterra history -i|--file-id ID

Search for a name in the export history

sterra history -m|--match STR

Match works also with regexes. For this, your string must be enclosed by ?"YOUR_REGEX_HERE"?

Show the id associated to a path

sterra history -p|--path PATH