Skip to content

Instantly share code, notes, and snippets.

View marounmelhem's full-sized avatar

Maroun Melhem marounmelhem

View GitHub Profile
@marounmelhem
marounmelhem / worldclock.1s.sh
Last active May 4, 2023 04:04
A Bitbar plugin to add various timezones to the macOS top bar
#!/bin/bash
echo "🇺🇸 (LA) $(TZ=America/Los_Angeles date +'%H:%M:%S')" # Visible timezone.
echo '---' # Timezones shown in dropdown menu.
echo "🇺🇸 (NY) $(TZ=America/New_York date +'%H:%M:%S')"
echo "🇱🇧 (BEY) $(TZ=Asia/Beirut date +'%H:%M:%S')"
@marounmelhem
marounmelhem / README-Template.md
Created December 27, 2018 08:50 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites