https://github.com/ape/simple-status.yazi
Yazi plugin for a simplified status line style
https://github.com/ape/simple-status.yazi
yazi yazi-plugin
Last synced: 7 months ago
JSON representation
Yazi plugin for a simplified status line style
- Host: GitHub
- URL: https://github.com/ape/simple-status.yazi
- Owner: Ape
- License: mit
- Created: 2024-07-08T22:23:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T10:10:19.000Z (8 months ago)
- Last Synced: 2025-02-09T11:20:24.213Z (8 months ago)
- Topics: yazi, yazi-plugin
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-status.yazi
This is a Yazi plugin for a simplified status line style.
## Dependencies
This plugin only works with Yazi 0.3.0 or later.
## Installation
Install the plugin:
```
ya pack -a Ape/simple-status
```Create `~/.config/yazi/init.lua` and add:
```
require("simple-status"):setup()
```