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