UNPKG

@j-o-r/sh

Version:

Execute shell commands on Linux-based systems from javascript

19 lines (14 loc) 931 B
# TODOs for @j-o-r/sh project ## High Priority (pending) - [ ] Review and commit recent changes to lib/ files and types/ (from git status: modified AsyncTracker.js, SH.js, etc.) - [*] Generate or improve API documentation using types/*.d.ts files ## In Progress - [ ] ## Later (future tasks) - [ ] Create separate docs folder with full API reference ## Done - [x] Initial project setup from package.json and README.md inspection (2026-04-15) - [x] Update README.md to include documentation for recent changes in AsyncTracker and Test features (2026-04-15) - [x] Add more examples to README.md for SHDispatch methods and utilities like retry and expBackoff (2026-04-15) - [x] Reference general SSH example in README.md (demo-interactive-ssh.js not found in scenarios/) (2026-04-15) - [x] Reduce SHExecute maxBuffer default from 40MB to 1MB, update all docs/JSDoc mentioning it. Make sure global SH.maxBuffer works. (2026-04-15)