Skip to content

Instantly share code, notes, and snippets.

@dannguyen
Last active May 25, 2023 18:19
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannguyen/abd720e3ffad6ee944aba72d2ac28b14 to your computer and use it in GitHub Desktop.
Save dannguyen/abd720e3ffad6ee944aba72d2ac28b14 to your computer and use it in GitHub Desktop.
my modern personal list of modern command-line utility replacements for macos bash

Replacements

TOTRY

hget:
  npm install hget -g
  https://github.com/bevacqua/hget

ttygif:
  https://github.com/icholy/ttygif
  brew install ttygif


gifsicle:
  https://github.com/kohler/gifsicle

aria:
  github: https://github.com/aria2/aria2

ping:
  prettyping:
    url: http://denilson.sa.nom.br/prettyping/
    github: https://github.com/denilsonsa/prettyping


du:
  ndcu:
    urls: 
      home: https://dev.yorhel.nl/ncdu
      repo: https://code.blicky.net/yorhel/ncdu
    install:
      url: https://formulae.brew.sh/formula/ncdu
      brew: brew install ncdu


ls:
  nnn:
    repo: https://github.com/jarun/nnn
    install: https://github.com/jarun/nnn/wiki/Usage#installation
    brew: `brew install nnn`

curl:
  httpie: 
    home: https://httpie.org/
    docs: https://httpie.org/docs
    install: https://httpie.org/
    repo: https://github.com/jakubroztocil/httpie

excel/sc: 
  sc-im:
    home: https://github.com/andmarti1424/sc-im
    brew: 'brew tap nickolasburr/pfa && brew install sc-im'

Later

Independent necessities

  • youtube-dl
  • pandoc

Other resources and listings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment