Tag: bash

  • If you landed here is that you probably have a keen interest in bringing a more powerful search engine into your WordPress site and you have heard about Elasticsearch, the relatively new document oriented, RESTful search server based on Lucene. There are many reasons why one uses Elasticsearch so I won’t get into much details,…

  • Have you ever worked on a team where everyone needed to put the Jira ticket number in the git message? Ever wanted to know all the ticket being merge to another branch before doing so? Here is a nifty little bash function that you can put in your bash profile: Once you have this included, you…