Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeankundev/taser
Taserize any process with just a CLI interface
https://github.com/zeankundev/taser
Last synced: 4 days ago
JSON representation
Taserize any process with just a CLI interface
- Host: GitHub
- URL: https://github.com/zeankundev/taser
- Owner: zeankundev
- Created: 2021-08-02T02:40:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-02T02:49:52.000Z (over 3 years ago)
- Last Synced: 2024-11-14T04:48:27.705Z (2 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taser
Taserize any process with just a CLI interface. Take a break from typing commands to kill a process.
# Info
This was meant to be a just-for-fun project. I made Taser in Shell from scratch to kill process with ease
without having to type ```kill ``` or ```killall ```. Just follow the CLI with just only a argument including process ID or name.
Everything will be done in the shell script so you only need to type the process ID or name without to type the command.
# How to run
I only have instructions for Linux or Unix or DOS. Sorry, Windows users.
### To start
1. Clone this repo
```
git clone https://github.com/zeankundev/taser
```
2. Change to the cloned folder
```
cd taser
```
3. Run it and have fun!
```
bash taser.sh
```
Make sure you run the main ```taser.sh``` shell script. Try executing the shell script in the cmd folder. :)