pisesh 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -221,6 +221,22 @@ If pisesh saves you context-switching time or just makes pi nicer to live in, su
|
|
|
221
221
|
- [interactive-shell example extension](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/examples/extensions/interactive-shell.ts), the pattern reference for the `ui.custom` + `tui.stop` TTY handoff.
|
|
222
222
|
- Inspiration for the favorites + tabs UX: [droid CLI](https://github.com/factory-ai/droid) and tmux's [sesh](https://github.com/joshmedeski/sesh).
|
|
223
223
|
|
|
224
|
+
## Contributors
|
|
225
|
+
|
|
226
|
+
Thanks to everyone who helped make pisesh better 🙏
|
|
227
|
+
|
|
228
|
+
<a href="https://github.com/Blue-B"><img src="https://github.com/Blue-B.png?size=80" width="80" alt="Blue-B" title="Blue-B" /></a>
|
|
229
|
+
|
|
230
|
+
## Repository activity
|
|
231
|
+
|
|
232
|
+

|
|
233
|
+
|
|
234
|
+
## Star History
|
|
235
|
+
|
|
236
|
+
<a href="https://star-history.com/#Blue-B/pisesh&Date">
|
|
237
|
+
<img src="https://api.star-history.com/svg?repos=Blue-B/pisesh&type=Date&v=20260531" alt="Star History Chart" width="600" />
|
|
238
|
+
</a>
|
|
239
|
+
|
|
224
240
|
## License
|
|
225
241
|
|
|
226
242
|
MIT © [Blue-B](https://github.com/Blue-B). See [LICENSE](LICENSE).
|