Skip to content

Commit 9140045

Browse files
committed
Improve demo asset generation
1 parent 6c714cd commit 9140045

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@
1414
# Env
1515
.env
1616

17-
RELEASE.txt
17+
RELEASE.txt
18+
19+
# Local demo generation assets
20+
scripts/demo.sh
21+
scripts/demo.tape
22+
demo.mp4

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
Path-aware terminal task manager for global and project-local todos.
66

7+
![tody demo](demo.gif)
8+
79
## Install and run
810

911
```sh

demo.gif

624 KB
Loading

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ echo "-> installing tody ${tag} for ${target}"
6666
echo "-> download: ${url}"
6767

6868
mkdir -p "${BINDIR}"
69-
curl -fL "${url}" -o "${tmpdir}/${asset}"
69+
curl -fsSL "${url}" -o "${tmpdir}/${asset}"
7070
tar -xzf "${tmpdir}/${asset}" -C "${tmpdir}"
7171

7272
if [ ! -f "${tmpdir}/tody" ]; then

0 commit comments

Comments
 (0)