--- title: "Better CMD+R - Improved command line history using Atuin" description: "Atuin, a command-line utility for replacing existing shell history with a SQLite database, is introduced. Its features, including advanced search capabilities and optional encrypted history synchronization between devices, are highlighted." slug: better-cmdr-improved-command-line-history-using-atuin date: 2022-10-12 url: https://mfyz.com/?p=787 tags: [ "atuin", "cli", "shell history", "developer tools", "sqlite", "command line", "bash", "zsh", ] category: Geekin' migration: { "wpId": 787, "wpPostDate": "2022-10-12T12:49:56.000Z" } --- ![](/images/archive/en/2022/10/Better-CLI-history.jpg) Atuin is a command line utility that replaces your existing shell history with a SQLite database. ![](/images/archive/en/2022/10/Untitled-1600x1149.gif) Atuin also integrates with your shell history keyboard shortcuts to quickly navigate in your command line history. Atuin supports multiple different types of search, from prefixes to fuzzyFast. It also provides optional and fully encrypted synchronization of your history between devices. Check it out here: [https://atuin.sh](https://atuin.sh)