GitXplorerGitXplorer
k

pydf-pypi

public
30 stars
4 forks
2 issues

Commits

List of commits on branch master.
Verified
663379293c773d547e12761be98a856553a39d0f

Update README.md

kk4rtik committed 6 years ago
Verified
c59c16df1d1086d03f8948338238bf380431deb9

Merge pull request #4 from mgedmin/patch-1

kk4rtik committed 7 years ago
Verified
d7db3798e4a2780138425ad811fdd67c9dfa35c4

Fix email link in README

mmgedmin committed 7 years ago
Unverified
7cb9d8375ddec1a557989cfc3a7bdfff6bd23309

exclude unnecessary files

kk4rtik committed 9 years ago
Unverified
0d5078e65278d690eb57def7577fb6120f38af10

Add maintainer info and safer import

kk4rtik committed 10 years ago
Unverified
aa23288417fca9e67a9d27c6279050d58867d606

Add screenshots to README.md

kk4rtik committed 10 years ago

README

The README file for this repository.

PyPI package for pydf

NOTE: This repo is used for generating a PyPI package for pydf tool written by Radovan Garabík. This makes it possible to install pydf with the familiar pip command. I have not written 'pydf'; I just hope to maintain the package and possibly fix some bugs. Improvements to setup.py and related files are welcome in the form of PRs. --k4rtik

This repo is just for the PyPI package. Please file issues and send pull requests for pydf at https://github.com/garabik/pydf.

Original README with some additional formatting and screenshots follow.


pydf

pydf is all-singing, all-dancing, fully colourised df(1)-clone written in python.

Requirements:

pydf was written for linux, using specific linux features. The fact it runs on other systems is pure coincidence, but neverthless it happens to work on wide range of modern unix systems.

System-wide configuration is in /etc/pydfrc, per-user configuration in ~/.pydfrc (format of these files is the same)

Colours are one of:

none, default, bold, underline, blink, reverse, concealed, black, green, yellow, blue, magenta, cyan, white, on_black, on_green, on_yellow, on_blue, on_magenta, on_cyan, on_white beep

on_red means that the background (instead of foreground) is painted with red etc...

pydf recognizes following parameters:

  --help                show this help message
  -a, --all             include filesystems having 0 blocks
  -h, --human-readable  print sizes in human readable format (e.g., 1K 234M 2G)
  -H, --si              likewise, but use powers of 1000 not 1024
  -bBLOCKSIZE, --block-size=BLOCKSIZE
                        use SIZE-byte blocks
  -l, --local           limit listing to local filesystems
  -k, --kilobytes       like --block-size=1024
  -m, --megabytes       like --block-size=1048576
  -g, --gigabytes       like --block-size=1073741824
  --blocks              use filesystem native block size
  --bw                  do not use colours
  --mounts=MOUNTS_FILE  File to get mount information from. On normal linux
                        system, only /etc/mtab or proc/mounts make sense. Some
                        other unices use /etc/mnttab. Use /proc/mounts when
                        /etc/mtab is corrupted or inaccesable  (the output
                        looks a bit weird in this case).
  -B, --show-binds      show also mount --bind mounted filesystems

Written by Radovan Garabík.
For new versions, look at http://kassiopeia.juls.savba.sk/~garabik/software/pydf/


Screenshots