brew cask install alacrittybrew install nushell
Alacritty is fast. like, really fast. This is very promising.
I installed on Mac OS and the colors in the terminal flash when I type which is an unfortunate problem.
open
is a multi-purpose nushell builtin.
corgi-bot/rust-bot on 📙 corgi is 📦 v0.1.0 via 🦀 v1.44.1 on ☁️ us-west-2❯ open Cargo.toml──────────────┬────────────────────────────────────package │ [row authors edition name version]dependencies │ [row serenity]──────────────┴────────────────────────────────────corgi-bot/rust-bot on 📙 corgi is 📦 v0.1.0 via 🦀 v1.44.1 on ☁️ us-west-2❯ bat Cargo.toml───────┬─────────────────────────────────────────────────│ File: Cargo.toml───────┼─────────────────────────────────────────────────1 │ [package]2 │ name = "corgo-rust"3 │ version = "0.1.0"4 │ authors = ["Christopher Biscardi <chris@christop│ herbiscardi.com>"]5 │ edition = "2018"6 │7 │ # See more keys and their definitions at https:/│ /doc.rust-lang.org/cargo/reference/manifest.html8 │9 │ [dependencies]10 │ serenity = "0.8"───────┴─────────────────────────────────────────────────corgi-bot/rust-bot on 📙 corgi is 📦 v0.1.0 via 🦀 v1.44.1 on ☁️ us-west-2❯ cat Cargo.toml[package]name = "corgo-rust"version = "0.1.0"authors = ["Christopher Biscardi <chris@christopherbiscardi.com>"]edition = "2018"# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html[dependencies]serenity = "0.8"
Nu currently supports the following formats for loading data directly into tables:
json yaml toml xml csv ini