If, like me, you spend a lot of time in the command line, you might find that using your social media / chat apps via the terminal might be beneficial…
Tag: terminal
Using Reddit from the console
Most of the times with reddit, I pretty much just want the text. In fact, like many of you, I work at the command line for many hours of the day, so having a reddit client that would work on the command-line, and could also format the text in a completely readable way sounds pretty slick. Fortunately there’s three (almost identical) reddit
Slack for the CLI – Sclack
At work, I’m always working at the Terminal. I have my email (mutt), a few bash terminals for looking after servers and cutting some code, my Facebook messenger (see messer)…
Pro Tip: For, While and Until Loops
LEVEL: SYSADMIN / TIME: 1-2 min. Here’s some handy quick reference examples to go back to easily if you are needing to use for, while and until loops in your…
Multi-Tasking at the command line with screenie
The use of the tool screen is well documented throughout the Internet, however it’s third-party accomplice is not. Screenie is a front-end to screen. Why Do I want to know…
Using Vim Scripts to determine whether to set 80 chars word wrap
Here’s a little quick tip for those of you out there that use the ViM text editor. The following is from my personal ~/.vimrc file, it is used to set…