| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
* Add connect timeout and overall timeout
* Make it configurable
* Fix test
* Add docs
|
| |
|
|
|
|
|
|
|
|
|
| |
* feat(keyup): Configure SearchMode for KeyUp invocation #1216
* docs: adjusted search mode documentation
* feat: setting search mode on engine
* chore: cargo fmt
* chore: removed redundant field name
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'd like to extend the regex list here very soon, but start off by
automatically filtering out secrets. Do not store them in history!
I've included regex for:
1. AWS key id
2. Github pat (old and new)
3. Slack oauth tokens (bot, user)
4. Slack webhooks
5. Stripe live/test keys
Will need updating after #806
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
| |
The repo now lives on an org! Move all references to the old path.
|
| |
|
|
|
| |
* use Ctrl-n instead of Alt-n on macOS
* make ctrl-n instead of alt-n configurable
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)
---
updated-dependencies:
- dependency-name: semver
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* Add OG image
* Fix
* byebye
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I don't think `set-env` exists π€
```
β― : set-env ATUIN_NOBIND = true
Error: nu::shell::external_command
Γ External command failed
ββ[entry #6:1:1]
1 β set-env ATUIN_NOBIND = true
Β· ββββ¬βββ
Β· β°ββ did you mean 'let-env'?
β°ββββ
help: No such file or directory (os error 2)
```
|
| | |
|
| |
|
|
|
| |
* Move key binding docs so they can be more easily found
* Redirect
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
We were lacking some docs here really. Walk new users through getting
installed and signed up!
Coming next
- Common config (how to disable the up arrow lol)
- Troubleshooting
- Community config/integrations
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Release v15.0.0
* Draft post
* Update contributors
|
| |
|
|
|
| |
* Make volume path absolute
* Update docs/docs/self-hosting/docker.md
|
| |
|
|
|
|
|
| |
* Add option to completely disable help row
* Pass full settings object to draw command
* Add documentation for show_help
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Stop running triggers on history delete
* Move to account management dir
* Alter trigger function to only run for inserts
* wip
* Add atuin account subcommands, and re-org delete
* Clarify docs
* Delete silly dupe migration
* Um where did this come from
* Oops, insert only plz
|
| |
|
|
|
| |
improve login password incorrect error message
update docs for registration with passwords
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added DELETE register endpoint
* Added remove function to database
* Added unregister to client
* Updated docs
* Renamed functions
* Reformatting
* Used execute instead of fetch in delete_user
|
| | |
|
| | |
|
| |
|
| |
This commit fixes the spelling of "variables" in a couple of places.
|
| |
|
|
| |
Cloning does not automatically cd to the new directory,
and we need to cd to "atuin" *inside* the cloned repository.
|
| |
|
|
|
|
|
| |
* add a command flag for `inline_height`
* docs
* docs: better formating for short command flags
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added Shortcuts section to keybinings
* Removed obvious shortcuts
* Update docs/docs/config/key-binding.md
Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
* Update docs/docs/config/key-binding.md
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
* replaced cursor keys with emojis
* got back to utf symbols
---------
Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Co-authored-by: Conrad Ludgate <oon@conradludgate.com>
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* Avoid accidentally deleting all history, but allow it if intended
* docs
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Add `-r/--reverse` flag to `atuin search` to allow searching by oldest
results first.
Example to find the oldest `cargo` command:
```
atuin search --limit 1 --reverse cargo
```
|