pisesh 0.1.2 → 0.1.3
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 +1 -17
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# pisesh
|
|
2
2
|
|
|
3
|
-
**English** | [한국어](docs/README.ko.md)
|
|
3
|
+
**English** | [한국어](https://github.com/Blue-B/pisesh/blob/main/docs/README.ko.md)
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/pisesh)
|
|
6
6
|
[](https://github.com/Blue-B/pisesh/actions/workflows/ci.yml)
|
|
@@ -234,22 +234,6 @@ If pisesh saves you context-switching time or just makes pi nicer to live in, su
|
|
|
234
234
|
- [interactive-shell example extension](https://github.com/earendil-works/pi/blob/main/packages/coding-agent/examples/extensions/interactive-shell.ts) — pattern reference for `ui.custom` + `tui.stop` TTY handoff.
|
|
235
235
|
- Inspiration for the favorites + tabs UX: [droid CLI](https://github.com/factory-ai/droid) and tmux's [sesh](https://github.com/joshmedeski/sesh).
|
|
236
236
|
|
|
237
|
-
## Contributors
|
|
238
|
-
|
|
239
|
-
Thanks to everyone who helps make pisesh better! 🙏
|
|
240
|
-
|
|
241
|
-
<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>
|
|
242
|
-
|
|
243
|
-
## Repository activity
|
|
244
|
-
|
|
245
|
-

|
|
246
|
-
|
|
247
|
-
## Star History
|
|
248
|
-
|
|
249
|
-
<a href="https://star-history.com/#Blue-B/pisesh&Date">
|
|
250
|
-
<img src="https://api.star-history.com/svg?repos=Blue-B/pisesh&type=Date&v=20260531" alt="Star History Chart" width="600" />
|
|
251
|
-
</a>
|
|
252
|
-
|
|
253
237
|
## License
|
|
254
238
|
|
|
255
239
|
MIT © [Blue-B](https://github.com/Blue-B). See [LICENSE](LICENSE).
|