Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanstowe/raku-sys-lastlog
Raku access to Lastlog information on Unix-like systems
https://github.com/jonathanstowe/raku-sys-lastlog
lastlog raku unix
Last synced: 22 days ago
JSON representation
Raku access to Lastlog information on Unix-like systems
- Host: GitHub
- URL: https://github.com/jonathanstowe/raku-sys-lastlog
- Owner: jonathanstowe
- License: artistic-2.0
- Created: 2015-05-08T21:37:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T09:27:31.000Z (over 2 years ago)
- Last Synced: 2023-04-22T17:07:00.209Z (over 1 year ago)
- Topics: lastlog, raku, unix
- Language: Raku
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# Sys::Lastlog
Get access to the last login information on Unix-like systems
![Build Status](https://github.com/jonathanstowe/Raku-Sys-Lastlog/workflows/CI/badge.svg)
## Description
This module is designed to provided an Object Oriented API to the lastlog
file found on many Unix-like systems. Some systems do not have this file
so this module will not be of much use on those systems.## Installation
Currently there is no dedicated test to determine whether your platform is
supported, the unit tests will simply fail horribly.It is known not to work on Windows, MacOS and Alpine Linux so will
abort the installation without tring on those platforms.Assuming you have a working Rakudo installation you should be able to
install this with *zef* :# From the source directory
zef install .
# Remote installation
zef install Sys::Lastlog
## Support
Suggestions/patches are welcomed via github at https://github.com/jonathanstowe/Raku-Sys-Lastlog/issues
## Copyright and Licence
This is free software, please see the [LICENCE](LICENCE) file.
© Jonathan Stowe 2015-2020