Unix/Linux Command Combinations That Every Developer Should Know
Most developers who use Unix-based or Unix-like operating systems like to instruct the computer via the terminal. They typically use standard (POSIX) Unix/Linux commands and other system commands to handle file operations, system configurations, and process control.
—
https://levelup.gitconnected.com/unix-linux-command-combinations-that-every-developer-should-know-9ae475cf6568
red-data-tools/YouPlot
Sponsor red-data-tools/YouPlot
YouPlot is a command line tool that draws plots in the terminal. In this example, YouPlot counts the number of chromosomes where genes are located.
—
https://github.com/red-data-tools/YouPlot
Slackadays/Clipboard
Slackadays/Clipboard
Cut, copy, and paste files wherever you want, all from the comfort of your terminal! To my knowledge, this is the first implementation of a clipboard ever for a command line.
—
https://github.com/Slackadays/Clipboard
Host Your GIFs with VHS
Host Your GIFs with VHS
VHS now ships with automatic GIF hosting making it easy to share your VHS creations with your friends, foes, coworkers, and the internet. To publish your GIFs just add the –publish flag. But first things first.
—
https://charm.sh/blog/vhs-publish/
sigoden/runme
sigoden/runme
Download from Github Releases, unzip and add runme to your $PATH. To define a new task, simply create the bash function and add the @cmd above it. Task is just function
—
https://github.com/sigoden/runme
SinaKhalili/mecho
SinaKhalili/mecho
mecho is marked up echo. It’s a shell function for printing colored and formatted text to the terminal using a simple markup. Just copy the mecho function into your shell’s rc file. Here it is, in full, for bash:
—
https://github.com/SinaKhalili/mecho
jwilk/viclip
jwilk/viclip
edit X clipboard in editor. Contribute to jwilk/viclip development by creating an account on GitHub.
—
https://github.com/jwilk/viclip
Greg’s Wiki
Greg’s Wiki
This is Greg’s (also known as GreyCat’s) wiki. It has some pages which may be of interest for people doing Unix shell scripting or system administration. The official front page URLs are https://mywiki.wooledge.org/ or http://mywiki.wooledge.org/ .
—
http://mywiki.wooledge.org/
jlevy/the-art-of-command-line
jlevy/the-art-of-command-line
Note: I’m planning to revise this and looking for a new co-author to help with expanding this into a more comprehensive guide. While it’s very popular, it could be broader and a bit deeper.
—
https://github.com/jlevy/the-art-of-command-line
tomocafe/bash-boost
tomocafe/bash-boost
bash-boost is a set of library functions for bash, useful for both scripting and interactive use. It draws inspiration from the Boost C++ libraries. This has only been tested for Linux. YMMV for other platforms.
—
https://github.com/tomocafe/bash-boost