mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
added check option to daily finder
This commit is contained in:
@@ -15,6 +15,11 @@ else
|
|||||||
the_dir=$1
|
the_dir=$1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $1 = "check" ] ; then
|
||||||
|
echo OK
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# function DaySuffix:
|
# function DaySuffix:
|
||||||
# little helper to give us st, nd, th for 1st, 2nd, 3rd, 4th, ...
|
# little helper to give us st, nd, th for 1st, 2nd, 3rd, 4th, ...
|
||||||
DaySuffix() {
|
DaySuffix() {
|
||||||
|
|||||||
Reference in New Issue
Block a user