-
Notifications
You must be signed in to change notification settings - Fork 0
/
31-pkgs-cli.sh
45 lines (42 loc) · 3.14 KB
/
31-pkgs-cli.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
AddPackage --foreign cod # A completion daemon for bash/zsh
AddPackage --foreign gksu # A graphical frontend for su
AddPackage acpi # Client for battery, power, and thermal readings
AddPackage brightnessctl # Lightweight brightness control tool
AddPackage docker # Pack, ship and run any application as a lightweight container
AddPackage rsync # A fast and versatile file copying tool for remote and local files
AddPackage snapper # A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping.
AddPackage --foreign platformio # A cross-platform code builder and library manager
AddPackage --foreign shellgpt-git # A command-line productivity tool powered by OpenAI's ChatGPT (GPT-3.5)
AddPackage --foreign litellm # Call all LLM APIs using the OpenAI format
# cli tools
AddPackage android-tools # Android platform tools
AddPackage --foreign android-apktool-bin # A tool for reverse engineering Android .apk files
AddPackage --foreign android-sdk-cmdline-tools-latest # Android SDK Command-line Tools (latest)
AddPackage --foreign android-sdk-platform-tools # Platform-Tools for Google Android SDK (adb and fastboot)
AddPackage bat # Cat clone with syntax highlighting and git integration
AddPackage bc # An arbitrary precision calculator language
AddPackage eza # A modern replacement for ls (community fork of exa)
AddPackage fd # Simple, fast and user-friendly alternative to find
AddPackage fzf # Command-line fuzzy finder
AddPackage zoxide # A smarter cd command for your terminal
AddPackage openbsd-netcat # TCP/IP swiss army knife. OpenBSD variant.
AddPackage httpie # human-friendly CLI HTTP client for the API era
AddPackage less # A terminal based program for viewing text files
AddPackage man-db # A utility for reading man pages
AddPackage ffmpeg # Complete solution to record, convert and stream audio and video
AddPackage neovim # Fork of Vim aiming to improve user experience, plugins, and GUIs
AddPackage p7zip # Command-line file archiver with high compression ratio
AddPackage ripgrep # A search tool that combines the usability of ag with the raw speed of grep
AddPackage tree # A directory listing program displaying a depth indented list of files
AddPackage unzip # For extracting and viewing files in .zip archives
AddPackage wget # Network utility to retrieve files from the Web
AddPackage zip # Compressor/archiver for creating and modifying zipfiles
AddPackage inotify-tools # inotify-tools is a C library and a set of command-line programs for Linux providing a simple interface to inotify.
AddPackage inetutils # A collection of common network programs
AddPackage screen # Full-screen window manager that multiplexes a physical terminal
AddPackage yt-dlp # A youtube-dl fork with additional features and fixes
AddPackage yubikey-manager # Python library and command line tool for configuring a YubiKey
AddPackage nvtop # GPUs process monitoring for AMD, Intel and NVIDIA
AddPackage net-tools # Configuration tools for Linux networking
AddPackage strace # A diagnostic, debugging and instructional userspace tracer
AddPackage --foreign intentrace # strace with intent, it goes all the way for you instead of half the way