Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmage/kbd
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmage/kbd
- Owner: dmage
- License: gpl-2.0
- Created: 2016-10-23T16:28:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T21:20:15.000Z (5 months ago)
- Last Synced: 2024-06-22T11:58:12.772Z (5 months ago)
- Language: C
- Size: 6.85 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
KBD (Linux keyboard tools) [![CI](https://github.com/legionus/kbd/actions/workflows/ci.yml/badge.svg)](https://github.com/legionus/kbd/actions/workflows/ci.yml)
--------------------------This package contains tools for managing Linux console (Linux console, virtual
terminals, keyboard, etc.) – mainly, what they do is loading console fonts and
keyboard maps.This distribution contains no binaries - the sources depend on the kernel
version - compile them yourself.The home site of this package:
* https://kbd-project.org/Mailing list
------------* E-mail: [email protected]
* URL: https://subspace.kernel.org/lists.linux.dev.html
* Archive: https://lore.kernel.org/kbd/To protect subscribers from spam, the mailing list requires a subscription.
Bug reporting
-------------* E-mail: [email protected]
* Web: https://github.com/legionus/kbd/issuesReport problems with this package to the mailing list or
directly to the `Alexey Gladkov `.Source code
-----------The latest stable version of kbd can always be found on:
* https://www.kernel.org/pub/linux/utils/kbd/Web interface:
* https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
* https://github.com/legionus/kbdVersioning:
* Standard releases: `.[.]`
- `major` -- fatal and deep changes;
- `minor` -- typical release with new features;
- `maint` -- bug fixes.* Development releases: `.-rc`
To summarize, the stable release is `2.1.0` while `2.0.9x` is a pre-releases.
Git repository:
* Primary: git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
* Mirror: https://github.com/legionus/kbd.gitGit Branches: `git branch -a`
* `master` branch
- current development.
- the source for stable releases when deemed ready.* `for-master` branch
- unstable changes for master. These changes can be reversed or rolled back.Tags: `git tag`
- a new tag object is created for every release.
- tag name: `v`.
- all tags are signed by the maintainer's PGP key.See also:
* [how to contribute](docs/process/howto-contribute.md),
* [how to pull-request](docs/process/howto-pull-request.md).NLS (PO translations)
---------------------PO files are maintained by:
https://translationproject.org/domain/kbd.htmlLicense
-------Kbd is licensed under the GNU General Public License (GPL), version 2, or at
your option any later version.