aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/src/settings/scripts.rs (follow)
Commit message (Collapse)AuthorAge
* chore: Remove more useless codeBenedikt Peetz3 days
|
* chore: Allow setting script DB path (#2750)Michelle Tilley2025-05-13
| | | | | * chore: Allow setting script DB path * Rename scripts.database_path setting to scripts.db_path to match other crates
* feat: support storing, syncing and executing scripts (#2644)Ellie Huxtable2025-04-07
* 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