aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Collapse)AuthorAge
* docs(readme): add repology badge (#1494)Marcin Puc2024-01-03
|
* docs: remove stray character from READMEEllie Huxtable2024-01-01
|
* fix(docs): discord link expiredEllie Huxtable2023-12-31
|
* fix(bash): improve the support for `enter_accept` with `ble.sh` (#1465)Koichi Murase2023-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* docs(readme): use picture element for logoEllie Huxtable2023-12-16
|
* docs(readme): fix light/dark mode logoEllie Huxtable2023-12-16
|
* docs: add fish install script (#1447)Ellie Huxtable2023-12-14
|
* docs: add Void Linux install instruction (#1445)Marcin Puc2023-12-14
| | | | | * docs(readme): add Void Linux install instruction * docs: add Void Linux install instruction to advanced-install.md
* docs: align setup links in docs and readme (#1446)Ellie Huxtable2023-12-14
|
* docs: add link to forumEllie Huxtable2023-12-12
|
* docs(readme): add actuated linkbackEllie Huxtable2023-12-12
| | | | | Thanks again for the sponsorship @alexellis ref: https://docs.actuated.dev/faq/#is-there-a-sponsored-subscription-for-open-source-projects
* Update README.md logo heightEllie Huxtable2023-12-12
|
* Update README.md logoEllie Huxtable2023-12-12
|
* chore(readme): add contributor image to README (#1430)Ellie Huxtable2023-12-10
|
* Bash `enter_accept` best effort fixes (#1384)Patrick Jackson2023-11-10
| | | | | * fix(bash): Rewrite the enter_accept integration * docs(bash): Update bash installation instructions with warnings
* Remove fig from README (#1197)Ellie Huxtable2023-08-28
|
* Fix keybinding link in README (#1173)Edward Loveall2023-08-17
|
* Move all references to the old repo (#1132)Ellie Huxtable2023-07-30
| | | The repo now lives on an org! Move all references to the old path.
* Update Arch Linux links in README (#1016)éclairevoyant2023-05-30
|
* validate usernames on registration (#982)Conrad Ludgate2023-05-16
| | | | | improve login password incorrect error message update docs for registration with passwords
* Include bash preexec warning (#983)Ellie Huxtable2023-05-16
|
* Update README.md: Disable update check for offline mode (#960)Aleks Bunin2023-05-09
|
* docs: fix "From source" `cd` command (#937)Richard de Boer2023-05-06
| | | | Cloning does not automatically cd to the new directory, and we need to cd to "atuin" *inside* the cloned repository.
* docs: Fix broken links in README.md (#920)Qiming Xu2023-05-02
|
* Fix fig plugin link (#924)Robin Millette2023-04-28
|
* Release Atuin v14 (#836)Ellie Huxtable2023-04-01
| | | | | | | * Bump versions * Write release notes * add link
* Update README.mdEllie Huxtable2023-03-26
|
* 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>