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

https://github.com/exposedcat/freedom24-gse

Freedom24 Panel Stocks for Gnome Shell
https://github.com/exposedcat/freedom24-gse

Last synced: 10 months ago
JSON representation

Freedom24 Panel Stocks for Gnome Shell

Awesome Lists containing this project

README

          

# Freedom24 Panel Stocks

## Installation

### Manual

- Clone this repo

```bash
git clone git@github.com:ExposedCat/freedom24-gse.git && cd freedom24-gse
```

- Install dependencies

```bash
npm install
# Or
pnpm install
```

- Inject extension

```bash
./cli inject
```

- Log out & Log in

- (OPTIONAL) Update

```bash
git fetch && git pull && ./cli inject
```

- (OPTIONAL) Uninstall

```bash
./cli uninstall
```