An open API service indexing awesome lists of open source software.

https://github.com/wk-j/nushell


https://github.com/wk-j/nushell

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## Nushell

```bash
brew install nushell
nu

ls | sort-by name
ls | sort-by size
ls | where type == Directory
ls | get name | echo $it
open .gitignore | lines

curl https://api.github.com | from-json | get current_user_url
curl https://api.github.com | from-json
curl https://api.github.com | from-json | get emails_url events_url

open README.md | size
ls | pick name size type

fetch http://headers.jsontest.com
fetch http://headers.jsontest.com --raw
fetch https://api.github.com
fetch https://api.github.com/emojis | get sparkle | wk-cb

ps | reject virtual mem cpu | sort-by name
sys
sys | get host
sys | get disks
```

## Resource

- https://dev.to/changelog/nushell-for-the-github-era
- https://github.com/nushell/nushell/tree/master/docs/commands