diff options
| author | Zhizhen He <hezhizhen.yi@gmail.com> | 2026-01-30 11:41:20 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-30 03:41:20 +0000 |
| commit | 97c3b77d278ceb513d9744ec556e78ec11e20ba7 (patch) | |
| tree | 1afee70d27ebc3f2d3f8ab1ed0820de12b581f2a | |
| parent | Revert "feat: left arrow/backspace on empty to start edit" (#3115) (diff) | |
| download | atuin-97c3b77d278ceb513d9744ec556e78ec11e20ba7.zip | |
docs(README): update links (#3116)
| -rw-r--r-- | README.md | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -21,18 +21,13 @@ <a href="https://twitter.com/atuinsh"><img src="https://img.shields.io/twitter/follow/atuinsh?style=social" /></a> </p> - [English] | [简体中文] - Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and _fully encrypted_ synchronisation of your history between machines, via an Atuin server. - - - <p align="center"> <img src="demo.gif" alt="animated" width="80%" /> </p> @@ -41,10 +36,6 @@ server. <em>exit code, duration, time and command shown</em> </p> - - - - As well as the search UI, it can do things like this: ``` @@ -76,6 +67,7 @@ I wanted to. And I **really** don't want to. - [Setting up sync](https://docs.atuin.sh/guide/sync/) - [Import history](https://docs.atuin.sh/guide/import/) - [Basic usage](https://docs.atuin.sh/guide/basic-usage/) + ## Supported Shells - zsh @@ -89,7 +81,7 @@ I wanted to. And I **really** don't want to. ### Forum -Atuin has a community forum, please ask here for help and support: https://forum.atuin.sh/ +Atuin has a community forum, please ask here for help and support: <https://forum.atuin.sh/> ### Discord @@ -114,13 +106,13 @@ Then restart your shell! > [!NOTE] > > **For Bash users**: The above sets up `bash-preexec` for necessary hooks, but -> `bash-preexec` has limitations. For details, please see the +> `bash-preexec` has limitations. For details, please see the > [Bash](https://docs.atuin.sh/guide/installation/#installing-the-shell-plugin) > section of the shell plugin documentation. # Security -If you find any security issues, we'd appreciate it if you could alert ellie@atuin.sh +If you find any security issues, we'd appreciate it if you could alert <ellie@atuin.sh> # Contributors @@ -131,4 +123,4 @@ If you find any security issues, we'd appreciate it if you could alert ellie@atu Made with [contrib.rocks](https://contrib.rocks). [English]: ./README.md -[简体中文]: ./docs/zh-CN/README.md +[简体中文]: ./docs-i18n/zh-CN/README.md |
