Skip to content

nushell

New type of shell written in rust

The goal of this project is to take the Unix philosophy of shells, where pipes connect simple commands together, and bring it to the modern style of development. Thus, rather than being either a shell, or a programming language, Nushell connects both by bringing a rich programming language and a full- featured shell together into one package.

Nu takes cues from a lot of familiar territory: traditional shells like bash, object based shells like PowerShell, gradually typed languages like TypeScript, functional programming, systems programming, and more.

Rather than trying to be a jack of all trades, Nu focuses its energy on doing a few things well:

  • Being a flexible cross-platform shell with a modern feel
  • Solving problems as a modern programming language that works with the structure of your data
  • Giving clear error messages and clean IDE support

terminal

https://www.nushell.sh/

arm64 amd64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install nushell

sudo apt install nushell

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    nushell=0.87.1*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      nushell=0.87.1*

Download URLs

Version SHA256 Size (KB)
0.87.1 639fe063f67a7806af188f1702dee2f9d462dda22058628b7d3857f877592145 12659
0.87.0 4af96841158aa3340cd2175aea5acd22dfe3798992719e98d7b7526a22faa829 12657
0.86.0 01ac17edd76e3f91e45a9b263fef914fb727428085574de617dc78fedfe87dbe 12754
0.85.0 7fc39addc8340d86de76a72de00e801e8bfc72b8228f0b6731362cdd9ebfa857 10100
0.84.0 6c1f04b23a13ce2d55cdcfdf6ca165a012804b2932b6d76f204523ca5cfaae01 10177
0.83.1 6668071a03f1e1c153f890f976f8b9a80673ac03d784a14648f892fad0758963 10139
0.83.0 a05617b7c69146ea84573fca402860165cb52d7338a2c200f776c19bbe7376d6 10151
0.82.0 6c083004f37152a943e58ac364a1d901784efca1f67a3027b02dec18192b0564 10033
0.81.0 d58297595e3cbcc2775b2f16d162cddbac797cf2eae76591309ba4c8c4aa7f45 10072
0.80.0 ed56e22fa8c71906db197569f6f545a4a49df73db44d7db55251c617549bdf24 9982
Version SHA256 Size (KB)
0.87.1 6a7f919854afa769071d72a3814ba095640be07a2a24a7c995b525eabbe0c848 11009
0.87.0 5a0e0fde0316f8c62f84de94bf3ad4d85e856de23c9bce2848cc551c868a7110 11001
0.86.0 a5c9a885f85658be306373e68ade34a5efc26d7d925b3f1a75653d3880b2a8a0 11075
0.85.0 74073f51af9d3977518494ec91e4462b03b3bdd7898ed3539c660346f9188a29 8859
0.84.0 e3549abf1f03b3bd800c9b91addccc90d65724fdea038718917073577dfcb85a 8941
0.83.1 6f18ccebaf832c0f34f4eb28392ebf5841277f55caa9d69b3f875e77388d4ea0 8921
0.83.0 be969d0dd991ad12f86d10f0fabf6b71bd69db950dc8750c91b4fc5d5491096c 8915
0.82.0 145bb00846181fca43f843a23a56692fa49ef7e1acd64cf199cd39629d1fc11a 8789
0.81.0 f46ffc8b55c0c14f4ef1817dd05e73fbd2d0f24f874c460f4764903483035c6b 8813
0.80.0 99c42ee3a9c528981c351367dadbbc0dcf9307bb05e698d5fbc6b9371e2b714f 8777

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for nushell are versioned here.

Click here to see nushell ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/nushell/ops2deb.yml
- name: nushell
  matrix:
    architectures:
      - amd64
      - arm64
  version: 0.66.2
  revision: "2"
  homepage: https://www.nushell.sh/
  summary: new type of shell written in rust
  description: |-
    The goal of this project is to take the Unix philosophy of shells, where pipes
    connect simple commands together, and bring it to the modern style of
    development. Thus, rather than being either a shell, or a programming language,
    Nushell connects both by bringing a rich programming language and a full-
    featured shell together into one package.

    Nu takes cues from a lot of familiar territory: traditional shells like bash,
    object based shells like PowerShell, gradually typed languages like TypeScript,
    functional programming, systems programming, and more.

    Rather than trying to be a jack of all trades, Nu focuses its energy on doing a
    few things well:

    - Being a flexible cross-platform shell with a modern feel
    - Solving problems as a modern programming language that works with the
    structure of your data
    - Giving clear error messages and clean IDE support
  fetch: https://github.com/nushell/nushell/releases/download/{{version}}/nu-{{version}}-{{rust_target}}.tar.gz
  script:
    - mv nu {{src}}/usr/bin/
    - mv nu_* {{src}}/usr/bin/

