You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
19
+
Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands.
20
+
Additionally, it provides optional and fully encrypted synchronization of your history between machines, via an Atuin server.
18
21
19
22
%prep
20
-
%autosetup -n atuin
21
-
23
+
%autosetup -c
22
24
cp %{SOURCE1} CONFIGURATION.md
23
-
#cp %{SOURCE2} .
24
-
#cp %{SOURCE3} .
25
+
cp %{SOURCE2} .
25
26
26
27
%build
27
28
28
29
%install
29
30
# Ensure the source binary is in the expected location
0 commit comments