aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Add history deletion (#791)Ellie Huxtable2023-03-20
| | | | | | | | | | | | | * Drop events. I'd still like to do them, but differently * Start adding delete api stuff * Set mailmap * Delete delete delete * Fix tests * Make clippy happy
* skim-demo (#695)Conrad Ludgate2023-03-19
| | | | | | | | | | | | | | | * skim-demo * skim some more * Weight first word match higher (#712) * some improvements * make skim opt-in --------- Co-authored-by: Frank Hamand <frankhamand@gmail.com>
* fix: many wins were broken :memo: (#789)Nico Kokonas2023-03-19
|
* Prefer PWD environment variable over cwd if available to better support ↵Patrick Decat2023-03-14
| | | | symbolic links (#783)
* Fixes a bug on windows (#780)YummyOreo2023-03-14
| | | | | * Fixes the windows double input issue instead of the patchy way * clippy allow
* Add mailmap and update author information for github@nwex.de (#782)networkException2023-03-14
|
* fix(installer): use case-insensitive comparison (#776)Austin Schey2023-03-13
|
* add common prefixes and subcommands to stats (#773)Conrad Ludgate2023-03-13
| | | | | * add common prefixes and subcommands to stats * fmt
* fix new stats unique count (#772)Conrad Ludgate2023-03-09
|
* Allow specifying fulltext as well as full-text (#771)Ellie Huxtable2023-03-09
|
* Fix before/after combined with limit (#770)Ellie Huxtable2023-03-08
| | | | | | | | | | | | | | * Fix before/after combined with limit Mixing filters done in Rust with filters done in SQL is _no bueno_. Been meaning to do this for a while anyways. Search params are getting a bit fat but oh well! * Make an excuse for a big function sig * Do options map_or not if * Fix tests
* Minor documentation updates (#767)onkelT22023-03-08
|
* Docker isn't interactive ofc (#766)Ellie Huxtable2023-03-07
|
* Install CA certificates in docker image (#765)Ellie Huxtable2023-03-07
|
* Add register notification webhook (#764)Ellie Huxtable2023-03-07
| | | | I find it super motivating when people use my stuff, so this makes it _even easier_ to know when someone new signs up!
* fix(client): always read session_path from settings (#757)Luke Karrys2023-03-06
| | | | | | | * fix(client): always read session_path from settings * fixup! fix(client): always read session_path from settings * fixup! fix(client): always read session_path from settings
* Windows support (#754)YummyOreo2023-03-05
| | | | | | | | | | | | | | | | | | | * adds support for getting home dir in windows * fixes bug * adds windows server support + build for linux ^| todo: test server on linux * improvements to redability * removes comment * returns if windows when importing auto * this should be here, to prevent double inputs * adds explanation to why we have to throw away 1 event in the tui * better message when running atuin import on windows + spell fix
* Bump debian from bullseye-20230208-slim to bullseye-20230227-slim (#744)dependabot[bot]2023-03-05
| | | | | | | | | | | | Bumps debian from bullseye-20230208-slim to bullseye-20230227-slim. --- updated-dependencies: - dependency-name: debian dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add common default keybindings (#719)Steven Xu2023-03-05
| | | | | | | | | * feat: add common default keybindings * feat: add `WORD_SEPARATORS` to config as `word_chars`, as this is what *Zsh* calls it * feat: add option for *Emacs* word jumping * feat: scroll with `PageUp` and `PageDown`, cf #374
* Up arrow filter_mode setting default to global filter mode (#758)Ellie Huxtable2023-03-05
| | | Resolves #756
* Show preview of selected command (#643)Patrick Decat2023-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | * Only show help if terminal strictly has more than one line * There is no border around the input line in compact mode * Add command preview * Dynamic preview height * Avoid extra allocations Co-authored-by: Conrad Ludgate <oon@conradludgate.com> * Address clippy error * Merge normal and compact views code * Add show_preview setting, disabled by default * Convert `bool` to `int` with `if` for legibility --------- Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
* docs(README): fix activity graph link (#753)Krithic Kumar2023-03-02
|
* Rework Bash import (#747)cyqsimon2023-03-02
| | | | | | | | | * Rework Bash import Closes #745 - Imported history is now ordered correctly - Timestamps (when `HISTTIMEFORMAT` is set) are handled correctly * Timestamp tests test for strict sorting
* Fix race condition in directory tests (#748)cyqsimon2023-03-02
|
* nix: add flake-compat (#743)0x4A6F2023-03-01
|
* Update flake.lock to Rust 1.67 (#749)Patrick Jackson2023-03-01
|
* Add hachyderm to homeEllie Huxtable2023-02-28
|
* Add verificationEllie Huxtable2023-02-28
|
* Add Hachyderm links (#742)Ellie Huxtable2023-02-28
|
* Patch release v13.0.1 (#741)Ellie Huxtable2023-02-28
| | | | | * Patch release v13.0.1 * Update blog post
* fix registration (#740)Conrad Ludgate2023-02-28
|
* Disable 2 tests that shouldn't run in release mode (#736)cyqsimon2023-02-27
| | | | | These tests expect `debug_assert!` to panic: - `pos_of_panics_on_out_of_bounds` - `index_of_panics_on_out_of_bounds`
* [docs] fix some links between config and commands (#733)Maurice Escher2023-02-27
|
* Fix link to self-hosting (#731)Alpha Chen2023-02-27
|
* Fix editURL for docs (#732)Alpha Chen2023-02-27
|
* Revert "Re-enable arm docker builds (#616)" (#730)Ellie Huxtable2023-02-26
| | | | | | | Docker builds are failing on ARM, let's see if they work on AMD. Might be worth waiting until we have less C that needs building This reverts commit f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5.
* Enable RUST_BACKTRACE for docker builds (#729)Ellie Huxtable2023-02-26
| | | They're failing on ARM atm, maybe this will help
* Release v13 (#727)Ellie Huxtable2023-02-26
| | | | | | | * Write release blog post * Bump versions * Update contributors
* Docs index pageEllie Huxtable2023-02-26
|
* More fixes :)Ellie Huxtable2023-02-25
|
* I think the link checker gets it wrong sometimesEllie Huxtable2023-02-25
|
* Fix website buildEllie Huxtable2023-02-25
|
* Add fancy web docs (#725)Ellie Huxtable2023-02-25
| | | | | | | | | | | | | * Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
* Revert "Remove shortcut numbers (#708)" (#724)Ellie Huxtable2023-02-24
| | | This reverts commit 3fdd4f4591bc573906480c1c700df91ba866a2cb.
* Remove shortcut numbers (#708)Ellie Huxtable2023-02-15
| | | | | | | | * Remove shortcut numbers I was also going to remove the offset so scrolling only happens at the top. But tbh, I quite like it this way. * Remove key binding
* Bump lukemathwalker/cargo-chef (#715)dependabot[bot]2023-02-15
| | | | | | | | | | | | Bumps lukemathwalker/cargo-chef from latest-rust-1.67.0 to latest-rust-1.67.1. --- updated-dependencies: - dependency-name: lukemathwalker/cargo-chef dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add nix files and install instructions (#477)Jamie Quigley2023-02-15
|
* Add support for generic database in AppState (#711)Erwin Kroon2023-02-15
|
* fish: Fix `atuin init` for the fish shell (#699)Tobias Hunger2023-02-14
|
* Check before unwrapping in stats (#717)Ellie Huxtable2023-02-14
| | | Should fix the error @pdecat found!