- name: nushell
  matrix:
    versions:
      - 0.67.0
      - 0.68.0
      - 0.68.1
      - 0.69.1
      - 0.70.0
    architectures:
      - amd64
      - arm64
  homepage: https://www.nushell.sh/
  summary: new type of shell written in rust
  description: |-
    The goal of this project is to take the Unix philosophy of shells, where pipes
    connect simple commands together, and bring it to the modern style of
    development. Thus, rather than being either a shell, or a programming language,
    Nushell connects both by bringing a rich programming language and a full-
    featured shell together into one package.

    Nu takes cues from a lot of familiar territory: traditional shells like bash,
    object based shells like PowerShell, gradually typed languages like TypeScript,
    functional programming, systems programming, and more.

    Rather than trying to be a jack of all trades, Nu focuses its energy on doing a
    few things well:

    - Being a flexible cross-platform shell with a modern feel
    - Solving problems as a modern programming language that works with the
    structure of your data
    - Giving clear error messages and clean IDE support
  fetch: https://github.com/nushell/nushell/releases/download/{{version}}/nu-{{version}}-{{rust_target}}.tar.gz
  script:
    - mv nu {{src}}/usr/bin/
    - mv nu_* {{src}}/usr/bin/

- name: nushell
  matrix:
    versions:
      - 0.71.0
      - 0.72.0
      - 0.72.1
      - 0.73.0
      - 0.74.0
      - 0.75.0
      - 0.76.0
      - 0.77.0
      - 0.77.1
      - 0.78.0
      - 0.79.0
      - 0.80.0
      - 0.81.0
      - 0.82.0
      - 0.83.0
      - 0.83.1
      - 0.84.0
      - 0.85.0
      - 0.86.0
      - 0.87.0
      - 0.87.1
    architectures:
      - amd64
      - arm64
  homepage: https://www.nushell.sh/
  summary: new type of shell written in rust
  description: |-
    The goal of this project is to take the Unix philosophy of shells, where pipes
    connect simple commands together, and bring it to the modern style of
    development. Thus, rather than being either a shell, or a programming language,
    Nushell connects both by bringing a rich programming language and a full-
    featured shell together into one package.

    Nu takes cues from a lot of familiar territory: traditional shells like bash,
    object based shells like PowerShell, gradually typed languages like TypeScript,
    functional programming, systems programming, and more.

    Rather than trying to be a jack of all trades, Nu focuses its energy on doing a
    few things well:

    - Being a flexible cross-platform shell with a modern feel
    - Solving problems as a modern programming language that works with the
    structure of your data
    - Giving clear error messages and clean IDE support
  fetch: https://github.com/nushell/nushell/releases/download/{{version}}/nu-{{version}}-{{rust_target}}.tar.gz
  script:
    - mv ./*/nu {{src}}/usr/bin/
    - mv ./*/nu_* {{src}}/usr/bin/

The blueprint fetch keyword contains a URL template pointing to nushell releases. Downloaded files are locked in a lockfile versioned here.

Click here to see nushell release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/terminal/nushell/ops2deb.lock.yml
- url: https://github.com/nushell/nushell/releases/download/0.66.2/nu-0.66.2-aarch64-unknown-linux-gnu.tar.gz
  sha256: 3d3284052903a11c1af4324db345a8e34fa776f918570355fa44d2ac8133fd9b
  timestamp: 2022-08-09 12:18:38+00:00
- url: https://github.com/nushell/nushell/releases/download/0.66.2/nu-0.66.2-x86_64-unknown-linux-gnu.tar.gz
  sha256: 9643f2518a83cf46a94f364964cb7f165e9d5072b78b1271f583ac11a0279b20
  timestamp: 2022-08-09 12:18:38+00:00
- url: https://github.com/nushell/nushell/releases/download/0.67.0/nu-0.67.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 73413e6ac8a833868701670e98e2e240ac59c29d4e4c53f0bcc253a5ff488fa4
  timestamp: 2022-08-17 08:30:50+00:00
- url: https://github.com/nushell/nushell/releases/download/0.67.0/nu-0.67.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 67f65579b7b6a51206720902c134eee5ca02f31a66cbd3c055aa3f315573b879
  timestamp: 2022-08-17 08:30:50+00:00
