All Projects → JonnyBurger → Make Space

JonnyBurger / Make Space

Licence: mit
💾 [WIP] Free up space from the command line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Make Space

F License
Open Source License Key Generation and Verification Tool written in Go
Stars: ✭ 535 (+2447.62%)
Mutual labels:  cli-app, cli
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+2919.05%)
Mutual labels:  cli-app, cli
What Anime Cli
❓🖼 Find the anime scene by image using your terminal
Stars: ✭ 533 (+2438.1%)
Mutual labels:  cli-app, cli
Rust Sloth
A 3D software rasterizer... for the terminal!
Stars: ✭ 478 (+2176.19%)
Mutual labels:  cli-app, cli
Archisteamfarm
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.
Stars: ✭ 7,219 (+34276.19%)
Mutual labels:  cli-app, cli
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (+2366.67%)
Mutual labels:  cli-app, cli
Carbon Now Cli
🎨 Beautiful images of your code — from right inside your terminal.
Stars: ✭ 5,165 (+24495.24%)
Mutual labels:  cli-app, cli
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (+1685.71%)
Mutual labels:  cli-app, cli
Fkill Cli
Fabulously kill processes. Cross-platform.
Stars: ✭ 6,418 (+30461.9%)
Mutual labels:  cli-app, cli
Sade
Smooth (CLI) Operator 🎶
Stars: ✭ 746 (+3452.38%)
Mutual labels:  cli-app, cli
Macos Wallpaper
Manage the desktop wallpaper on macOS
Stars: ✭ 450 (+2042.86%)
Mutual labels:  cli-app, cli
Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (+4223.81%)
Mutual labels:  cli-app, cli
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+116266.67%)
Mutual labels:  cli-app, cli
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (+2433.33%)
Mutual labels:  cli-app, cli
Ava
Node.js test runner that lets you develop with confidence 🚀
Stars: ✭ 19,458 (+92557.14%)
Mutual labels:  cli-app, cli
Solidarity
Solidarity is an environment checker for project dependencies across multiple machines.
Stars: ✭ 540 (+2471.43%)
Mutual labels:  cli-app, cli
Create Dmg
Create a good-looking DMG for your macOS app in seconds
Stars: ✭ 3,494 (+16538.1%)
Mutual labels:  cli-app, cli
Stargazed
📋 Creating your own Awesome List of GitHub stars!
Stars: ✭ 339 (+1514.29%)
Mutual labels:  cli-app, cli
Np
A better `npm publish`
Stars: ✭ 6,401 (+30380.95%)
Mutual labels:  cli-app, cli
Initior
A command line application that let's you initialize your new projects the right way, replaces npm and yarn's init 🎆
Stars: ✭ 17 (-19.05%)
Mutual labels:  cli-app, cli

BETA NOTICE: This module is still in development and in an early stage. Be careful with deleting stuff for now!


make-space npm version Build Status

⚡️ Fast, lightweight, simple: Less than 1 MB, no dependencies[1]. make-space downloads and runs in 5 seconds!

👨‍💻 Focused on developers: Finds ways to free up space that other tools don't, such as clearing npm, Homebrew, Xcode, Yarn caches and removing unnecessary Docker images!

📦 No installation needed: You just need a newer version of npm. Then you can just type npx make-space!

How to use

$ npx make-space
Why use npx?
  • Just one command which is cool!
  • With npx, you don't have to install the tool, saving you more space.
  • Whenever you execute it, you get the newest version.
  • The npx binary is included with npm 5.2 and above.
  • You can also use a normal npm install or install make-space with yarn:
    $ npm install -g make-space
    $ make-space
    or
    $ yarn add --global make-space
    $ make-space



s Stop searching
/ Navigate through options
space Select item
d Show documentation for command
enter Execute selected options
Ctrl+C Quit

Strategies

To free up space, we employ a variety of different strategies. Small savings add up! All strategies that are implemented are also documented on the website.

What ideas do you have to make space?

We would love if you send us pull requests with new strategies to free up even more space!

Here are some instructions on how to do so!

License

MIT © Jonny Burger


1) The version that is published on npm is bundled with webpack and then minified, which means you don't need to install the dependencies!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].