MichaelDeMattos / dollar-to-brl

Gnome-Shell Extension (46 or >), for conversion dollar USD to real BRL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dollar to BRL GNOME Shell Extension

Preview

Convert USD to BRL (Brazilian Real) with ease using this GNOME Shell Extension.

Table of Contents

License

This program is free software released under the GNU General Public License (GPL) version 2 or later. You can redistribute and modify it under the terms of this license. For full details, see GNU General Public License.

SPDX-License-Identifier: GPL-2.0-or-later

How to Install

To install this extension on your GNOME Shell, follow these simple steps:

  1. Open your terminal and enter the following commands:
cd /tmp && git clone https://github.com/MichaelDeMattos/dollar-to-brl.git
cp -av dollar-to-brl ~/.local/share/gnome-shell/extensions/
gnome-shell-extension-tool --enable-extension dollar-to-brl
rm -rf dollar-to-brl
  1. Restart GNOME Shell in X11 by pressing Alt+F2 to open the Run Dialog and enter restart (or just r).

Preview

Preview

Getting Started

Contributing to this project is easy and fun! Follow these steps:

  1. Fork this repository: Click the "Fork" button in the top right corner of this page to create your copy.

  2. Clone your fork: On your local machine, use the following command to clone your forked repository:

git clone https://github.com/your-username/dollar-to-brl.git
  1. Create a branch: Create a new branch for your contributions:
git checkout -b branch-name
  1. Make your changes: Work on the improvements or bug fixes of your choice.

  2. Commit and push: Commit your changes and push them to your forked repository:

git add .
git commit -m 'Your commit message'
git push origin branch-name
  1. Create a pull request: Go to the original repository, click "New Pull Request," and follow the prompts.

  2. Wait for review: Your pull request will be reviewed and merged if everything is in order.

  3. Star this repository: If you had a great experience contributing, show your support by starring this repository!

Contributing

Contributions are welcome and encouraged! You can help by fixing issues, improving existing features, or adding new functionalities. Feel free to check out the open issues for inspiration.

Show Your Support

If you find this extension useful or you appreciate the effort put into it, consider giving it a star. It helps to attract more contributors and users.

About

Gnome-Shell Extension (46 or >), for conversion dollar USD to real BRL.

License:Other


Languages

Language:JavaScript 100.0%