- url: https://github.com/nushell/nushell/releases/download/0.68.0/nu-0.68.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: ab670066c8d468ad34e7fe2175ae2967aafba155da673d8a671a2ed75be7ce58
  timestamp: 2022-09-07 04:36:24+00:00
- url: https://github.com/nushell/nushell/releases/download/0.68.0/nu-0.68.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: e95e247a2aff9978a67748cf51b3abd9d5c571268a160c8aac0dbeb6c44cf192
  timestamp: 2022-09-07 04:36:24+00:00
- url: https://github.com/nushell/nushell/releases/download/0.68.1/nu-0.68.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: f57fd88bda2c447e5b8ea8f769039132779317d03adda1c985a57b4308c8cf79
  timestamp: 2022-09-09 04:34:36+00:00
- url: https://github.com/nushell/nushell/releases/download/0.68.1/nu-0.68.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: f22a56def97c2d9f11b4c333385eadd2990c858466dfe1462754a6a6c7e56a95
  timestamp: 2022-09-09 04:34:36+00:00
- url: https://github.com/nushell/nushell/releases/download/0.69.1/nu-0.69.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: 5c05575291905ede3958ce03430a6ca0ebd2f1435528ddaee1783406570e1c5f
  timestamp: 2022-09-28 08:57:11+00:00
- url: https://github.com/nushell/nushell/releases/download/0.69.1/nu-0.69.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: 389fd2791398d0271587e40b8d54f49ac720c6b9f3fc5fd3e3c09d3c38974668
  timestamp: 2022-09-28 08:57:11+00:00
- url: https://github.com/nushell/nushell/releases/download/0.70.0/nu-0.70.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: d71b8eadc8ddf441c834751b568a0d0918681be54c88910f1590c81d09b89162
  timestamp: 2022-10-19 04:33:25+00:00
- url: https://github.com/nushell/nushell/releases/download/0.70.0/nu-0.70.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 97c4ec8f7167fe13411556e38533cdb72e76fd5858ee49d7772728e9f6b8dcc7
  timestamp: 2022-10-19 04:33:25+00:00
- url: https://github.com/nushell/nushell/releases/download/0.71.0/nu-0.71.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: cd02a5402c812a76803e2a0a94e0726b3e72f8f9cd30208c8ef7b2f6ac7c676e
  timestamp: 2022-11-09 12:48:19+00:00
- url: https://github.com/nushell/nushell/releases/download/0.71.0/nu-0.71.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 00d013f0c3bb8c093b0c6ec9c9a26fb62d45829c375425f99d80368d5f78c10e
  timestamp: 2022-11-09 12:48:19+00:00
- url: https://github.com/nushell/nushell/releases/download/0.72.0/nu-0.72.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: ffbd198ba7d6595579ed10948456215837c2f95d571980d3fdb591b0c7d83f99
  timestamp: 2022-11-30 16:22:33+00:00
- url: https://github.com/nushell/nushell/releases/download/0.72.0/nu-0.72.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 9becf4c6e35730f1ac3a92da84ae10719ce1b6c519f82fbb3276ff74d80c4d01
  timestamp: 2022-11-30 16:22:33+00:00
- url: https://github.com/nushell/nushell/releases/download/0.72.1/nu-0.72.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: a683926e7fc6acf0d88a2a2f7dc4707d4d299fcaa001131a058c696a63af8d72
  timestamp: 2022-12-05 19:23:56+00:00
- url: https://github.com/nushell/nushell/releases/download/0.72.1/nu-0.72.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: b7b783adf884ef534b74bd23c01b391e537151e15a8bb10dc71e06cd02310e0c
  timestamp: 2022-12-05 19:23:56+00:00
- url: https://github.com/nushell/nushell/releases/download/0.73.0/nu-0.73.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 68f12ecef8bab8ae571b472a2eedd955e8e4b2660499eab25e9c1be5d12dd1ce
  timestamp: 2022-12-20 22:16:42+00:00
- url: https://github.com/nushell/nushell/releases/download/0.73.0/nu-0.73.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: f269dfb207a4cbb16d6cb6593ac355cedd4dd4279c2f34ecfd71d3cb20f992cc
  timestamp: 2022-12-20 22:16:42+00:00
- url: https://github.com/nushell/nushell/releases/download/0.74.0/nu-0.74.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 4e2d216d731e07c4232ae4f455c3eb779bb9a056c3d05b181e2164098c6a02db
  timestamp: 2023-01-11 02:38:54+00:00
