Usage: dnc [FLAG(S) | COMMAND]

When opening a location with dance:
    if directory:
        CD into it in terminal.
    if text-file:
        Open in editor (see "editor" command)
    if other/undefined:
        Open using "open" on MacOS and "xdg-open" on Linux.

----------------------------

FLAGS

-l                  Disable "last accessed" behaviour and use
                    an A-Z sorting behaviour instead.

-n, --no-hints      Disable shortcut hints.

-h, --help          Displays this help message. When the help flag
                    is added, it will override all other flags or arguments.

COMMANDS

editor <cmd>        Sets editor command for opening text files (default: "nvim").
                    Add double-quotes if the command includes spaces.
                    Example 1: dnc editor "open -a 'TextMate'"
                    Example 2: dnc editor hx

add [path] [alias]  Add a file or directory to the dance list.
                    Defaults to current directory if no argument is added.
                    If a path is specified without an alias, a new alias will be
                    derived from the directory/file name.
                    Example 1: dnc add ~/.config/nvim "nvim config"
                    Example 2: dnc add . "journal"

reset               Resets dance to its default state, removing all
                    perpetually stored data ($HOME/.config/dnc/dnc.json).
