Util-Linux package development
 help / color / mirror / Atom feed
From: Sami Kerola <kerolasa@iki.fi>
To: Karel Zak <kzak@redhat.com>
Cc: Dan Mick <dmick@redhat.com>, util-linux <util-linux@vger.kernel.org>
Subject: Re: lsblk '--allcols'
Date: Tue, 24 Apr 2018 22:38:02 +0100 (BST)	[thread overview]
Message-ID: <alpine.LNX.2.20.1804242230510.12936@imuri> (raw)
In-Reply-To: <20180423094628.4x3qhf7ah5gazz7z@ws.net.home>

On Mon, 23 Apr 2018, Karel Zak wrote:
> On Sat, Apr 21, 2018 at 09:14:03AM +0100, Sami Kerola wrote:
> > If I see right the --output-all could be added to these utilities: fdisk,
> > fincore, findmnt, losetup, lscpu, lsipc, lslocks, lslogins, lsmem, lsns,
> > partx, prlimit, rfkill, sfdisk, swapon, uuidparse, wdctl, wipefs, and
> > zramctl.
> 
> Good idea. (Your) patches are welcomed :-)

Here's some.  I skipped couple commands, they either already listing all 
columns or are unlikely to be used for info listing (fdisk, wipefs, ...)

Due the tiring repetativeness in these changes I won't send send these to 
maillist. Please fetch from my remote to review & merge.

----------------------------------------------------------------
The following changes since commit 136f89ce5ed8cd159a1c56b5a775dada2363ecd3:
  libblkid: add BitLocker detection (2018-04-24 11:47:55 +0200)
are available in the Git repository at:
  git://github.com/kerolasa/lelux-utiliteetit.git output-all
for you to fetch changes up to 9c1bbbf41bc82aa94e93703af19d459092a728ed:
  zramctl: add --output-all option (2018-04-24 22:28:41 +0100)
----------------------------------------------------------------

Sami Kerola (11):
      findmnt: add --output-all option
      losetup: add --output-all option
      lscpu: add --output-all option
      lslocks: add --output-all option
      lslogins: add --output-all option
      lsmem: add --output-all option
      lsns: add --output-all option
      partx: add --output-all option
      rfkill: add --output-all option
      swapon: add --output-all option
      zramctl: add --output-all option

 bash-completion/findmnt  |  1 +
 bash-completion/losetup  |  1 +
 bash-completion/lscpu    |  1 +
 bash-completion/lslocks  |  1 +
 bash-completion/lslogins |  1 +
 bash-completion/lsmem    |  1 +
 bash-completion/lsns     |  1 +
 bash-completion/partx    |  1 +
 bash-completion/rfkill   |  1 +
 bash-completion/swapon   |  1 +
 bash-completion/zramctl  |  1 +
 disk-utils/partx.8       |  3 +++
 disk-utils/partx.c       |  9 ++++++++-
 login-utils/lslogins.1   |  3 +++
 login-utils/lslogins.c   |  7 +++++++
 misc-utils/findmnt.8     |  5 +++++
 misc-utils/findmnt.c     | 12 +++++++++++-
 misc-utils/lslocks.8     |  3 +++
 misc-utils/lslocks.c     |  9 +++++++++
 sys-utils/losetup.8      |  3 +++
 sys-utils/losetup.c      |  9 ++++++++-
 sys-utils/lscpu.1        |  4 ++++
 sys-utils/lscpu.c        | 11 +++++++++++
 sys-utils/lsmem.1        |  3 +++
 sys-utils/lsmem.c        |  9 ++++++++-
 sys-utils/lsns.8         |  3 +++
 sys-utils/lsns.c         |  9 +++++++++
 sys-utils/rfkill.8       |  3 +++
 sys-utils/rfkill.c       | 12 +++++++++++-
 sys-utils/swapon.8       |  3 +++
 sys-utils/swapon.c       |  8 +++++++-
 sys-utils/zramctl.8      |  3 +++
 sys-utils/zramctl.c      | 11 ++++++++++-
 33 files changed, 146 insertions(+), 7 deletions(-)

-- 
Sami Kerola
http://www.iki.fi/kerolasa/

  reply	other threads:[~2018-04-24 21:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-20 21:42 lsblk '--allcols' Dan Mick
2018-04-21  8:14 ` Sami Kerola
2018-04-23  9:46   ` Karel Zak
2018-04-24 21:38     ` Sami Kerola [this message]
2018-05-10 10:25       ` Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.20.1804242230510.12936@imuri \
    --to=kerolasa@iki.fi \
    --cc=dmick@redhat.com \
    --cc=kzak@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox