ps_list 0.0.5
ps_list: ^0.0.5 copied to clipboard
A Dart package that allows you to retrieve a list of running processes and check whether a specific process is running on Linux, macOS, and Windows.
Changelog #
0.0.5 #
- Update README.md
0.0.4 #
- Added
runInShell:true
option to Process.run
0.0.3 #
- Update examples
0.0.2 #
- Added unit tests for process listing functions.
- Updated documentation with usage examples.
- Improved error handling for unsupported platforms.
0.0.1 #
- Initial release.
- Added support for cross-platform process listing on Linux, macOS, and Windows.
- Implemented
PSList.getRunningProcesses()
to retrieve running processes. - Implemented
PSList.isProcessRunning()
to check if a specific process is running.