Skip to content

Instantly share code, notes, and snippets.

@soanvig
Last active January 21, 2024 22:28
Show Gist options
  • Save soanvig/576634af0f184507fb540a7aab1a71ba to your computer and use it in GitHub Desktop.
Save soanvig/576634af0f184507fb540a7aab1a71ba to your computer and use it in GitHub Desktop.
Linux nice programs

GNU Alternatives

  1. top/htop -> bpytop, bottom
  2. ps -> procs
  3. cat -> bat
  4. sed -> sad
  5. find -> fd
  6. du -> ncdu -> gdu

Nice programs

  1. croc - file sharing
  2. surge.sh - static website hosting
  3. restic - backup tool
  4. zap - package manager for AppImage: https://www.youtube.com/watch?v=_xq0Qo1HvoE
  5. cloc - count lines of code
  6. gramma - interactive fixing grammar in text files
  7. lsx - extended ls with file navigation: https://github.com/souvikinator/lsx , https://www.youtube.com/watch?v=mIB163m3vuM
  8. just - command runner https://github.com/casey/just
  9. lazydocker - manage docker containers, view logs, https://github.com/jesseduffield/lazydocker
  10. xdg-ninja - cleanup home directory: https://github.com/b3nj5m1n/xdg-ninja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment