aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)Author
2024-01-03docs(readme): add repology badge (#1494)Marcin Puc
2024-01-01docs: remove stray character from READMEEllie Huxtable
2023-12-31fix(docs): discord link expiredEllie Huxtable
2023-12-28fix(bash): improve the support for `enter_accept` with `ble.sh` (#1465)Koichi Murase
* feat(bash): check version of ble.sh blehooks are only supported in ble.sh >= 0.4, so we require the ble.sh version to be larger or equal to 0.4. We also describe the version requirement in README.md. * fix(bash): use ble.sh's contrib/integration/bash-preexec ble.sh provides module "contrib/integration/bash-preexec", which can be used with the same interface as bash-preexec. This module provides "preexec_functions" and "precmd_functions" without requiring bash-preexec. This module also properly handles it when both ble.sh and bash-preexec are loaded; the module resolves the conflicts between ble.sh and bash-preexec, and the module also tries to support bash-preexec in the detached state of ble.sh. * fix(bash): use ble.sh's accept-line widget for enter_accept In ble.sh, one can directly call the widget "accept-line" from a shell script. The widget "accept-line" is the actual widget that reserves the command execution in ble.sh, so calling "accept-line" is equivalent to the normal execution. It includes all the necessary adjustments and processing including stty and history. In addition, the command will be executed at the top-level context instead in a function scope. For example, without ble.sh, running "declare -A dict=()" through enter_accept will create an associative array in the function scope unexpectedly. With ble.sh, since the command is executed at the top-level context, such a problem does not happen. When ble.sh is in a detached state, we fall back to the manual execution of the command. In this case, we cannot assume the existence of the shell function "__bp_set_ret_value", so we always use __atuin_set_ret_value.
2023-12-16docs(readme): use picture element for logoEllie Huxtable
2023-12-16docs(readme): fix light/dark mode logoEllie Huxtable
2023-12-14docs: add fish install script (#1447)Ellie Huxtable
2023-12-14docs: add Void Linux install instruction (#1445)Marcin Puc
* docs(readme): add Void Linux install instruction * docs: add Void Linux install instruction to advanced-install.md
2023-12-14docs: align setup links in docs and readme (#1446)Ellie Huxtable
2023-12-12docs: add link to forumEllie Huxtable
2023-12-12docs(readme): add actuated linkbackEllie Huxtable
Thanks again for the sponsorship @alexellis ref: https://docs.actuated.dev/faq/#is-there-a-sponsored-subscription-for-open-source-projects
2023-12-12Update README.md logo heightEllie Huxtable
2023-12-12Update README.md logoEllie Huxtable
2023-12-10chore(readme): add contributor image to README (#1430)Ellie Huxtable
2023-11-10Bash `enter_accept` best effort fixes (#1384)Patrick Jackson
* fix(bash): Rewrite the enter_accept integration * docs(bash): Update bash installation instructions with warnings
2023-08-28Remove fig from README (#1197)Ellie Huxtable
2023-08-17Fix keybinding link in README (#1173)Edward Loveall
2023-07-30Move all references to the old repo (#1132)Ellie Huxtable
The repo now lives on an org! Move all references to the old path.
2023-05-30Update Arch Linux links in README (#1016)éclairevoyant
2023-05-16validate usernames on registration (#982)Conrad Ludgate
improve login password incorrect error message update docs for registration with passwords
2023-05-16Include bash preexec warning (#983)Ellie Huxtable
2023-05-09Update README.md: Disable update check for offline mode (#960)Aleks Bunin
2023-05-06docs: fix "From source" `cd` command (#937)Richard de Boer
Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository.
2023-05-02docs: Fix broken links in README.md (#920)Qiming Xu
2023-04-28Fix fig plugin link (#924)Robin Millette
2023-04-01Release Atuin v14 (#836)Ellie Huxtable
* Bump versions * Write release notes * add link
2023-03-26Update README.mdEllie Huxtable
2023-03-26feat: add *Nushell* support (#788)Steven Xu
* 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
2023-03-02docs(README): fix activity graph link (#753)Krithic Kumar
2023-02-28Add verificationEllie Huxtable
2023-02-28Add Hachyderm links (#742)Ellie Huxtable
2023-02-25Add fancy web docs (#725)Ellie Huxtable
* Add initial site * WIP again * Replace docs with web docs * Bring back translations * Update README.md * remove images
2023-02-15Add nix files and install instructions (#477)Jamie Quigley
2023-02-10docs(README): add static activity graph example (#680)Eric Ripa
resolves ellie/atuin#678
2023-02-10Update README.md (#704)Ellie Huxtable
2023-02-05Fix CI build badge (#683)Martin Junghanns
see https://github.com/badges/shields/issues/8671 also, nice talk at FOSDEM :)
2022-12-24Rework `atuin init` (#652)Jamie Quigley
* 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>
2022-11-02Update README.md with antigen instruction. (#549)Webmaster At Cosmic DNA
* 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>
2022-10-08update zh-CN docs (#539)Bruce Huang
* update zh-CN docs * update zh-CN docs * update zh-CN docs * update zh-CN docs
2022-09-25Add installer support for Termux (#540)Laurent le Beau-Martin
2022-06-16Add Fig as an installation method to the README (#459)Ilkin Bayramli
2022-06-05Update README.mdEllie Huxtable
2022-05-30Fix text outline for dark modeEllie Huxtable
2022-05-19Update README.mdEllie Huxtable
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
2022-05-10Update README.mdEllie Huxtable
2022-05-01Add Chinese documentation translation & Fix spelling mistakes (#373)ZhiHong Li
* Add Chinese documentation translation * Fix spelling mistakes
2022-04-22History filter (#329)Ellie Huxtable
* 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
2022-04-13README: add MacPorts installation instructions (#302)Herby Gillot
https://ports.macports.org/port/atuin/
2022-03-17Update README.mdEllie Huxtable
2021-12-11Fish importing (#234)Conrad Ludgate
* 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>