This website requires JavaScript.
Explore
Help
Sign In
stupidcomputer
/
dot_testing
Watch
1
Star
0
Fork
You've already forked dot_testing
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
cc89c4ed0e
dot_testing
/
builds
/
archutils
/
masstodo
12 lines
93 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
temp
=
$(
mktemp
)
nvim
$temp
IFS
=
'
'
for
i in
$(
cat
$temp
)
;
do
todo new
"
$i
"
done
Reference in New Issue
View Git Blame
Copy Permalink