Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjasghar/ilab-bar
A `ilab model serve` MacOS bar controller
https://github.com/jjasghar/ilab-bar
Last synced: 26 days ago
JSON representation
A `ilab model serve` MacOS bar controller
- Host: GitHub
- URL: https://github.com/jjasghar/ilab-bar
- Owner: jjasghar
- License: apache-2.0
- Created: 2024-07-11T22:16:39.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-11T23:54:56.000Z (4 months ago)
- Last Synced: 2024-07-13T00:56:31.766Z (4 months ago)
- Language: Python
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# `ilab` Bar
This is a simple macOS status bar that allows you to start/stop/view [ilab](https://github.com/instructlab/instructlab/) from the menu bar.
## Prerequisites
TODO
## Installation
The app can be installed with a single `make install-app` command. This will create a new application bundle in `/Applications/ilab-bar.app`.
## Running the tests
To run all tests, use:
```
make test
```You can also run [scripts/run_tests.sh](scripts/run_tests.sh) directly with additional `pytest` args to control which tests are run.