Skip to content

A clean TUI to delete your old target and node_modules folders.

Notifications You must be signed in to change notification settings

simulationguest/npkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npkill-go

A clean TUI to delete your old target and node_modules.

screenshot

Usage

Installation

Go toolchain

$ go install git.leoj.de/npkill-go

No Go toolchain

Download a binary from the Releases tab and place it in your $PATH.

Starting npkill

$ npkill <directory> opens npkill in a directory relative to $PWD.

$ npkill opens npkill in $PWD.

Interactions

Move through the table with the arrow keys (, ).

Refresh the list of entries with r.

Delete an element with .

Quit with Esc.

Building it

Make sure you have a Go Toolchain installed on your system.

$ go build . produces the executable.

About

A clean TUI to delete your old target and node_modules folders.

Resources

Stars

Watchers

Forks