https://github.com/axrona/lastf
Better `last` command interface with structured output.
https://github.com/axrona/lastf
boot cli linux python rich terminal util-linux
Last synced: 8 months ago
JSON representation
Better `last` command interface with structured output.
- Host: GitHub
- URL: https://github.com/axrona/lastf
- Owner: axrona
- License: gpl-3.0
- Created: 2025-06-18T05:53:29.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-18T07:49:43.000Z (12 months ago)
- Last Synced: 2025-08-25T10:43:03.910Z (9 months ago)
- Topics: boot, cli, linux, python, rich, terminal, util-linux
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lastf
[](https://github.com/xeyossr/lastf/releases)
[](/LICENSE)
Better `last` command interface with structured output.


## Installation
### Packages
- Arch Linux: `yay -S lastf`
### From source
```bash
git clone https://github.com/xeyossr/lastf.git
cd lastf
chmod +x build.sh && ./build.sh
```
## Usage
You can simply run lastf without any command-line arguments:
```bash
lastf
```
If you prefer to see date entries in the **long format** (`May 05, 2025 13:24`) instead of the **ISO 8601 format** (`2025-05-05 13:24`), start the program with the `--long-date` flag:
```bash
lastf --long-date
```