new tools

This commit is contained in:
Morten Olsen
2025-12-15 20:15:55 +01:00
parent 7598ffcf97
commit 220f08ad3a
2 changed files with 7 additions and 1 deletions

View File

@@ -27,7 +27,6 @@ in {
# Terminal & Development # Terminal & Development
"ghostty" "ghostty"
"dbeaver-community" "dbeaver-community"
"lens"
# Window management # Window management
"aerospace" "aerospace"

View File

@@ -26,6 +26,10 @@
fd # Modern find fd # Modern find
ripgrep # Modern grep (aliased as grep) ripgrep # Modern grep (aliased as grep)
delta # Modern diff with syntax highlighting (aliased as diff) delta # Modern diff with syntax highlighting (aliased as diff)
dust # A more intuitive version of du written in rust
duf # A better df alternative
hyperfine # A command-line benchmarking tool.
choose # A human-friendly and fast alternative to cut and (sometimes) awk
# ======================================================================== # ========================================================================
# File and Text Utilities # File and Text Utilities
@@ -101,6 +105,7 @@
gnupg # GPG encryption gnupg # GPG encryption
age # Modern encryption tool age # Modern encryption tool
sops # Secrets management sops # Secrets management
rustscan # The Modern Port Scanner. Find ports quickly (3 seconds at its fastest). nmap alternative.
# ======================================================================== # ========================================================================
# Miscellaneous Tools # Miscellaneous Tools
@@ -110,6 +115,8 @@
htop # Process viewer htop # Process viewer
ncdu # Disk usage analyzer ncdu # Disk usage analyzer
tldr # Simplified man pages tldr # Simplified man pages
doggo # Command-line DNS client for humans. dig on steroids
btop # A monitor of resources
# ======================================================================== # ========================================================================
# Nix Tools # Nix Tools