Pinned Loading
-
Integrate TMUX with Google Calendar ...
Integrate TMUX with Google Calendar using gcalcli 1# First you need to install gcalcli please go to https://github.com/insanum/gcalcli
23wg_next_event="#(gcalcli --military --nostarted agenda --nocolor | cut -d ' ' -f 2- | head -2 | tail -1 | cut -c1-40)"
45set -g status-right "#[fg=colour15,bg=colour237,bold]📅 $wg_next_event"
-
List all ports used by your user wit...
List all ports used by your user with the process name 1#!/bin/bash
234# This is in progress I tested it only on macOS 10.13.6
5# outuput e.g:
-
My Tmux Configuration with: Dracula ...
My Tmux Configuration with: Dracula Theme + gcalcli integration 1set-option -g default-terminal screen-256color
2set-option -g bell-action any
3set-option -g history-limit 500000
4set-option -g base-index 1
5set-option -g xterm-keys on
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.