Search results

  1. iridakos

    CLI for daily notes

    Hello, I made a CLI tool to save, access and organize daily notes. I named it stup, it derives from the Standup meetings since its initial purpose was to cover my need for keeping my Standup notes in a convenient way. You can find the script and more information about its features on GitHub...
  2. iridakos

    Remove duplicate lines from files keeping the original order (one-liner explained)

    Hi all, I published a post providing ways for removing duplicate lines from text files keeping the original order and a thorough explanation of how the awk one-liner works. https://iridakos.com/how-to/2019/05/16/remove-duplicate-lines-preserving-order-linux.html Hope you find it useful
  3. iridakos

    goto - a bash utility to navigate to aliased directories

    Hello everybody, I published a bash utility named goto. The tool allows users to navigate to directories using an alias that was previously explicitly defined. Its best feature is the autocomplete functionality making navigation pretty fast. Example A user may register a directory with...
  4. iridakos

    Creating a bash completion script

    Hello everybody, I just published a tutorial for creating bash completion scripts. Link: https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial Thanks, Lazarus
  5. iridakos

    Ruby does GTK+

    Hello everybody, I published a tutorial for creating a simple GTK+ ToDo application with Ruby. Thanks!
Top