- url: https://github.com/nushell/nushell/releases/download/0.74.0/nu-0.74.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 233923d3184119f834086e125c024b40487b8d5aec4a0c6a81f6ac2e50cf6948
  timestamp: 2023-01-11 02:38:54+00:00
- url: https://github.com/nushell/nushell/releases/download/0.75.0/nu-0.75.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 5d952fe49ed3641375201161e04fc0015737aa5c93755ab8ae903811a7ce0247
  timestamp: 2023-02-01 04:27:41+00:00
- url: https://github.com/nushell/nushell/releases/download/0.75.0/nu-0.75.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 8344ff30be0527a18df957e52c48d9a07dffdc8fd1c810a0bafc1f67a151df4d
  timestamp: 2023-02-01 04:27:41+00:00
- url: https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: d27c5b550982cd083d633f703a31f5292d3892cc65361efc2ef085ed0fd34d1a
  timestamp: 2023-02-22 02:40:49+00:00
- url: https://github.com/nushell/nushell/releases/download/0.76.0/nu-0.76.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 5d8f2ef74ddc5b7a16a5c7d52f2b2579c1fb8d2c4c5fef7737fc6fd83705053c
  timestamp: 2023-02-22 02:40:49+00:00
- url: https://github.com/nushell/nushell/releases/download/0.77.0/nu-0.77.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 47acfa96cc35155ace70a8b14bf3074a138cc43a1ecdc1543a233d638b095bca
  timestamp: 2023-03-15 01:36:53+00:00
- url: https://github.com/nushell/nushell/releases/download/0.77.0/nu-0.77.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 76fb813dfe17a0b894b4bcb0e9f52211a09fdeb086b58ccb945891dc0d19fcce
  timestamp: 2023-03-15 01:36:53+00:00
- url: https://github.com/nushell/nushell/releases/download/0.77.1/nu-0.77.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: e00e09f8d6dea839ca835fae930fa6ecd0446e04536a313322f0bf5311213011
  timestamp: 2023-03-17 09:19:31+00:00
- url: https://github.com/nushell/nushell/releases/download/0.77.1/nu-0.77.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: dd9cab0e234d227f5d4c6b7fee1023ba11c8d24d4fa6a5b7f60dac60583dbd78
  timestamp: 2023-03-17 09:19:31+00:00
- url: https://github.com/nushell/nushell/releases/download/0.78.0/nu-0.78.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 4fc6d6143612b496c88b5a42ce09caad8c47f241a479ee15444f6d539b28f587
  timestamp: 2023-04-04 21:15:11+00:00
- url: https://github.com/nushell/nushell/releases/download/0.78.0/nu-0.78.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 477f6a6a065e844d7937be8307541a33b32edf64cdd2bf16f314d8677f8bf2a8
  timestamp: 2023-04-04 21:15:11+00:00
- url: https://github.com/nushell/nushell/releases/download/0.79.0/nu-0.79.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: db65aa46b74720cd0aa73c313ccda8a359a34b8a07a45996b04c234a9f25efad
  timestamp: 2023-04-26 01:23:39+00:00
- url: https://github.com/nushell/nushell/releases/download/0.79.0/nu-0.79.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 49b8b37ac084327478a029381ff33d123029b2efaee5fde84c9fd3f2838984bb
  timestamp: 2023-04-26 01:23:39+00:00
- url: https://github.com/nushell/nushell/releases/download/0.80.0/nu-0.80.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: b02d8a002926e12e5d0b0a04d4af887c7053deb2aaf11e49f6ed82b63ecc25b8
  timestamp: 2023-05-17 01:26:26+00:00
- url: https://github.com/nushell/nushell/releases/download/0.80.0/nu-0.80.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 20248bfeb09f2dc63b00991dfdca8b755b7799e8ab46bae349f8bce87caa98b1
  timestamp: 2023-05-17 01:26:26+00:00
- url: https://github.com/nushell/nushell/releases/download/0.81.0/nu-0.81.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 83b2aab926973221ccca20136c365a26d6f5adc851b3e2a986f1c11b232cbfae
  timestamp: 2023-06-07 03:21:34+00:00
- url: https://github.com/nushell/nushell/releases/download/0.81.0/nu-0.81.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 2658ec1c88008a84f2b6082ada05a87bc84a531d0dc5744eab6f1bb040247527
  timestamp: 2023-06-07 03:21:34+00:00
- url: https://github.com/nushell/nushell/releases/download/0.82.0/nu-0.82.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: f22791ab0e5041dec972cccbb4e7c13eb8af760d0021738c228b14ad8eebd99c
  timestamp: 2023-06-27 18:24:12+00:00
