atuin/src
Yuvi Panda c02934d184
Implement 'quick access' via Alt-<n> (#79)
* Implement 'quick access' via numbers

Puts numbers 0-9 next to commands *above* current selection.
Ctrl-<number> should activate them - but since Ctrl-<num> are
reserved by terminal, this does not currently work. Need to
find different sets of keyboard shortcuts.

Numbers are *above* current selection, since the user must use
the arrow keys to go over the commands below current selection
before reaching selection.

* Use Alt+<n> to select last nth command

* Don't print Opt+0

Same as <Enter>

* Run rustfmt

* Simplify code

- Use ? operator for getting selected item
- Use RangeInclusive to check if character pressed is a number
2021-05-10 12:55:29 +01:00
..
command Implement 'quick access' via Alt-<n> (#79) 2021-05-10 12:55:29 +01:00
shell Fix bash integration to set the session (#88) 2021-05-09 18:47:41 +01:00
main.rs Release v0.6.4 2021-04-26 18:36:19 +01:00