dust – A more intuitive version of du in rust
i just discovered dust on a whim yesterday while randomly looking at the recent updates to arch packages and was pretty impressed with it, so i wanted to share here.screenshot of dust in action — https://i.imgur.com/n5v3oKI.pnghttps://github.com/bootandy/dusthttps://archlinux.
—
https://www.reddit.com/r/commandline/comments/t32bi4/dust_a_more_intuitive_version_of_du_in_rust/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
Month: February 2022
bsmenu
bsmenu
bsmenu bash select menu – Create menu from arguments or stdin and output selection to stdout. Output from help: $ bsmenu –help bsmenu – bash select menu Create menu from arguments or stdin and output selection to stdout.
—
https://github.com/thingsiplay/bsmenu
jless — a command-line JSON view
jless — a command-line JSON viewer
JLess is a command-line JSON viewer designed for reading, exploring, and searching through JSON data. JLess will pretty print your JSON and apply syntax highlighting. Use it when exploring external APIs, or debugging request payloads.
—
https://jless.io/
A almost perfect rsync over ssh
A almost perfect rsync over ssh backup script
Last updated on 25. Februar 2022 Creating backups is a basic necessity for anyone who stores data. With the help of a dedicated server, the Linux operating system and the rsync software, you can securely and efficiently retrieve data from any computer via an SSH connection and store it in a backup.
—
https://blog.zazu.berlin/software/a-almost-perfect-rsync-over-ssh-backup-script.html
Create a machine learning model
Create a machine learning model with Bash
Machine learning is a powerful computing capability for predicting or forecasting things that conventional algorithms find challenging. The machine learning journey begins with collecting and preparing data—a lot of it—then it builds mathematical models based on that data.
—
https://opensource.com/article/20/11/machine-learning-bash
The Bash Hackers Wiki
The Bash Hackers Wiki
This wiki is intended to hold documentation of any kind about GNU Bash. The main motivation was to provide human-readable documentation and information so users aren’t forced to read every bit of the Bash manpage – which can be difficult to understand.
—
https://wiki.bash-hackers.org/
pure bash bible
pure bash bible
The goal of this book is to document commonly-known and lesser-known methods of doing various tasks using only built-in bash features. Using the snippets from this bible can help remove unneeded dependencies from scripts and in most cases make them faster.
—
https://github.com/dylanaraps/pure-bash-bible
virm
virm
Virm is a terminal-based file remover that uses your preferable CLI text editor to let you easily nuke files and directories. It is inspired by vimv which is a great bulk-rename terminal-based utility.
—
https://github.com/mazzensaadd/virm
This is a little showcase
This is a little showcase
This is a little showcase Fast installation This one-line installation does not support every OS, detail information for different OS can be found in the here curl -sL “https://raw.githubusercontent.
—
https://github.com/pystardust/ytfzf
BurntSushi/xsv
BurntSushi/xsv
xsv is a command line program for indexing, slicing, analyzing, splitting and joining CSV files. Commands should be simple, fast and composable: Simple tasks should be easy. Performance trade offs should be exposed in the CLI interface. Composition should not come at the expense of performance.
—
https://github.com/BurntSushi/xsv