Skip to content

Commit fb9e8a9

Browse files
committed
build: add ci
1 parent 6e2fb4a commit fb9e8a9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
![logo](docs/images/logo.jpg)
44

5+
[![Build Status][actions-badge]][actions-url]
6+
7+
[actions-badge]: https://github.com/oneofthezombies/kill-tree/workflows/CI/badge.svg
8+
[actions-url]: https://github.com/oneofthezombies/kill-tree/actions?query=workflow?CI+branch=main
9+
510
A library and CLI tool that kills all of target process and its children recursively not depending on the other commands such as `kill`, `ps`, `pgrep`, `taskkill` or `wmic`.
611
This is written in Rust and powered by [Tokio](https://github.com/tokio-rs/tokio).
712
This project is inspired by [node-tree-kill](https://github.com/pkrumins/node-tree-kill). Thank you. 🤟

0 commit comments

Comments
 (0)