Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watcherwhale/zellij-store
https://github.com/watcherwhale/zellij-store
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/watcherwhale/zellij-store
- Owner: WatcherWhale
- License: gpl-3.0
- Created: 2024-04-18T14:54:13.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-18T15:06:32.000Z (8 months ago)
- Last Synced: 2024-04-18T16:33:22.856Z (8 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zellij Store
A way to share environment variables between Zellij Sessions
## Usage
1. In your config.fish add:
```fish
# config.fishzellij-store | source
```2. To add environment variables
```console
$ zellij-store store ...
```3. To clean stores
```console
$ zellij-store clean
```