Ellie Huxtable
Ellie Huxtable
Quite a few people have mentioned https://github.com/larkery/zsh-histdb to me Atuin should be able to import from a zsh-histdb database file!
For instance: https://github.com/ellie/atuin/runs/6747277995?check_suite_focus=true Looks like we're not the first to have this either: https://github.com/atomicdata-dev/atomic-data-rust/issues/198
WIP, so please just ignore this for now This should eventually replace our sync and allow for deletions!
tui has switched to crossterm as the default, instead of termion The reasoning given is here: https://github.com/fdehau/tui-rs/pull/553 I think it's pretty reasonable, and would probably make sense for us to...
As suggested by @conradludgate in #112, the search command could be improved! The current filters should be accepted *more than once*. So `atuin search --exit 1 --exit 0` should return...
See https://github.com/ellie/atuin/pull/46 for context! Currently the release file builder names does not include the `v` in the version part filename For instance, we currently have `atuin_0.6.4_amd64.deb`, when really what we...
It can be really useful to search the local Atuin history database via SQL queries Extend `atuin search` with a `--sql` flag - this should allow entering raw SQL queries....
## Changes Add @danielxnj *Please describe.* *Add screenshots or screen recordings for visual / UI-focused changes.* ## Checklist - [ ] Titles are in [sentence case](https://apastyle.apa.org/style-grammar-guidelines/capitalization/sentence-case) - [ ] Feature...
We investigated doing this a while ago: https://github.com/ellie/atuin/pull/182 At the time, NuShell did not have the hooks we needed. But it sounds like now it does! https://twitter.com/jntrnr/status/1622274570651865090?s=20
After merging this, I'm working on configurable UI before v15 The idea there is that we can control much more than just compact etc, and toggle each part of the...