2026-05-08 14:15:00 -04:00
2026-05-08 14:15:00 -04:00
2026-05-08 14:15:00 -04:00
2025-09-18 09:43:20 -04:00
2025-11-10 10:31:14 -05:00
2026-05-08 14:15:00 -04:00
2026-05-08 14:15:00 -04:00
2026-05-08 14:15:00 -04:00
2026-05-06 10:11:57 -04:00
2026-05-08 14:15:00 -04:00

fish

URL: fish-shell


The user-friendly command line shell. fishshell.com

NOTE(s)

  • 20260203: Initially had an error around (cargo) xtask which led me to: PR#12292 which I don't completely follow, but it appears (at least for the time being) to require a type of curated vendor.tar.* ... I was able to pull it from the following: shells:fish:nightly:master which then caused an expected vs. actual checksum problem with vendor/unicode-width/scripts/unicode.py so I changed out that singular checksum and it built ok
  • 20260329: Same happened today for 4.6.0+git20260328.e635816b7; copied fish_4.6.0-1-g2b3ecf22d.orig-cargo-vendor.tar.xz from shells:fish:nightly:master, changed the unicode.py checksum and it built fine
  • 20260506: Swapping from 1st item to 2nd item and I didn't have to edit unicode.py checksum:
find . \! -wholename './vendor/unicode-width-0.2.2/scripts/unicode.py'
find . \! -wholename './vendor/unicode-width/scripts/unicode.py'
Description
No description provided
Readme 234 MiB
Languages
RPM Spec 100%