70 %
Chris Biscardi

Switching to Alacritty and Nushell from Iterm2 and oh-my-zsh

shell
brew cask install alacritty
brew install nushell

Alacritty

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.

NuShell

open vs bat (and cat)

open is a multi-purpose nushell builtin.

shell
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.html
8
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"

Tables

Nu currently supports the following formats for loading data directly into tables:

json yaml toml xml csv ini