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
- Host: GitHub
- URL: https://github.com/exposedcat/freedom24-gse
- Owner: ExposedCat
- Created: 2025-08-13T20:07:04.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T20:46:07.000Z (10 months ago)
- Last Synced: 2025-08-29T02:14:09.242Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```