Skip to content

Commit

Permalink
Merge pull request #148 from eersoy93/myfirstwork
Browse files Browse the repository at this point in the history
Fix markdown linting
  • Loading branch information
Xfennec committed Nov 5, 2020
2 parents 41293ae + 1f12dd9 commit ea27257
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
progress - Coreutils Progress Viewer [![Build Status](https://travis-ci.org/Xfennec/progress.svg?branch=master)](https://travis-ci.org/Xfennec/progress)
=====================

What is it?
-----------
What is it
----------

This tool can be described as a **Tiny**, Dirty, Linux-and-OSX-Only C command
that looks for coreutils basic commands (cp, mv, dd, tar, gzip/gunzip,
Expand All @@ -16,41 +16,39 @@ _(After many requests: the colors in the shell come from [powerline-shell](https

Formerly known as cv (Coreutils Viewer).

How do you install it?
----------------------
How do you install it
---------------------

On deb-based systems (Debian, Ubuntu, Mint, etc.) run:

apt install progress

On rpm-based systems (Red Hat, CentOS, SUSE, etc.), run:

yum install progress

On macOS, with homebrew, run:

brew install progress

On macOS, with MacPorts, run:

port install progress


How do you build it from source?
--------------------------------
How do you build it from source
-------------------------------

make && make install

It depends on library ncurses, you may have to install corresponding packages (may be something like 'libncurses5-dev' or 'ncurses-devel').

How do you run it?
------------------
How do you run it
-----------------

Just launch the binary, `progress`.


What can I do with it?
----------------------
What can I do with it
---------------------

A few examples. You can:

Expand All @@ -73,8 +71,8 @@ A few examples. You can:

and much more.

How does it work?
-----------------
How does it work
----------------

It simply scans `/proc` for interesting commands, and then looks at
directories `fd` and `fdinfo` to find opened files and seek positions,
Expand Down

0 comments on commit ea27257

Please sign in to comment.