Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/serpentiel/homebrew-tools

A Homebrew tap featuring tools for advanced macOS users
https://github.com/serpentiel/homebrew-tools

Last synced: about 17 hours ago
JSON representation

A Homebrew tap featuring tools for advanced macOS users

Awesome Lists containing this project

README

        



Contributors


Forks


Stars


Issues


License






Logo

homebrew-tools


Custom Tools for Enhanced Productivity







Ask a Question
•
Report a Bug
•
Request a Feature


Table of Contents



  1. 1. About the Project


  2. 2. Getting Started



  3. 3. Usage


  4. 4. Contributing


  5. 5. License

## About the Project

`homebrew-tools` is a personal repository of Homebrew formulas, offering a range of tools developed to enhance
productivity and ease of use on macOS. The first tool in this collection is `betterglobekey`, an enhancement over the
standard Globe key, allowing for faster input method switching.

(back to top)

## Getting Started

### Prerequisites

- macOS with Homebrew installed
- Basic knowledge of using terminal and Homebrew

### Installation

To use `betterglobekey`, you first need to tap into the `homebrew-tools` repository:

```bash
brew tap Serpentiel/tools
```

Then, you can install `betterglobekey` using:

```bash
brew install betterglobekey
```

(back to top)

## Usage

After installation, `betterglobekey` can be configured via Terminal. For more details on configuration and usage, refer
to the documentation inside the tool's formula.

(back to top)

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create, so any
contributions you make are greatly appreciated.

If you would like to contribute, please make sure to take a look
at [this guideline](https://github.com/Serpentiel/homebrew-tools/blob/main/CONTRIBUTING.md) beforehand.

Please see our [security policy](https://github.com/Serpentiel/homebrew-tools/blob/main/SECURITY.md) to report any possible
vulnerabilities or serious issues.

(back to top)

## License

Distributed under the MIT License. See [`LICENSE.md`](https://github.com/Serpentiel/homebrew-tools/blob/main/LICENSE.md)
for more information.

> **N.B.** This project explicitly does not requires its contributors to sign a _Contributor License Agreement_ nor does
> it posses one.

(back to top)