Tag: shell
Shell scripting and terminal productivity.
-
Web Scraping on the Shell
Often times there's data on the internet we'd like to get our hands on. In most cases I'd start on a Python script with the usual suspects requests, beautifulsoup4, json or csv. This works well butwhen the task in question only needs to be run once, it would be alot easier to run a few commands on the shell.
-
Makefile Madness
Tricks for transforming Make into a command runner.
-
Colouring arbitrary shell output
Color shell output with python-pygments.
-
Data flow on the shell
Different ways to move data around the shell.