An open API service indexing awesome lists of open source software.

https://github.com/ccextractor/fastfingers

FastFingers App
https://github.com/ccextractor/fastfingers

Last synced: 4 months ago
JSON representation

FastFingers App

Awesome Lists containing this project

README

          

# FastFingers · [![GitHub license](https://img.shields.io/badge/license-GPL-blue.svg)](https://github.com/CCExtractor/fastfingers/blob/main/LICENSE) [![Release Version](https://img.shields.io/github/v/release/CCExtractor/fastfingers)](https://github.com/CCExtractor/fastfingers/releases) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/CCExtractor/fastfingers/CMake/main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/CCExtractor/fastfingers/blob/main/CONTRIBUTING.md)

FastFingers is an open-source application that helps its users to remove the habit of using a mouse, by helping them to
memorize the shortcuts they want to learn.

## Table of contents

* [Installation](#installation)
* [Documentation](#documentation)
* [Contributing](#contributing)
* [License](#license)

## Installation

FastFingers releases Debian, Arch, and RPM packages in every release. You can download the proper package for your Linux
system from releases and install them with package managers. For detailed information, read the
[Install Page](https://github.com/CCExtractor/fastfingers/blob/main/INSTALL.md).

You can also build the FastFingers from the source code. For detailed information, see
the [Building Page](https://github.com/CCExtractor/fastfingers/blob/main/BUILDING.md).

###### FastFingers is planned to be published on the Snap Store soon.

## Documentation

For users, installation and building steps are described in detail in the section above.

FastFingers is a Linux GUI application. The main libraries and tools used in the project are GTK3, GLib, CMake, and
cJSON. The application data is stored in JSON files. If you want to learn about the design, please read the
[Contributing Page](https://github.com/CCExtractor/fastfingers/blob/main/CONTRIBUTING.md)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

For more details, see the [Contributing Page](https://github.com/CCExtractor/fastfingers/blob/main/CONTRIBUTING.md)

## License

[GPL-2.0 License](https://github.com/CCExtractor/fastfingers/blob/main/LICENSE)