Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul-nechifor/ohmu
View space usage in your terminal.
https://github.com/paul-nechifor/ohmu
Last synced: 14 days ago
JSON representation
View space usage in your terminal.
- Host: GitHub
- URL: https://github.com/paul-nechifor/ohmu
- Owner: paul-nechifor
- Created: 2015-07-19T20:23:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T19:56:26.000Z (over 6 years ago)
- Last Synced: 2024-09-28T09:06:31.520Z (about 1 month ago)
- Size: 1.64 MB
- Stars: 594
- Watchers: 16
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- my-awesome-starred - ohmu - View space usage in your terminal. (Python)
- my-awesome-github-stars - paul-nechifor/ohmu - View space usage in your terminal. (Others)
README
This repository has been moved to `gitlab.com/paul-nechifor/ohmu `_.
==========================================================================================================Old readme:
Ohmu
====View space usage in your terminal.
.. image:: https://img.shields.io/travis/paul-nechifor/ohmu.svg?style=flat-square
:target: https://travis-ci.org/paul-nechifor/ohmu.. image:: https://img.shields.io/codecov/c/github/paul-nechifor/ohmu.svg?style=flat-square
:target: https://codecov.io/github/paul-nechifor/ohmu.. image:: https://img.shields.io/pypi/v/ohmu.svg?style=flat-square
:target: https://pypi.python.org/pypi/ohmu.. image:: https://img.shields.io/pypi/dm/ohmu.svg?style=flat-square
:target: https://pypi.python.org/pypi/ohmu.. image:: https://img.shields.io/pypi/l/ohmu.svg?style=flat-square
:target: http://opensource.org/licenses/MIT.. image:: animation.gif
Usage
-----Install the Python headers (TODO: specify the commands on every major OS.)
Install (prefix with ``sudo`` if you need to)::
pip install ohmu --user --upgrade
Scan the current directory::
ohmu
Scan some random directory::
ohmu some/random/dir
Development
-----------Make sure you have Tox_ installed globally.
Run the tests with::
tox
License
-------MIT
.. _Tox: https://tox.readthedocs.io/en/latest/