goto(`/scripts/get/${script.hash}`)} >
{script.summary || script.path}
{script.path}
{truncateHash(script.hash)}
{script.language}
{#if script.kind !== 'script'}
{script.kind}
{/if}
goto(`/scripts/edit/${script.hash}?step=2`)} color="dark" size="xs" variant="border" startIcon={{ icon: faPencil }} > Edit
goto(`/scripts/run/${script.hash}`)} color="dark" size="xs" variant="border" startIcon={{ icon: faPlay }} > Run