import React from 'react'; import clsx from 'clsx'; import Link from '@docusaurus/Link'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import Layout from '@theme/Layout'; import HomepageFeatures from '@site/src/components/HomepageFeatures'; import styles from './index.module.css'; function HomepageHeader() { const { siteConfig } = useDocusaurusContext(); return (

Making your shell magical

Sync, search and backup shell history with Atuin

Get Started
); } export default function Home() { const { siteConfig } = useDocusaurusContext(); return (

What is Atuin?

Atuin is a command-line tool that enables you to make better use of your shell, by giving ctrl-r superpowers.

Every line you write is stored - ready to be queried and ran again at any point, from any machine you wish. Never forget again!

Sync your history between all of your machines, and search it from anywhere

Generate statistics from your shell history, such as this activity graph

); }