Vitis is a semantic file system and a category manager for files.

As its first argument, vitis accepts one of the following commands:
    mkfs      — creates a file system;
    mount     — mounts a file system;
    umount    — unmounts a mounted file system;
    state     — displays state of mount points;
    assign    — assigns categories to files and performs other operations;
    rename    — renames files;
    move      — changes file locations;
    create    — creates new categories and files;
    delete    — deletes categories or links from categories;
    show      — displays lists of files and categories;
    open      — opens files;
    run       — runs executable files;
    copy      — copies files;
    backup    — copies data from one Vitis instance to another.
For additional information:
    --help    — displays this help message;
    --version — displays the program version.

For more detailed information, see the help for individual commands:
    vitis mkfs --help
    vitis mount --help
    vitis umount --help
    vitis state --help
    vitis assign --help
    vitis rename --help
    vitis move --help
    vitis create --help
    vitis delete --help
    vitis show --help
    vitis open --help
    vitis run --help
    vitis copy --help
    vitis backup --help
