| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
* ci: use native github arm64 runner
Signed-off-by: Devin Buhl <devin@buhl.casa>
* Update README.md
---------
Signed-off-by: Devin Buhl <devin@buhl.casa>
|
| | |
|
| |
|
| |
`atuin` was moved into the `crates/` directory in 95cc4720
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current widget names for Zsh start with "_", which gives an
impression to users that those widgets are internal API and should not
be bound by the users. However, we actually instruct users to set up
custom keybindings by specifying them to bindkey.
In other shells, a separate namespace for widgets are not prepared, so
we want to prefix "_" to shell function names to tell the users that
these are not the commands that are supposed to be called from the
command line. However, the widget names are separated in their own
namespace in Zsh, so we do not have to isolate them by prefixing "_".
In fact, other frameworks such as `fzf` define widgets with names not
starting with "_".
In this patch, we update the widget names to have the form "atuin-*".
The old widget names that existed in the release version <= 17.2.1 are
left for compatibility.
|
| | |
|
| |
|
| |
Linux name correction
|
| |
|
| |
The repo now lives on an org! Move all references to the old path.
|
| |
|
|
| |
Cloning does not automatically cd to the new directory,
and we need to cd to "atuin" *inside* the cloned repository.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
* update zh-CN docs
* update zh-CN docs
* update zh-CN docs
* update zh-CN docs
|
| | |
|
|
|
* Add Chinese documentation translation
* Fix spelling mistakes
|