Rearrange the help text into categories.
This commit is contained in:
parent
24f9dc7d03
commit
67cda79b58
1 changed files with 24 additions and 12 deletions
|
|
@ -539,44 +539,56 @@ Etiquette CLI
|
||||||
This is the command-line interface for Etiquette, so that you can automate your
|
This is the command-line interface for Etiquette, so that you can automate your
|
||||||
database and integrate it into other scripts.
|
database and integrate it into other scripts.
|
||||||
|
|
||||||
The following commands are available:
|
-- DATABASE --------------------------------------------------------------------
|
||||||
|
|
||||||
|
{init}
|
||||||
|
|
||||||
|
-- ALBUMS ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
{delete_albums}
|
||||||
|
|
||||||
|
{export_symlinks}
|
||||||
|
|
||||||
|
{purge_empty_albums}
|
||||||
|
|
||||||
|
{show_associated_directories}
|
||||||
|
|
||||||
|
-- PHOTOS ----------------------------------------------------------------------
|
||||||
|
|
||||||
{add_tag}
|
{add_tag}
|
||||||
|
|
||||||
{remove_tag}
|
{delete_photos}
|
||||||
|
|
||||||
{delete}
|
|
||||||
|
|
||||||
{digest}
|
{digest}
|
||||||
|
|
||||||
{easybake}
|
|
||||||
|
|
||||||
{export_symlinks}
|
{export_symlinks}
|
||||||
|
|
||||||
{generate_thumbnail}
|
{generate_thumbnail}
|
||||||
|
|
||||||
{init}
|
|
||||||
|
|
||||||
{purge_deleted_files}
|
{purge_deleted_files}
|
||||||
|
|
||||||
{purge_empty_albums}
|
|
||||||
|
|
||||||
{reload_metadata}
|
{reload_metadata}
|
||||||
|
|
||||||
{relocate}
|
{relocate}
|
||||||
|
|
||||||
{search}
|
{remove_tag}
|
||||||
|
|
||||||
{show_associated_directories}
|
{search}
|
||||||
|
|
||||||
{set_searchhidden}
|
{set_searchhidden}
|
||||||
|
|
||||||
{unset_searchhidden}
|
{unset_searchhidden}
|
||||||
|
|
||||||
|
-- TAGS ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
{easybake}
|
||||||
|
|
||||||
{tag_breplace}
|
{tag_breplace}
|
||||||
|
|
||||||
{tag_list}
|
{tag_list}
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
You can add --yes to avoid the "Commit?" prompt on commands that modify the db.
|
You can add --yes to avoid the "Commit?" prompt on commands that modify the db.
|
||||||
|
|
||||||
TO SEE DETAILS ON EACH COMMAND, RUN
|
TO SEE DETAILS ON EACH COMMAND, RUN
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue