noxdir

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 31, 2025 License: MIT Imports: 1 Imported by: 0

README ΒΆ

🧹 NoxDir

Build Go Report Card

NoxDir is a high-performance, cross-platform command-line tool for visualizing and exploring your file system usage. It detects mounted drives or volumes and presents disk usage metrics through a responsive, keyboard-driven terminal UI. Designed to help you quickly locate space hogs and streamline your cleanup workflow.

πŸš€ Features

  • βœ… Cross-platform drive and mount point detection (Windows, macOS, * Linux*)
  • πŸ“Š Real-time disk usage insights: used, free, total capacity, and utilization percentage
  • πŸ–₯️ Interactive and intuitive terminal interface with keyboard navigation
  • ⚑ Built for speed β€” uses native system calls for maximum performance
  • πŸ”’ Fully local and privacy-respecting β€” no telemetry, ever
  • 🧰 Single binary, portable

full-preview!

two panes!

πŸ“¦ Installation

Pre-compiled Binaries

Obtain the latest optimized binary from the Releases page. The application is self-contained and requires no installation process.

Build from source (Go 1.24+)
git clone https://github.com/crumbyte/noxdir.git
cd noxdir
make build

./bin/noxdir

πŸ›  Usage

Just run in the terminal:

noxdir

The interactive interface initializes immediately without configuration requirements.

βš™οΈ How It Works

It identifies all available partitions for Windows, or volumes in the case of macOS and Linux. It'll immediately show the capacity info for all drives, including file system type, total capacity, free space, and usage data. All drives will be sorted (by default) by the free space left.

Press Enter to explore a particular drive and check what files or directories occupy the most space. Wait while the scan is finished, and the status will update in the status bar. Now you have the full view of the files and directories, including the space usage info by each entry. Use ctrl+q to immediately see the biggest files on the drive, or ctrl+e to see the biggest directories. Use ctrl+f to filter entries by their names or , and . to show only files or directories.

Also, NoxDir accepts flags on a startup. Here's a list of currently available CLI flags:

Usage:
  noxdir [flags]

Flags:
  -x, --exclude strings   Exclude specific directories from scanning. Useful for directories
                          with many subdirectories but minimal disk usage (e.g., node_modules).

                          NOTE: The check targets any string occurrence. The excluded directory
                          name can be either an absolute path or only part of it. In the last case,
                          all directories whose name contains that string will be excluded from
                          scanning.

                          Example: --exclude="node_modules,Steam\appcache"
                          (first rule will exclude all existing "node_modules" directories)
  -h, --help              help for noxdir
  -r, --root string       Start from a predefined root directory. Instead of selecting the target
                          drive and scanning all folders within, a root directory can be provided.
                          In this case, the scanning will be performed exclusively for the specified
                          directory, drastically reducing the scanning time.

                          Providing an invalid path results in a blank application output. In this
                          case, a "backspace" still can be used to return to the drives list. Also, all
                          trailing slash characters will be removed from the provided path.

                          Example: --root="C:\Program Files (x86)"

⚠️ Known Issues

  • The scan process on macOS might be slow sometimes. If it is an issue, consider using --exclude argument.
  • In some cases, the volumes might duplicate on macOS and Linux. This issue will be fixed in the next releases.

🧩 Planned Features

  • Real-time filesystem event monitoring and interface updates
  • Exportable reports in various formats (JSON, CSV, HTML)
  • Sort directories by usage, free space, etc. (already done for drives)
  • Customizable interface aesthetics with theme support

πŸ™‹ FAQ

  • Q: Can I use this in scripts or headless environments?
  • A: Not yet β€” it's designed for interactive use.

  • Q: What are the security implications of running NoxDir?
  • A: NoxDir operates in a strictly read-only capacity with no file modification capabilities in the current release.

  • Q: Does NoxDir support file management operations?
  • A: File manipulation features are currently under development and prioritized in our roadmap.

  • Q: The interface appears to have rendering issues with icons or formatting, and there are no multiple panes like in the screenshots.
  • A: Visual presentation depends on terminal capabilities and font configuration. For optimal experience, a terminal with Unicode and glyph support is recommended. The screenshots were made in WezTerm using MesloLGM Nerd Font font.

πŸ§ͺ Contributing

Pull requests are welcome! If you’d like to add features or report bugs, please open an issue first to discuss.

πŸ“ License

MIT Β© crumbyte


Documentation ΒΆ

The Go Gopher

There is no documentation for this package.

Directories ΒΆ

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL