Package: Add tree-sitter.
This commit is contained in:
parent
897be283a5
commit
77f3edbbc4
|
@ -10,13 +10,11 @@
|
||||||
bat # Pretty cat.
|
bat # Pretty cat.
|
||||||
bridge-utils # Network bridges.
|
bridge-utils # Network bridges.
|
||||||
btop
|
btop
|
||||||
htop # System monitors.
|
chafa # CLI file manager.
|
||||||
coreutils # UNIX Core utilities.
|
coreutils # UNIX Core utilities.
|
||||||
cryptsetup # Filesystem encryption (LUKS).
|
cryptsetup # Filesystem encryption (LUKS).
|
||||||
curl
|
curl
|
||||||
wcurl # CLI http client.
|
|
||||||
ddrescue
|
ddrescue
|
||||||
testdisk # Apps to recover data from drives.
|
|
||||||
diffutils # Diff tool.
|
diffutils # Diff tool.
|
||||||
dnsutils # NS utilities.
|
dnsutils # NS utilities.
|
||||||
exiftool # Image info.
|
exiftool # Image info.
|
||||||
|
@ -33,7 +31,7 @@
|
||||||
gnused # Sed.
|
gnused # Sed.
|
||||||
gnutar
|
gnutar
|
||||||
gzip
|
gzip
|
||||||
xz # Archive and compression tools.
|
htop # System monitors.
|
||||||
imagemagick # Image converter and transformation tool.
|
imagemagick # Image converter and transformation tool.
|
||||||
inetutils # Things like FTP.
|
inetutils # Things like FTP.
|
||||||
iputils # IP tools.
|
iputils # IP tools.
|
||||||
|
@ -45,9 +43,7 @@
|
||||||
man # App to read manuals.
|
man # App to read manuals.
|
||||||
neovim # Text editor.
|
neovim # Text editor.
|
||||||
nmap
|
nmap
|
||||||
zmap # Network analyzer.
|
|
||||||
openssh
|
openssh
|
||||||
sshfs # Ssh client.
|
|
||||||
parallel # Run programs in parallel.
|
parallel # Run programs in parallel.
|
||||||
parted # CLI disk partition tool.
|
parted # CLI disk partition tool.
|
||||||
pv # IO progress bar.
|
pv # IO progress bar.
|
||||||
|
@ -56,19 +52,24 @@
|
||||||
rsync # File copy tool.
|
rsync # File copy tool.
|
||||||
smartmontools # S.M.A.R.T. tools.
|
smartmontools # S.M.A.R.T. tools.
|
||||||
sqlite # Serverless file-based database engine.
|
sqlite # Serverless file-based database engine.
|
||||||
|
sshfs # Ssh client.
|
||||||
|
testdisk # Apps to recover data from drives.
|
||||||
tmux # Terminal multiplexor.
|
tmux # Terminal multiplexor.
|
||||||
tree # Show directory stricture as a tree.
|
tree # Show directory stricture as a tree.
|
||||||
|
tree-sitter # A parser generator tool and an incremental parsing library.
|
||||||
|
unzip # Zip archive/unarchive tools.
|
||||||
usbutils # Usb utilities like udiskctl.
|
usbutils # Usb utilities like udiskctl.
|
||||||
utillinux # Common Linux utilities.
|
utillinux # Common Linux utilities.
|
||||||
ventoy # Boot multiple ISO/images from a single USB stick.
|
ventoy # Boot multiple ISO/images from a single USB stick.
|
||||||
|
wcurl # CLI http client.
|
||||||
wireguard-tools # Tools to work with Wireguard.
|
wireguard-tools # Tools to work with Wireguard.
|
||||||
xray
|
xray
|
||||||
zapret # FRKN.
|
xz # Archive and compression tools.
|
||||||
yazi
|
yazi
|
||||||
chafa # CLI file manager.
|
|
||||||
yt-dlp # Video downloader.
|
yt-dlp # Video downloader.
|
||||||
|
zapret # FRKN.
|
||||||
zip
|
zip
|
||||||
unzip # Zip archive/unarchive tools.
|
zmap # Network analyzer.
|
||||||
|
|
||||||
# (pkgs.callPackage ./ytdlp {})
|
# (pkgs.callPackage ./ytdlp {})
|
||||||
(pkgs.callPackage ./yamusicdownload { })
|
(pkgs.callPackage ./yamusicdownload { })
|
||||||
|
|
Loading…
Reference in a new issue