Search results

  1. iridakos

    CLI for daily notes

    Thank you, I remember our discussion about your notes script! Recently I had the need to be able to log notes per day and I started writing this script. As the days were passing by, I added more and more functionality. I hope you find it useful (there's more to be added). So glad to hear that :D
  2. iridakos

    CLI for daily notes

    Good luck and thank you
  3. iridakos

    CLI for daily notes

    Thank you :) I've currently tested it on Ubuntu 18.04, Ubuntu 19.10 and Debian 9 Stretch. It's a bash script, I think it can execute successfully on other distros but I can't know for sure. I do know that it couldn't run in OSX though but thanks to contributors a workaround that uses the gdate...
  4. 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...
  5. 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
  6. iridakos

    goto - a bash utility to navigate to aliased directories

    Cool, I totally understand you!
  7. iridakos

    goto - a bash utility to navigate to aliased directories

    @JasKinasis Thanks! I really appreciate the feedback "works well in Cygwin on my Windows PC", that's awesome :D I haven't seen your code yet but note that this is a pretty straightforward and simple script. Your's has more logic than this!
  8. 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...
  9. iridakos

    note v1.0 released today!

    Awesome! I will try it out!
  10. iridakos

    Creating a bash completion script

    Thank you! Yes, everybody needs a cat! :D
  11. iridakos

    Creating a bash completion script

    Thank you! notes look very interesting, good job! :D
  12. 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
  13. iridakos

    Ruby does GTK+

    Ruby is awesome :) Thanks!
  14. iridakos

    Ruby does GTK+

    Thank you Chris!
  15. iridakos

    Ruby does GTK+

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

    Just published: Ruby does GTK+...

    Just published: Ruby does GTK+ http://iridakos.com/tutorials/2018/01/25/creating-a-gtk-todo-application-with-ruby
Top