We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff62ffb + ecae986 commit 52e112cCopy full SHA for 52e112c
tests/gh-r.zunit
@@ -159,6 +159,11 @@
159
local documize="$ZBIN/documize"; assert "$documize" is_executable
160
$documize version; assert $state equals 0
161
}
162
+@test 'dstask' { # Git powered terminal-based todo/note manager -- markdown note page per task
163
+ run zinit lbin'!*->dstask' bpick'^*import*' for @naggie/dstask; assert $state equals 0
164
+ local dstask="$ZBIN/dstask"; assert "$dstask" is_executable
165
+ $dstask help; assert $state equals 0
166
+}
167
@test 'dua' { # View disk space usage and delete unwanted data, fast
168
run zinit lbin'!**/dua' for @Byron/dua-cli; assert $state equals 0
169
local dua="$ZBIN/dua"; assert "$dua" is_executable
0 commit comments