Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vanilla-os/ikaros
A drivers backend for Vanilla OS.
https://github.com/vanilla-os/ikaros
drivers drivers-backend hacktoberfest ikaros vanillaos
Last synced: 1 day ago
JSON representation
A drivers backend for Vanilla OS.
- Host: GitHub
- URL: https://github.com/vanilla-os/ikaros
- Owner: Vanilla-OS
- License: gpl-3.0
- Created: 2023-03-12T14:19:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:05:57.000Z (10 months ago)
- Last Synced: 2024-06-21T17:55:59.310Z (5 months ago)
- Topics: drivers, drivers-backend, hacktoberfest, ikaros, vanillaos
- Language: Go
- Homepage:
- Size: 2.61 MB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
---
[![Translation Status][weblate-image]][weblate-url][weblate-url]: https://hosted.weblate.org/engage/vanilla-os/
[weblate-image]: https://hosted.weblate.org/widgets/vanilla-os/-/apx/svg-badge.svg
Ikaros is a drivers backend for Vanilla OS.This project is meant to be used as a ubuntu-drivers-common replacement.
It's still in development and not ready for production use.
It's meant to automatically discover and install drivers for your devices.## Help
```bash
Usage:
ikaros [command]Available Commands:
auto-install Auto install correct drivers
completion Generate the autocompletion script for the specified shell
help Help about any command
install Install a driver
list-devices List devices
list-drivers List driversFlags:
-h, --help help for ikaros
-v, --version version for ikarosUse "ikaros [command] --help" for more information about a command.
```## Translations
Contribute translations for the manpage and help page in [Weblate](https://hosted.weblate.org/projects/vanilla-os/ikaros).
### Generating man pages for translations
Once the translation is complete in Weblate and the changes committed, clone the repository using `git` and perform `go build`, create a directory using the `mkdir man/` command, and execute this command `LANG= ./ikaros man > man//ikaros.1`. Open a PR for the generated manpage here.