| Commit message (Collapse) | Author |
|
This script depends on the deprecated shell-library, and as such was
unusable for over a year. It's time to remove it from the closure.
|
|
|
|
|
|
|
|
|
|
That makes the mappings for `~/.config` or `~/.local` more accessible.
|
|
This mode effectively replaces the display lf gives you for mappings.
|
|
|
|
|
|
This shaves off around 1.2 GB from the system closure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`atuin` now supports configuring the keymap.
|
|
My patches have been merged upstream.
|
|
|
|
|
|
|
|
The previous code only cared if the weight was positive, neutral, or
negative; which meant that it considered a track with weight = -1 equal
to one with weight = -999. This algorithm now performs a weighted
random selection based on the weight.
|
|
|
|
|
|
This tries to keep the playlist size somewhat bounded, but is probably
not yet a perfect solution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is easier to handle the messages before sending them.
The only thing we lose is the ability to specify messages via external
clients.
|
|
|
|
It returns number of bytes, as such a char such as `Á` has a length of
2.
|
|
That is already covered by the `by-name` update script.
|
|
|
|
This is way more useful, than hard-coding `localhost:6600`.
|
|
This is not a library, as such we can just use anyhow and provide better
and more concise errors to the user.
|
|
This provides swallowing for river.
|
|
This allows us to correctly track "negative" ratings, when the user
specifies `rating decr` multiple times.
|
|
|