From a1eb31e365dc8e8aad90f2f38a4ef01aae6f3015 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 8 Mar 2024 23:52:15 +0300 Subject: [PATCH] eshell-atuin: add to package list --- org/pages/emacs-packages.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/org/pages/emacs-packages.org b/org/pages/emacs-packages.org index 980f2f6..c1ccb24 100644 --- a/org/pages/emacs-packages.org +++ b/org/pages/emacs-packages.org @@ -7,6 +7,17 @@ Following is the list of Emacs packages I authored. See also [[/packages/][the same list with timestamps]], and the corresponding [[/packages/index.xml][RSS feed]]. This page is somewhat inspired by https://protesilaos.com/emacs/, thanks Prot. +* eshell-atuin +Integrate [[https://www.gnu.org/software/emacs/manual/html_mono/eshell.html][eshell]] with [[https://github.com/atuinsh/atuin][atuin]]. + +=atuin= stores shell history in a database, which allows for having the same history across multiple shells, sessions, and optionally across different machines. See the project page for the complete list of features. + +This package provides functionality to store and browse eshell history in =atuin=. + +- Package name: =eshell-atuin= +- Homepage: https://sqrtminusone.xyz/packages/eshell-atuin +- Git repo: https://github.com/SqrtMinusOne/eshell-atuin + * org-clock-agg Aggregate [[https://orgmode.org/manual/Clocking-Work-Time.html][org-clock]] records and display the results in a tree form.