summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-14Ignore commands beginning with a space, resolve #114 (#123)Ellie Huxtable
2021-05-14run shellcheck (#97)Ian Smith
2021-05-10Release v0.7.0 (#103)v0.7.0Ellie Huxtable
2021-05-10Implement 'quick access' via Alt-<n> (#79)Yuvi Panda
2021-05-09Use format! instead of string concat (#94)Yuvi Panda
2021-05-09some changes :shrug: (#83)Conrad Ludgate
2021-05-09Add logout, only login if not already logged in (#91)Ellie Huxtable
2021-05-09Add Emacs style ctrl-g, ctrl-n, and ctrl-p (#77)Will Fancher
2021-05-09fix some bugs (#90)Conrad Ludgate
2021-05-09Allow listing or searching with only the command as output (#89)Ellie Huxtable
2021-05-09Fix bash integration to set the session (#88)Ellie Huxtable
2021-05-09Generic Importer Trait (#71)Conrad Ludgate
2021-05-09Fix resh importer, and change error handling method (#82)Jamie Quigley
2021-05-09Run shellcheck on bash file (#81)Yuvi Panda
2021-05-09Use an enum for dialect (#80)Yuvi Panda
2021-05-09Support fulltext search of commands (#75)Yuvi Panda
2021-05-08Retain the query entered into the TUI (#76)Ellie Huxtable
2021-05-08Add importer for resh_history file (#69)Jamie Quigley
2021-05-08Add Ctrl-d as a way of exiting the TUI (#65)Jamie Quigley
2021-05-08Add ATUIN_NOBIND (#62)Ellie Huxtable
2021-05-08Allow using Ctrl-c to exit (#53)Ellie Huxtable
2021-04-26Release v0.6.4v0.6.4Ellie Huxtable
2021-04-26Fix pipelineEllie Huxtable
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-14Optimise docker (#34)Ellie Huxtable
2021-04-13Add dockerfile (#32)Ellie Huxtable
2021-04-13Add history sync, resolves #13 (#31)Ellie Huxtable
2021-04-09Update configEllie Huxtable
2021-04-06Bump rusqlite from 0.24.2 to 0.25.0 (#30)dependabot[bot]
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-16BUFFER -> LBUFFEREllie Huxtable
2021-02-15Add init command (#12)Ellie Huxtable
2021-02-15Satisfy clippyEllie Huxtable
2021-02-15Allow listing by current directory and/or sessionEllie Huxtable
2021-02-15Fix import messageEllie Huxtable
2021-02-15use database trait instead of sqlite impl (#10)Conrad Ludgate
2021-02-14Bump versionEllie Huxtable
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
2021-02-14Add test for extended parsingEllie Huxtable
2021-02-14a few more tiny touch ups (#7)Conrad Ludgate
2021-02-14tidy some stuff (#6)Conrad Ludgate
2021-02-14Neaten the history listing code (#5)Ellie Huxtable
2021-02-14Make pedantic clippy happyEllie Huxtable