Compare commits

..

No commits in common. "41d9b68fe7b8541eb26fe06c34d480827c363b4d" and "ad3ccbf0b883fd805e88e774d854ca187045224f" have entirely different histories.

3 changed files with 5 additions and 7 deletions

View file

@ -90,3 +90,4 @@ task lexidInc, "bump lexigraphic id":
task _,"_______________": task _,"_______________":
discard discard
# switch("path","$nim")

View file

@ -19,9 +19,10 @@ alias mkrt='make -C $(git rev-parse --show-toplevel)'
alias mk="make" alias mk="make"
alias mkc="make -C" alias mkc="make -C"
# alias yyyymmdd='date +%Y%m%d' alias yyyymmdd='date +%Y%m%d'
# alias ds='date +%Y-%m-%d' alias ds='date +%Y-%m-%d'
alias timestamp='date +%Y-%m-%dT%H:%M:%SZ' alias ts='date +%Y-%m-%dT%H:%M:%SZ'
alias today="date +'%Y.%m.%d'"
# url encode/decode # url encode/decode
alias urldecode='python3 -c "import sys, urllib.parse as ul; \ alias urldecode='python3 -c "import sys, urllib.parse as ul; \

View file

@ -1,4 +0,0 @@
#!/usr/bin/env zsh
local sep=${1:-}
date "+%Y${sep}%m${sep}%d"