sindresorhus/fkill-cli

Use process cmd from ps-list (instead of/with) the name

Open

#16 ouverte le 3 mars 2017

Voir sur GitHub
 (8 commentaires) (1 réaction) (0 assignés)JavaScript (211 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (6 764 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I think it would be easer to find a process if the full command is used instead of the name. Indeed, if i have couple of node process running in background, i will have

node 1337
node 1338
node 1339

but if the full command is displayed

node foo.js 1337
node bar.js 1338
node foo-bar.js 1339

an other display could be

node 1337 `node foo.js`
node 1338 `node bar.js`
node 1339 `node foo-bar.js`

Guide contributeur