All Projects → scriptingosx → diskspace

scriptingosx / diskspace

Licence: other
macOS command line tool to return the available disk space on APFS volumes

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to diskspace

diskusage
FANTASTIC SPEED utility to find out top largest folders/files on the disk.
Stars: ✭ 64 (-47.97%)
Mutual labels:  disk-space, command-line-tool
Quickpkg
wrapper for pkgbuild to quickly build simple packages from an installed app, a dmg or zip archive.
Stars: ✭ 137 (+11.38%)
Mutual labels:  command-line-tool, macadmin
Desktoppr
Simple command line tool to set the desktop picture on macOS
Stars: ✭ 127 (+3.25%)
Mutual labels:  command-line-tool, macadmin
Tin Summer
Find build artifacts that are taking up disk space
Stars: ✭ 259 (+110.57%)
Mutual labels:  disk-space, command-line-tool
node-banner
Easily integrate ASCII flavored banners to your CLI tool
Stars: ✭ 18 (-85.37%)
Mutual labels:  command-line-tool
glacier
❄️ Building Python CLI using docstrings and typehints 🐍
Stars: ✭ 84 (-31.71%)
Mutual labels:  command-line-tool
note-keeper
📓 A tiny bash tool for taking and organizing notes.
Stars: ✭ 58 (-52.85%)
Mutual labels:  command-line-tool
apfs
Package apfs implements an Apple File System(apfs) bindings for Go
Stars: ✭ 30 (-75.61%)
Mutual labels:  apfs
dotfiles
dotfiles symbolic links management CLI
Stars: ✭ 156 (+26.83%)
Mutual labels:  command-line-tool
vim-profiler
A vim plugin profiler and data plotter
Stars: ✭ 31 (-74.8%)
Mutual labels:  command-line-tool
quake-cli-tools
Command line tools for creating Quake content.
Stars: ✭ 41 (-66.67%)
Mutual labels:  command-line-tool
pint
A single-file command-line package manager for Windows.
Stars: ✭ 35 (-71.54%)
Mutual labels:  command-line-tool
cati
Cati Unix Package Manager
Stars: ✭ 19 (-84.55%)
Mutual labels:  command-line-tool
crawler click tutorial
click tutorial ( crawler ) use python
Stars: ✭ 15 (-87.8%)
Mutual labels:  command-line-tool
audio-playback
Ruby/Command Line Audio File Player
Stars: ✭ 20 (-83.74%)
Mutual labels:  command-line-tool
notion scheduler
Allows the creation of recurring tasks in Notion.
Stars: ✭ 17 (-86.18%)
Mutual labels:  command-line-tool
nuxt-modules-cli
Browse Nuxt.js modules from the terminal
Stars: ✭ 25 (-79.67%)
Mutual labels:  command-line-tool
cybr-cli
A "Swiss Army Knife" command-line interface (CLI) for easy human and non-human interaction with @cyberark suite of products.
Stars: ✭ 45 (-63.41%)
Mutual labels:  command-line-tool
hydra
A command-line utility for generating language-specific project structure.
Stars: ✭ 18 (-85.37%)
Mutual labels:  command-line-tool
libgen-downloader
A simple tool to search and download ebooks from libgen via terminal user interface.
Stars: ✭ 98 (-20.33%)
Mutual labels:  command-line-tool

diskspace

   

Returns available disk space

With the various APFS features the value for free disk space returned from tools such as du or df will not be accurate. This tool uses system functions to get various measures of available disk space.

The 'Important' value matches the free disk space value shown in Finder.

You can get the details from Apple's documentation:

https://developer.apple.com/documentation/foundation/urlresourcekey/checking_volume_storage_capacity

USAGE: diskspace [--human-readable] [--available] [--important] [--opportunistic] [--total] [<volume-path>]

ARGUMENTS:
  <volume-path>           path to the volume (default: /)

OPTIONS:
  -H, --human-readable    Human readable output using unit suffixes
  -a, --available         Print only the value of the Available Capacity
  -i, --important         Print only the value of the Important Capacity
  -o, --opportunistic     Print only the value of the Opportunistic Capacity
  -t, --total             Print only the value of the Total Capacity
  --version               Show the version.
  -h, --help              Show help information.
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].