my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Tim J. K 6f2115febb
fix screenshot
3 years ago
..
README.md init repo 3 years ago
isodate.plugin.zsh init repo 3 years ago

README.md

Isodate plugin

Maintainer: @Frani

This plugin adds completion for the ISO 8601, as well as some aliases for common Date commands.

To use it, add isodate to the plugins array in your zshrc file:

plugins=(... isodate)

Aliases

Alias Command Description
isodate date +%Y-%m-%dT%H:%M:%S%z Display the current date with UTC offset and ISO 8601-2 extended format
isodate_utc date -u +%Y-%m-%dT%H:%M:%SZ Display the current date in UTC and ISO 8601-2 extended format
isodate_basic date -u +%Y%m%dT%H%M%SZ Display the current date in UTC and ISO 8601 basic format
unixstamp date +%s Display the current date as a Unix timestamp (seconds since the Unix epoch)
date_locale date +"%c" Display the current date using the default locale's format