Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales authored Dec 20, 2024
1 parent 5a44380 commit 662706a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# xpasswd

Like passwd but cross-platform
Like [passwd](https://github.com/willdonnelly/passwd) but cross-platform and with a license.

You can list all users in a system, which would be the equivalent of reading the /etc/passwd file on Linux.

Expand Down Expand Up @@ -44,3 +44,10 @@ type User interface {
RealName() string
}
```

## TODO

- [x] Linux support
- [x] MacOS support
- [ ] BSD support
- [ ] Windows support (I don't have a windows machine atm)

0 comments on commit 662706a

Please sign in to comment.