aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/src/command/mod.rs (unfollow)
Commit message (Expand)Author
3 dayschore: Remove all `pub`sBenedikt Peetz
3 dayschore: Move everything into one big crateBenedikt Peetz
3 dayschore: Turn all `allow`s into into `expect`sBenedikt Peetz
6 daysfeat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley
2026-05-11chore: Rename 'atuin hex' to 'atuin pty-proxy' (#3473)Michelle Tilley
2026-03-09feat: use pty proxy for rendering tui popups without clearing the terminal (#...Ellie Huxtable
2026-01-28feat: move atuin-server to its own binary (#3112)Ellie Huxtable
2025-10-23feat Add PowerShell support (#2543)Lucas Trzesniewski
2025-04-02feat: Binaries as subcommands (#2661)Michelle Tilley
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
2024-02-29feat(nushell): add nushell completion generation (#1791)Remmy Cat Stock
2024-02-15feat: support syncing aliases (#1721)Ellie Huxtable
2024-01-14fix(windows): disables unix specific stuff for windows (#1557)YummyOreo
2024-01-12fix(perm): set umask 077 (#1554)Ellie Huxtable
2023-05-17Restructure account commands to account subcommand (#984)Ellie Huxtable
2023-04-14Workspace reorder (#868)Vladislav Stepanov
2023-04-11Switch to uuidv7 (#864)Ellie Huxtable
2022-12-24Rework `atuin init` (#652)Jamie Quigley
2022-10-18Upgrade clap (#568)Conrad Ludgate
2022-10-04Add contributors command (#550)Ellie Huxtable
2022-09-25Allow stateless commands to be run without config/database (#544)c-14
2022-05-13Allow to build atuin server without client (#404)Jakub Jirutka
2022-05-09Importer V3 (#395)Conrad Ludgate
2022-04-22feature-flags (#328)Conrad Ludgate
2022-04-21refactor commands for better separation (#313)Conrad Ludgate
2022-04-12goodbye warp, hello axum (#296)Conrad Ludgate
2022-04-07Update to clap 3.1.x (#289)Jamie Quigley
2021-12-11Enable help messages for command line arguments (#239)Orhun Parmaksız
2021-12-10Support generating shell completions (#235)Orhun Parmaksız
2021-12-08feat: login/register no longer blocking (#216)Conrad Ludgate
2021-11-17chore: add more eyre contexts (#200)Conrad Ludgate
2021-11-13chore: some new linting (#201)Conrad Ludgate
2021-09-24feat: allow input of credentials from stdin (#185)Jannik
2021-09-24Resolve clippy warnings (#187)Jannik
2021-05-09Add logout, only login if not already logged in (#91)Ellie Huxtable
2021-05-09Allow listing or searching with only the command as output (#89)Ellie Huxtable
2021-05-09Support fulltext search of commands (#75)Yuvi Panda
2021-04-26Support bash, resolves #3Ellie Huxtable
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
2021-04-21Bugfixes, show time ago, perf improvementsEllie Huxtable
2021-04-20Use cargo workspaces (#37)Ellie Huxtable
2021-04-20Switch to Warp + SQLx, use async, switch to Rust stable (#36)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-03-21Implement server (#23)Ellie Huxtable
2021-03-20Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable
2021-03-10Add config file support (#15)Ellie Huxtable
2021-02-15Add init command (#12)Ellie Huxtable
2021-02-15use database trait instead of sqlite impl (#10)Conrad Ludgate
2021-02-14Add stats command (#9)Ellie Huxtable
2021-02-14zsh bin is sometimes /usr/bin/zsh or might be elsewhere too (#8)Conrad Ludgate