Showing headlines posted by iridakos

stup - a CLI tool for keeping standup and other types of daily notes

  • GitHub repository; By Lazarus Lazaridis (Posted by iridakos on Apr 20, 2020 3:26 PM EDT)
  • Groups: Linux
A tool to save, access and organize standup and other types of daily notes in the terminal.

Finding date palindromes in the Linux shell - explained

  • iridakos.com; By Lazarus Lazaridis (Posted by iridakos on Feb 9, 2020 1:42 PM EDT)
  • Groups: Linux
A post explaining how a command to find date palindromes in the Linux shell works.

How to add tab completion to your scripts

A tutorial for adding tab completion to your scripts using the Bash Programmable Completion functionality.

Remove duplicate lines of a file preserving their order in Linux

  • https://iridakos.com; By Lazarus Lazaridis (Posted by iridakos on May 16, 2019 8:48 PM EDT)
  • Groups: Linux
How to remove duplicate lines of a file in Linux without sorting or changing their order.

Linux shell navigation to aliased directories with autocomplete

  • https://iridakos.com; By Lazarus Lazaridis (Posted by iridakos on Apr 12, 2019 11:29 PM EDT)
  • Groups: Linux
A Linux shell script for registering directory aliases and navigating to them with tab completion.

Change brightness with the function keys on iMac running Debian

How to change brightness with the function keys on an iMac running Debian

Full text searching Linux man pages

  • iridakos.com; By Lazarus Lazaridis (Posted by iridakos on Apr 14, 2018 3:27 PM EDT)
  • Groups: Linux; Story Type: News Story
In this post we are going to play around with full text searching with Elasticsearch and Linux man pages.

goto - a bash utility to navigate faster to aliased directories supporting auto-complete

  • https://github.com/iridakos/goto; By Lazarus Lazaridis (Posted by iridakos on Mar 5, 2018 4:20 PM EDT)
  • Groups: GNU, Linux
goto is a utility that allows users to navigate easily to directories via their previously defined aliases. It comes with an auto-complete feature making navigation pretty fast.

Bash Programmable Completion - Tutorial

This is a tutorial familiarizing users with the creation of bash completion scripts. With this walk-through readers gain a good understanding on how the bash completion mechanism works and they can use the knowledge to create their own completions scripts.

Ruby does GTK

Lately I was experimenting with GTK+ and its Ruby bindings and I decided to write a tutorial introducing this functionality. In this post we are going to create a simple ToDo application (something like what we created here with Ruby on Rails) using the gtk3 gem a.k.a. the GTK+ Ruby bindings.