new repository without sensitive information
This commit is contained in:
commit
57fa0afede
51 changed files with 1883 additions and 0 deletions
10
modules/todo/init
Normal file
10
modules/todo/init
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/zsh
|
||||
|
||||
todo_count() {
|
||||
if [ -n "$2" ]; then
|
||||
file="--database $2"
|
||||
else
|
||||
file="-G"
|
||||
fi
|
||||
todo ${=file} -f +${1:-high} | wc -l
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue