aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAge
...
* feat: add *Nushell* support (#788)Steven Xu2023-03-26
| | | | | | | | | * feat: add *Nushell* support * refactor: use `sh` to swap `STDOUT` and `STDERR` instead of using a temporary file * feat: include both keybindings, with the current REPL buffer passed to *Atuin*'s * feat: don't record commands run by keybindings
* docs(README): fix activity graph link (#753)Krithic Kumar2023-03-02
|
* Add verificationEllie Huxtable2023-02-28
|
* Add Hachyderm links (#742)Ellie Huxtable2023-02-28
|
* 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
* Add nix files and install instructions (#477)Jamie Quigley2023-02-15
|
* docs(README): add static activity graph example (#680)Eric Ripa2023-02-10
| | | resolves ellie/atuin#678
* Update README.md (#704)Ellie Huxtable2023-02-10
|
* Fix CI build badge (#683)Martin Junghanns2023-02-05
| | | | | see https://github.com/badges/shields/issues/8671 also, nice talk at FOSDEM :)
* Rework `atuin init` (#652)Jamie Quigley2022-12-24
| | | | | | | | | | | | | | * Rework `atuin init` This allows users to disable the CTRL-R and Up Arrow bindings, independently from one another * Document --disable-{ctrl-r,up-arrow} * Apply suggestions from code review Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Update README.md with antigen instruction. (#549)Webmaster At Cosmic DNA2022-11-02
| | | | | | | | | | | | | | | * Update README.md with antigen instruction. Add Antigen plugin manager instruction. * Update README.md Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> * Update README.md Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com> Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* update zh-CN docs (#539)Bruce Huang2022-10-08
| | | | | | | | | * update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
* Add installer support for Termux (#540)Laurent le Beau-Martin2022-09-25
|
* Add Fig as an installation method to the README (#459)Ilkin Bayramli2022-06-16
|
* Update README.mdEllie Huxtable2022-06-05
|
* Fix text outline for dark modeEllie Huxtable2022-05-30
|
* Update README.mdEllie Huxtable2022-05-19
| | | | | | | Several people have asked why the bindings weren't setup after installing via their package manager I imagine they skip straight to the install section with the name of their pkg tool, without reading the rest of the documentation. This should hopefully make that a bit more clear! Albeit while introducing more repetition
* Update README.mdEllie Huxtable2022-05-10
|
* Add Chinese documentation translation & Fix spelling mistakes (#373)ZhiHong Li2022-05-01
| | | | | * Add Chinese documentation translation * Fix spelling mistakes
* History filter (#329)Ellie Huxtable2022-04-22
| | | | | | | | | | | | | | * Add history filters, and hotkey toggle Switch between different search modes to narrow down the history you want - global search for all history, host for all history from your current machine, session for the current shell session, and directory for the current directory The default can be configured via `filter_mode` * Update docs * Add context
* README: add MacPorts installation instructions (#302)Herby Gillot2022-04-13
| | | https://ports.macports.org/port/atuin/
* Update README.mdEllie Huxtable2022-03-17
|
* Fish importing (#234)Conrad Ludgate2021-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * make a start on fish * fix * test * enable fish * fmt * update histpath set up fish init script * update readme * cover edge case * fmt * fix session variables Co-authored-by: PJ <me@panekj.dev> * respect NOBIND Co-authored-by: PJ <me@panekj.dev> * fix env var setting Co-authored-by: PJ <me@panekj.dev> * fix whitespace Co-authored-by: PJ <me@panekj.dev> * add fish to supported shells Co-authored-by: PJ <me@panekj.dev>
* Support generating shell completions (#235)Orhun Parmaksız2021-12-10
| | | | | | | * Add gen-completions subcommand for generating shell completions * Update documentation about generating shell completions * Include the shell completions in release tarball
* Update installation instructions for Arch Linux (#228)Orhun Parmaksız2021-12-09
|
* Update README.mdEllie Huxtable2021-08-11
|
* instructions to install without tap (#127)Michael Bianco2021-05-14
|
* Adding plugin for zsh (#117)Michael Bianco2021-05-12
| | | | | * Adding plugin for zsh * plugin manager documentation
* Release v0.7.0 (#103)Ellie Huxtable2021-05-10
| | | | | | | | | | | | | | | | * Release v0.7.0 - Update all the crate versions - Update the demo gif - Write a changelog - Adjust the title of the search screen (has the old name still) - Adjust the colours of the quick-jump numbers (sadly invisible on some colour schemes as dark grey :/) * Update README, default config file, docs * Link usernames * Trigger release workflow upon release creation, as well as tags
* Add homebrew install instructionsEllie Huxtable2021-05-08
|
* Add ATUIN_NOBIND (#62)Ellie Huxtable2021-05-08
| | | | | | | | | | | * Add ATUIN_NOBIND * Update docs/key-binding.md `<kbd>`, what magic Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
* Update README and docsEllie Huxtable2021-05-07
|
* Update README.mdEllie Huxtable2021-04-27
|
* Update readmeEllie Huxtable2021-04-26
|
* Update README.mdEllie Huxtable2021-04-26
|
* Pre release polishing (#42)Ellie Huxtable2021-04-26
| | | | | | | | | | | | | * Improve readme * Add demo gif * Update readme * Add mac build * Amend release config * Update gif
* Amend readmeEllie Huxtable2021-04-26
|
* Support bash, resolves #3Ellie Huxtable2021-04-26
|
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
| | | | | | | | | * Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully
* Optimise docker (#34)Ellie Huxtable2021-04-14
| | | | | * Smaller dockerfile, better error handling * Add config dir
* Add TUI, resolve #19, #17, #16 (#21)Ellie Huxtable2021-03-20
|
* Add config file support (#15)Ellie Huxtable2021-03-10
|
* Add init command (#12)Ellie Huxtable2021-02-15
| | | | | | | | * Add init command This makes setting up the shell part of A'tuin much easier. Eval the output of "atuin init". * Update readme, add up binding
* Update README.mdEllie Huxtable2021-02-14
|
* Update README.mdEllie Huxtable2021-02-14
|
* Specify nightlyEllie Huxtable2021-02-14
|
* Update README.mdEllie Huxtable2021-02-14
|
* Update readmeEllie Huxtable2021-02-13
|
* Update README.mdEllie Huxtable2021-02-13
|
* Add fuzzy history search and distinct argEllie Huxtable2021-02-13
|