@treeport/treeport 0.3.0 → 0.5.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Treeport
2
2
 
3
- Treeport is a worktree-first terminal driver for persistent development workspaces.
3
+ Treeport is a tree-first terminal driver for persistent development workspaces.
4
4
 
5
5
  ```sh
6
6
  npm install --global @treeport/treeport
@@ -8,8 +8,8 @@ cd /path/to/repository
8
8
  treeport .
9
9
  ```
10
10
 
11
- Treeport starts its backend if needed, registers the repository and its worktrees, and opens the current worktree in the desktop app or browser. Run `treeport start` to start only the backend. Use `treeport service enable` when a host must start Treeport after reboot.
11
+ Treeport starts its backend if needed, registers the repository and its trees, and opens the current tree in the desktop app or browser. Run `treeport start` to start only the backend. Use `treeport service enable` when a host must start Treeport after reboot.
12
12
 
13
- Treeport supports macOS and Linux and requires Node.js 24 or newer, Git, and tmux 3.2 or newer.
13
+ Treeport supports macOS and Linux. It requires Node.js 24 or newer, npm, Git, and tmux 3.2 or newer.
14
14
 
15
15
  Documentation: <https://treeport.app>