Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imgabe/gscroll
Marquee for bar and other things.
https://github.com/imgabe/gscroll
golang marquee nixos
Last synced: 11 days ago
JSON representation
Marquee for bar and other things.
- Host: GitHub
- URL: https://github.com/imgabe/gscroll
- Owner: ImGabe
- License: gpl-3.0
- Created: 2021-10-05T10:42:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T10:49:02.000Z (about 3 years ago)
- Last Synced: 2024-10-12T00:21:53.595Z (about 1 month ago)
- Topics: golang, marquee, nixos
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gscroll
> Marquee for bar and other things
## Usage
```sh
Usage of ./gscroll:
-length int
length of characters to scroll. (default 20)
-marquee
Text scroll left. (default true)
-speed int
Speed of text scrolling. (default 5)
-text string
Text to scroll.
```## Example
```sh
$ ./gscroll -text "Golang is great"
```[![asciicast](https://asciinema.org/a/439983.svg)](https://asciinema.org/a/439983)