gerrywastaken / nice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nice

cat

  • bat

    bat on apt/brew

cut

  • choose - cut but flexible delimiters and a better UI

    choose-rust on brew

df

  • duf

    duf on apt/brew

du

  • dua - really fast

    dua on apt/brew
  • ncdu - really nice UI

  • kdirstat - slow but will find every last bit of used space

  • dust - meh

find

  • fd - really fast

    fd-find on apt, fd on brew

grep

  • rip-grep - really fast

    ripgrep on apt/brew

httpie

  • xh

    xh on apt/brew

kubectl

  • k9s - will save you from repetitive strain injury

    https://k9scli.io/topics/install/
  • kdash - maybe one day

kubernetes

  • [microk8s]
  • [minikube]
  • [k3d]
  • [kind]

ls

  • exa - just a better ls

    exa on apt/brew

prompt

  • starship

    curl -sS https://starship.rs/install.sh | sh
    starship on brew 

rm

  • trash - rm -f is insane. Figure that out before it bites you

    trash-cli on apt/brew
  • rip - almost but default location which will fill up over time

screen/tmux

sed

term

  • alacritty

    add-apt-repository ppa:aslatter/ppa && apt install alacritty
    brew install --cask alacritty

top

  • [htop]

tree

sources

to check

About