hotsheet 0.16.2 → 0.17.0-beta.11
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 +5 -1
- package/dist/channel.js +30695 -29376
- package/dist/cli.js +6142 -1340
- package/dist/client/app.global.js +242 -107
- package/dist/client/styles.css +286 -1
- package/dist/plugins/github-issues/index.js +1 -1
- package/package.json +17 -4
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@
|
|
|
6
6
|
|
|
7
7
|
<br>
|
|
8
8
|
|
|
9
|
+
> **hot sheet** *(noun)* — a document or report listing items of high current interest, typically featuring urgent, new, or updated information.
|
|
10
|
+
|
|
11
|
+
<br>
|
|
12
|
+
|
|
9
13
|
**Hot Sheet** is a lightweight project management tool that runs entirely on your machine. Create tickets with a bullet-list interface, drag them into priority order, and your AI tools automatically get a structured worklist they can act on.
|
|
10
14
|
|
|
11
15
|
No cloud. No logins. No JIRA. Just tickets and a tight feedback loop.
|
|
@@ -37,7 +41,7 @@ hotsheet
|
|
|
37
41
|
|
|
38
42
|
That's it. Data stays local.
|
|
39
43
|
|
|
40
|
-
> **
|
|
44
|
+
> **Platform support.** Hot Sheet is designed to run on macOS, Linux, and Windows, but **active development and testing happens on macOS only.** Linux and Windows builds come out of the same Tauri release pipeline and the platform-specific code paths are written to be cross-platform, but cross-platform regressions may go undetected between releases. **Help from users on other platforms is welcome** — bug reports, reproduction steps, and PRs fixing platform-specific issues are all actively appreciated. Please [open an issue](https://github.com/brianwestphal/hotsheet/issues) if you hit something on Linux or Windows.
|
|
41
45
|
|
|
42
46
|
</div>
|
|
43
47
|
|