• Stars
    star
    121
  • Rank 293,924 (Top 6 %)
  • Language
    Go
  • License
    MIT License
  • Created over 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A terminal based UNIX user and group browser

ugm

Latest Release Go ReportCard

A TUI to view information about UNIX users and groups.

How it works

Installation

Install directly using Go:

go install github.com/ariasmn/ugm@latest

or download from releases.

Usage

To launch the tool, run the ugm command.

KeyBoard Description
Ctrl+c / q / Esc Exit
Tab Switch between user and group view
↑ / k Previous item
↓ / j Next item
← / h Previous page
→ / l Next page
/ Enter search keywords
Enter Apply search

Notes

ugm only works on UNIX based OS.

On OSX, the information reported will not be accurate. The tool relies on the /etc/passwd and /etc/group files, which are only consulted in OSX in single-user mode, and the system uses DirectoryService to manage user and groups.

Built with