* Reorder the exit of enhanced keyboard mode * Prevent input to be interpreted as options for zsh autosuggestions * Avoid unexpected `atuin history start` for keybindings * Prevent input to be interpreted as options for blesh auto-complete * Work around custom IFS * Fix and improve the keybinding to `up` * Fix incorrect timing of child shells * Disable musl deb building * Work around bash < 4 and introduce initialization guards * Set umask 077 * Disables unix specific stuff for windows * Fix invisible tab title * Shorten text, use ctrl-o for inspector * Integration on older fishes * Save sync time when it starts, not ends * Print literal control characters to non terminals * Escape control characters in command preview * Use existing db querying for history list * Add acquire timeout to sqlite database connection * Update repo url in CONTRIBUTING.md * Dedupe was removing history * Only escape control characters when writing to terminal * Strip control chars generated by `\[\]` in PS1 with bash-preexec * Check for format errors when printing history * Skip padding time if it will overflow the allowed prefix length * Never overwrite the key * Erase the prompt last line before Bash renders it * Erase the previous prompt before overwriting * Support termcap names for tput * Set durability for sqlite to recommended settings * Correct download list for incremental builds * Add Settings::ut * Enable enhanced keyboard mode * Rework record sync for improved reliability * Include atuin login in secret patterns * Add redraw * Make it clear what you are registering for * Support high-resolution timing even without ble.sh * Add extended help * Add interactive command inspector * Vim mode * Add better error handling for sync * Add history rebuild * Introduce keymap-dependent vim-mode * Make deleting from the UI work with record store sync * Add metrics counter for records downloaded * Make cursor style configurable * Make store init idempotent * Don't stop with invalid key * Add registered and deleted metrics * When in vim-normal mode apply an alternative highlighting to the selected line * [**breaking**] Bind the Atuin search to "/" in vi-normal mode * Update widget names * Make history list format configurable * Add change-password command & support on server * Automatically init history store when record sync is enabled * Add store push * Reencrypt/rekey local store * Add prefers_reduced_motion flag * Add verify command to local store * Add store purge command * Failure to decrypt history = failure to sync * Add `store push --force` * Add `store pull` * Disable auto record store init * Add progress bars to sync and store init OBS-URL: https://build.opensuse.org/package/show/utilities/atuin?expand=0&rev=40
13 lines
473 B
Plaintext
13 lines
473 B
Plaintext
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">atuin-*.tar.gz</param>
|
|
<param name="update">true</param>
|
|
<!-- param name="i-accept-the-risk">RUSTSEC-2023-0071</param -->
|
|
<!-- param name="i-accept-the-risk">RUSTSEC-2022-0093</param -->
|
|
<!-- param name="i-accept-the-risk">RUSTSEC-2021-0041</param -->
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|
|
|