Skip to content
/ CodeMop Public

A tiny terminal app that scans your projects and shows you how big their build folders are.

License

Notifications You must be signed in to change notification settings

Nyjako/CodeMop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeMop

A tiny terminal app that scans your projects and shows you how big their build folders are.

Features

  • Automatic scan: Walks your current folder looking for project roots.
  • Delete builds: Press d to remove a project’s build folder and reclaim space.
  • Lightweight: Written in C using ncurses and pthreads.

Suported project types

  • CMake
  • Make
  • Cargo
  • NodeJS

How to use

  1. Build:

    make
  2. Run:

    ./CodeMop
  3. Navigate with arrow keys or mouse wheel.

  4. Delete a build folder by selecting a project and pressing d.

  5. Quit with q.

Super small and pretty fast—but not blazingly fast. If you need more speed, you’d have to rewrite it in JS

About

A tiny terminal app that scans your projects and shows you how big their build folders are.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published