https://github.com/wk-j/nushell
https://github.com/wk-j/nushell
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wk-j/nushell
- Owner: wk-j
- Created: 2020-01-08T04:02:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T13:09:16.000Z (about 5 years ago)
- Last Synced: 2025-02-08T18:15:26.424Z (3 months ago)
- Language: Batchfile
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Nushell
```bash
brew install nushell
nuls | sort-by name
ls | sort-by size
ls | where type == Directory
ls | get name | echo $it
open .gitignore | linescurl 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_urlopen README.md | size
ls | pick name size typefetch http://headers.jsontest.com
fetch http://headers.jsontest.com --raw
fetch https://api.github.com
fetch https://api.github.com/emojis | get sparkle | wk-cbps | 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