fish

The user-friendly command line shell.

  • version 3.7.1-1
  • is not a group package

Dependencies

Installation

Install it by running either;

kpkg install fish

or

kpkg build fish

To see the difference, see The handbook

Dependency Graph

graph TD
    N0["jsoncpp"]
    N1["cmake"]
    N2["fish"]
    style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
    N3["libuv"]
    N4["libtool"]
    N5["rhash"]
    N0 --> N1
    N1 --> N2
    N3 --> N1
    N4 --> N3
    N5 --> N1