Back to Superfile

superfile | terminal-based file manager

website/src/content/docs/index.mdx

1.5.01.0 KB
Original Source

import { Card, CardGrid } from '@astrojs/starlight/components'; import GithubStar from '../../components/GithubStar.astro'; import About from '../../components/about.astro';

<GithubStar />

Features

<CardGrid stagger> <Card title="Exquisite and beautiful UI" icon="star"> It can be said that good-looking is the original intention of superfile, so the entire superfile should be as beautiful as possible. </Card> <Card title="Complete functions" icon="seti:nunjucks"> This file manager allows you to do almost everything you want to do on a file manager. </Card> <Card title="Fully customizable" icon="setting"> From basic Hotkey, the entire theme color and even the border Style can be customized. </Card> <Card title="Multiple panel" icon="seti:plan"> Multiple panel allows you to view multiple directories at the same time and copy and paste in just a few simple steps without having to return to the main directory. </Card> </CardGrid> <About title="Built with ❤️ by Yorukot and all contributor"> </About>