Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

kerty0

kerty0 created a comment on a pull request on fish-shell/fish-shell
```rust zelf.pager.extra_progress_text = if (1..zelf.history.size() + 1) != history_pager.history_range { wgettext_fmt!( "items %lu to %lu of %lu", history_...

View on GitHub

kerty0 created a comment on a pull request on fish-shell/fish-shell
> After `ctrl-r` we often don't know how many results there are left. Are you sure? I think the history file is always loaded completely, so `zelf.history.size()` should work fine.

View on GitHub

kerty0 created a comment on a pull request on fish-shell/fish-shell
Thanks for help! >1. One minor issue: pressing ctrl-r ctrl-r ctrl-s should not show the Search again for more results banner. I think it would be better if banner was changed to something s...

View on GitHub

kerty0 opened a pull request on fish-shell/fish-shell
Fix ctrl-r history search inconsistent ordering
## Description When searching, `history_pager_search` returns elements in the order in which it encountered them. For example, given the sequence `(b, a, b, c)`, a backward search would return `...
kerty0 pushed 1 commit to dev kerty0/fish-shell
  • Fix history pager inconsistent ordering 0d64cbe

View on GitHub

kerty0 created a branch on kerty0/fish-shell

dev - The user-friendly command line shell.

kerty0 pushed 4 commits to master kerty0/fish-shell
  • Fix completion typos for `apt-build`, `htop` and `wget` (#11016) ea4e4a4
  • Fix typos in docs (#11015) 9b67b2a
  • fix python completion #10943 b574a5e
  • Revert "Fix typo in npm completions: isntall -> install" (#11014) * Revert "Fix typo in npm completions: isntall -> ... 4def0ac

View on GitHub

kerty0 pushed 9 commits to master kerty0/fish-shell
  • Add menu and printscreen keys These aren't typically used in the terminal but they are present on many keyboards. A... 109ef88
  • Don't send kitty kbd protocol probe until ECHO is disabled With tmux 3.0 (from 2019) inside SSH, the CSI 5n response... 10f1f21
  • Stop sending CSI 5n when querying for kitty keyboard support After we query kitty keyboard protocol support, we send... dda4371
  • scrollback-push to fall back to clear-screen if missing CPR feature The new ctrl-l implementation relies on Cursor P... 75832b3
  • scrollback-push to query for indn/cuu via XTGETTCAP Some terminals like the Linux console don't support indn (scroll... af137e5
  • Back out "Bind ctrl-l to clear-screen again for now" As of the parent commits this should no longer cause breakage. ... 704b911
  • Feature flag to prevent executing off buffered keys If I run "sleep 3", type a command and hit enter, then there is ... e697add
  • Disable kitty keyboard protocol on iTerm again for now It causes alt-left to be sent as left in some cases; see #110... 8340010
  • Update littlecheck to fix spurious "not found" error on exit 127 Commit b6d76ae: we now use lines like "# RUN: fish=... 3405621

View on GitHub

kerty0 forked fish-shell/fish-shell

kerty0/fish-shell