aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/at/atuin (unfollow)
Commit message (Collapse)Author
8 daysmodules/{atuin,common,backup}: Fix minor typos and unused importsBenedikt Peetz
2026-04-14modules/atuin: Use a dedicated log directory instead of one in `$HOME`Benedikt Peetz
2026-04-14modules/atuin: Use the daemonBenedikt Peetz
This might improve cli performance.
2026-04-14modules/atin: Use upstream packageBenedikt Peetz
`atuin` now supports configuring the keymap.
2025-05-16modules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz
A VM/test without age keys still needs to be able to use this modules.
2025-05-05modules/atuin: Use the new sync serverBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-03-30fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz
2024-12-30fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz
This allows me, to still benefit from upstream version updates.
2024-10-21fix(modules/atuin): Swap cursor modesBenedikt Peetz
All my software is using a block cursor in normal/command mode and a bar cursor for insert mode when doing `vi` emulation. `atuin` should do the same.
2024-10-18fix(modules/atuin): Avoid setting `common_subcommands`Benedikt Peetz
This list already contained nix, and it should be better to follow upstreams changes here, instead of hardcoding it.
2024-10-18fix(modules/atuin/secrets): Make encryption key shorterBenedikt Peetz
This might allow `atuin` to parse this key.
2024-10-18fix(modules/atuin): Don't try to save space at all costsBenedikt Peetz
`atuin` really breaks with these settings. Thus, it's better to allow it to take up more space.
2024-10-18fix(modules/atuin/secrets): Improve secret key formattingBenedikt Peetz
The current formatting does not work with atuin.
2024-10-18feat(modules/atuin): InitBenedikt Peetz