You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/09-snips-retro.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ tags:
8
8
- ssh
9
9
- sqlite
10
10
- tensorflow
11
+
images:
12
+
- /content/snips-retro/preview.png
11
13
---
12
14
13
15
{{< tweet "1657139515557920770" >}}
@@ -46,13 +48,13 @@ And that's exactly what snips is.
46
48
2. It works with other command line programs via pipes.
47
49
3. The "API" is just text over stdin/stdout.
48
50
49
-

51
+

50
52
51
53
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.
52
54
53
55
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.
54
56
55
-

57
+

56
58
57
59
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.
58
60
@@ -230,7 +232,7 @@ You can find the full language list... [on snips](https://snips.sh/f/yfojYVMqSU)
230
232
231
233
### Open Source
232
234
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.
234
236
235
237
{{< row >}}
236
238
@@ -253,4 +255,3 @@ Appreciate all the contributions and kind words people have given me throughout
0 commit comments