Friendly interactive shell
fish is a shell geared towards interactive use. Its features are focused on user friendliness and discoverability. The language syntax is simple but incompatible with other shell languages.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout shells:fish:nightly:master/fish && cd $_ - Create Badge
Refresh
Source Files
| Filename | Size | Changed |
|---|---|---|
| fish.spec | 0000003333 3.25 KB | |
| fish_4.6.0-34-gf3f675b4c-1~unstable.debian.tar.xz | 0000006984 6.82 KB | |
| fish_4.6.0-34-gf3f675b4c-1~unstable.dsc | 0000002153 2.1 KB | |
| fish_4.6.0-34-gf3f675b4c.orig-cargo-vendor.tar.xz | 0007858684 7.49 MB | |
| fish_4.6.0-34-gf3f675b4c.orig.tar.xz | 0002626776 2.51 MB |
Comments 10
Why update stopped?
should be working now, new version of GPG broke the package signing
This comment has been deleted
The version is handled automatically by the Git tags
Can you please add Leap 16.0 as a target repository?
done
can you share how you generated the
vendor.tar.xzfile? having trouble getting it working onshells:fishhttps://build.opensuse.org/package/show/shells/fish
@Zanchey can you please help? π₯Ίππ½ππ½
The build_tools/make_vendor_tarball.sh script will do it, although maybe the cargo_vendor service would be enough?
The shells:fish specfile has a lot of old dependencies too, and could use updating.
Thanks, i'm looking at it here:
https://github.com/fish-shell/fish-shell/blob/master/build_tools/make_vendor_tarball.sh
The
cargo_vendorservice is what I've been using, but it does not work forfish. Not sure whatmake_vendor_tarball.shis doing differently but I think it may be somewhere around here:https://github.com/fish-shell/fish-shell/blob/6eaad2cd803b0ae0d47ae68dd1b27c3a7fddf2d7/build_tools/make_vendor_tarball.sh#L48-L52