| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 3 days | chore: Remove some unused rust code | Benedikt Peetz | |
| 2026-03-03 | fix: clear script database before rebuild to prevent unique constraint ↵ | Ellie Huxtable | |
| violation (#3232) The script store build() replays all records from the record store into SQLite but never cleared the database first. Stale rows from previous builds caused unique constraint violations on the name index when scripts were renamed or recreated. <!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [ ] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [ ] I have checked that there are no existing pull requests for the same thing | |||
| 2025-09-10 | fix: run `cargo fmt` | Ray Kohler | |
| 2025-09-10 | fix: clean up new rustc and clippy warnings on Rust 1.89 | Ray Kohler | |
| 2025-04-07 | feat: support storing, syncing and executing scripts (#2644) | Ellie Huxtable | |
| * feat: add atuin-scripts crate * initial * define record types * wip * wip * mvp * add show command, make stdin work * rewrite execution to use shebang and script file ALWAYS * rename show -> get, allow fetching script only * fmt * clippy * a bunch of fixes to the edits * update lock * variables * fmt * clippy * pr feedback * fmt | |||
