Dysk

Use this skill when the user wants to get filesystem information like df but with better formatting and JSON/CSV output.

javimosch 783bc72 974 B Updated

File contents

dysk Plugin

Linux utility to get information on filesystems, like df but better.

Commands

Filesystem Info

  • dysk self version — Print dysk version
  • dysk filesystem info — Get filesystem information
  • dysk output json — Output filesystem information in JSON format
  • dysk _ _ — Passthrough to dysk CLI

Usage Examples

  • "Show filesystem information"
  • "Get disk usage in JSON format"
  • "Check available disk space"

Installation

cargo install dysk

Examples

# Show filesystem info
dysk

# Output as JSON
dysk --json

# Output as CSV
dysk --csv

# Show specific mount point
dysk /home

Key Features

  • Better than df with cleaner output
  • JSON and CSV output support
  • Color-coded output
  • Detailed filesystem information
  • Script-friendly output formats

javimosch/supercli/tree/main/plugins/dysk/skills/quickstart commit 783bc723e5

Frequently asked questions

npx skillmds@latest add javimosch/dysk