- url: https://github.com/nushell/nushell/releases/download/0.82.0/nu-0.82.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 90f3e6f093a9b69dc05d7e61a3f7d246b31be3bc8987dfe2f67f941fd8b7282d
  timestamp: 2023-06-27 18:24:12+00:00
- url: https://github.com/nushell/nushell/releases/download/0.83.0/nu-0.83.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 450a7dd0029aed05789168b63c33746ed284270d77970fbde7f097a10bcb34c8
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/nushell/nushell/releases/download/0.83.0/nu-0.83.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 3df2a03ae0bb86e9ca84f82a1edc429596d99406f758253398fa56c865de63aa
  timestamp: 2023-07-27 09:16:48+00:00
- url: https://github.com/nushell/nushell/releases/download/0.83.1/nu-0.83.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: 510754cfa66371699971bc3ddfd89eb473026f6c2241b914f5dc05f29de7426c
  timestamp: 2023-07-30 21:13:27+00:00
- url: https://github.com/nushell/nushell/releases/download/0.83.1/nu-0.83.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: 56604841e522bf969429a5d1e68d4763c38d89eeda4d0e3ee715a75a5a31ca78
  timestamp: 2023-07-30 21:13:27+00:00
- url: https://github.com/nushell/nushell/releases/download/0.84.0/nu-0.84.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 47c7af24ba2f27ffec5b4c5d70832789f6a5474e0f3e7753c5f801e21761d446
  timestamp: 2023-08-23 01:09:23+00:00
- url: https://github.com/nushell/nushell/releases/download/0.84.0/nu-0.84.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 4225292afa446f8f9141dd53ac2a6e94f2de0a143f84c0542b0b627322bab624
  timestamp: 2023-08-23 01:09:23+00:00
- url: https://github.com/nushell/nushell/releases/download/0.85.0/nu-0.85.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 6a49b6bf3f431e654a1af797442cf468fc45816a75ce0cb27faf1750bcccbba9
  timestamp: 2023-09-19 21:14:18+00:00
- url: https://github.com/nushell/nushell/releases/download/0.85.0/nu-0.85.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: c1bdb6081ce9aeb807bd05538860cdf78fb465ae771a859df978ba2e1026a0ba
  timestamp: 2023-09-19 21:14:18+00:00
- url: https://github.com/nushell/nushell/releases/download/0.86.0/nu-0.86.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 24d43d007b7471a98389010e2717173d699c0fa84dce444986d10cc3e839eccc
  timestamp: 2023-10-17 18:23:00+00:00
- url: https://github.com/nushell/nushell/releases/download/0.86.0/nu-0.86.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: 5666b4017bcb08f4ed42411a5cbad937f63a92c1eab3077bb20458b1cfe5e54c
  timestamp: 2023-10-17 18:23:00+00:00
- url: https://github.com/nushell/nushell/releases/download/0.87.0/nu-0.87.0-aarch64-unknown-linux-gnu.tar.gz
  sha256: 3c3600025abe78e7606668073bfbece806b05888da163f74fd0d62372c69ebc6
  timestamp: 2023-11-15 01:15:56+00:00
- url: https://github.com/nushell/nushell/releases/download/0.87.0/nu-0.87.0-x86_64-unknown-linux-gnu.tar.gz
  sha256: bfb4c9708299e58295641bf3de97148f8b7a709a845221f666ca6c904c4ccfdc
  timestamp: 2023-11-15 01:15:56+00:00
- url: https://github.com/nushell/nushell/releases/download/0.87.1/nu-0.87.1-aarch64-unknown-linux-gnu.tar.gz
  sha256: f66f43e3c21ab9a66f9a46edae30e6537dc38d30c215a0535c9ac50905e55e46
  timestamp: 2023-11-20 21:15:19+00:00
- url: https://github.com/nushell/nushell/releases/download/0.87.1/nu-0.87.1-x86_64-unknown-linux-gnu.tar.gz
  sha256: 7bcffb7a9066ef7c99e299dc3c1b87d471deea91e652edad129e27f742eef72d
  timestamp: 2023-11-20 21:15:19+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/nushell.svg)](https://docs.wakemeops.com/packages/nushell)
<a href="https://docs.wakemeops.com/packages/nushell">
  <img src="https://docs.wakemeops.com/badges/nushell.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/nushell.svg
:target: https://docs.wakemeops.com/packages/nushell