mirror of
https://github.com/atuinsh/atuin.git
synced 2026-02-07 00:45:49 +01:00
docs(README): update links (#3116)
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
build-docker / publish_x86 (push) Has been cancelled
build-docker / publish_aarch64 (push) Has been cancelled
build-docker / publish_manifest (push) Has been cancelled
Install / install (ubuntu-latest) (push) Has been cancelled
Install / install (macos-14) (push) Has been cancelled
Nix / check (push) Has been cancelled
Nix / build-test (push) Has been cancelled
Rust / build (macos-14) (push) Has been cancelled
Rust / build (ubuntu-latest) (push) Has been cancelled
Rust / build (windows-latest) (push) Has been cancelled
Rust / cross-compile (x86_64-unknown-illumos) (push) Has been cancelled
Rust / unit-test (macos-14) (push) Has been cancelled
Rust / unit-test (ubuntu-latest) (push) Has been cancelled
Rust / unit-test (windows-latest) (push) Has been cancelled
Rust / check (macos-14) (push) Has been cancelled
Rust / check (ubuntu-latest) (push) Has been cancelled
Rust / check (windows-latest) (push) Has been cancelled
Rust / integration-test (push) Has been cancelled
Rust / clippy (push) Has been cancelled
Rust / format (push) Has been cancelled
Shellcheck / shellcheck (push) Has been cancelled
Some checks failed
Codespell / Check for spelling errors (push) Has been cancelled
build-docker / publish_x86 (push) Has been cancelled
build-docker / publish_aarch64 (push) Has been cancelled
build-docker / publish_manifest (push) Has been cancelled
Install / install (ubuntu-latest) (push) Has been cancelled
Install / install (macos-14) (push) Has been cancelled
Nix / check (push) Has been cancelled
Nix / build-test (push) Has been cancelled
Rust / build (macos-14) (push) Has been cancelled
Rust / build (ubuntu-latest) (push) Has been cancelled
Rust / build (windows-latest) (push) Has been cancelled
Rust / cross-compile (x86_64-unknown-illumos) (push) Has been cancelled
Rust / unit-test (macos-14) (push) Has been cancelled
Rust / unit-test (ubuntu-latest) (push) Has been cancelled
Rust / unit-test (windows-latest) (push) Has been cancelled
Rust / check (macos-14) (push) Has been cancelled
Rust / check (ubuntu-latest) (push) Has been cancelled
Rust / check (windows-latest) (push) Has been cancelled
Rust / integration-test (push) Has been cancelled
Rust / clippy (push) Has been cancelled
Rust / format (push) Has been cancelled
Shellcheck / shellcheck (push) Has been cancelled
This commit is contained in:
18
README.md
18
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user