A simple tray icon in your bar to run your terminal commands.
Gustavo F. |
- Clone this repository;
cd Tray-Helper
;- Run
yarn
to install the dependencies; - Run
yarn start
to run the server; - Run
yarn electron
to run the electron app.
- Clone this repository;
cd Tray-Helper
;- Run
yarn
to install the dependencies; - Build the app;
- To build the linux app use
yarn pack:lin
; - To build the windows app use
yarn pack:win
;
- To build the linux app use
- Install with
apt install
fromdist
folder.
- Download it - Linux
- Install with
apt install
- Be happy. 😄
If you just run code like yarn start
from the tray-helper, it will run but you cannot control without something like task manager. A good way to solve this is running you command in terminal, you can use something like:
konsole -e "yarn start"
.
Reference Link from Ask Ubuntu 😉
- ⭐ React - React is a JavaScript library for building user interfaces;
- 👗 Material UI - React components for faster and easier web development;
- 😎 Node JS - Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine;
- Electron - Electron enables you to create desktop applications with pure JavaScript;
- 📦 Electron Store - Simple data persistence for your Electron;
- 🛠️ Electron Builder - A complete solution to package and build a ready for distribution Electron app.
One way to contribute with this project is building the MAC app or optmizing. 😊