Skip to content

Commit 89bb72f

Browse files
committed
images, typos and update submod
1 parent fafa71c commit 89bb72f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

content/posts/09-snips-retro.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ tags:
88
- ssh
99
- sqlite
1010
- tensorflow
11+
images:
12+
- /content/snips-retro/preview.png
1113
---
1214

1315
{{< tweet "1657139515557920770" >}}
@@ -46,13 +48,13 @@ And that's exactly what snips is.
4648
2. It works with other command line programs via pipes.
4749
3. The "API" is just text over stdin/stdout.
4850

49-
![pipe examples](https://vhs.charm.sh/vhs-7j0LzNCGaBjF6v91QkXJgr.gif "Pipe into whatever you want")
51+
![pipe examples](/content/snips-retro/pipe.gif "Pipe into whatever you want")
5052

5153
But, this isn't just a command line utility. While I love the Unix Philosophy, it is not my creed. Just as much as I believe simplicity is key in software development, the user experience is just as important. This is often a very hard balance.
5254

5355
Under the covers, snips.sh is a stateful remote resource that requires functionality beyond the simple input/output. And that's what the TUI is for. It's a shell into the user's snips. You can use the TUI to view snips syntax highlighted, edit attributes and delete them.
5456

55-
![tui](https://vhs.charm.sh/vhs-1MRS4DCN6XUpxzM2PrqCfL.gif "A user can `ssh` into the TUI to view/manage snips")
57+
![tui](/content/snips-retro/ssh.gif "A user can `ssh` into the TUI to view/manage snips")
5658

5759
As a developer building tools for developers, I know how comfortable most are in the terminal, which is why I chose that as the entrypoint over a web UI. They don't even need to lift their fingers off the keyboard.
5860

@@ -230,7 +232,7 @@ You can find the full language list... [on snips](https://snips.sh/f/yfojYVMqSU)
230232

231233
### Open Source
232234

233-
We've had some great contributions like [zstd compression](https://github.com/robherley/snips.sh/pull/46), [arm64 support](https://github.com/robherley/snips.sh/pull/42), bugfixes and more. Dependabot is also carrying the weight a bit with **~65** Pull Requests alone.
235+
We've had some great contributions like [zstd compression](https://github.com/robherley/snips.sh/pull/46), [arm64 support](https://github.com/robherley/snips.sh/pull/42), bug fixes and more. Dependabot is also carrying the weight a bit with **~65** Pull Requests alone.
234236

235237
{{< row >}}
236238

@@ -253,4 +255,3 @@ Appreciate all the contributions and kind words people have given me throughout
253255
[^1]: https://sqlite.org/fasterthanfs.html
254256
[^2]: https://fly.io/docs/litefs/
255257
[^3]: https://github.com/robherley/snips.sh/commit/4982dafd6204d56c7670aa2ef258638e318447f4
256-
[^4]: https://github.com/robherley/snips.sh/pkgs/container/snips.sh
169 KB
Loading
413 KB
Loading

static/content/snips-retro/ssh.gif

631 KB
Loading

themes/rebugo

0 commit comments

Comments
 (0)