All Projects → ameyrk99 → dvdts

ameyrk99 / dvdts

Licence: Unlicense license
Terminal screensaver similar to dvd bouncing logo; Uses the distro/OS name/custom text instead

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to dvdts

GLMaze
GLMaze is a Windows 95 Maze screensaver clone written in C using OpenGL.
Stars: ✭ 23 (-32.35%)
Mutual labels:  screensaver
Cmatrix
Terminal based "The Matrix" like implementation
Stars: ✭ 2,366 (+6858.82%)
Mutual labels:  screensaver
ColorClockSaver
A screensaver for macOS
Stars: ✭ 57 (+67.65%)
Mutual labels:  screensaver
usblockout
USBLockout monitors your user session and triggers Grsecurity Deny New USB feature.
Stars: ✭ 52 (+52.94%)
Mutual labels:  screensaver
Brooklyn
🍎 Screensaver inspired by Apple's Event on October 30, 2018
Stars: ✭ 4,906 (+14329.41%)
Mutual labels:  screensaver
dotfiles
My dotfiles, configurations, and other stuff
Stars: ✭ 57 (+67.65%)
Mutual labels:  unixporn
macos-blank-screensaver
Blank (black) screensaver for MacOS
Stars: ✭ 27 (-20.59%)
Mutual labels:  screensaver
dotfiles
Personal dotfiles for my Arch / BSPWM install.
Stars: ✭ 46 (+35.29%)
Mutual labels:  unixporn
Aerial
Aerial Apple TV screen saver for Windows
Stars: ✭ 1,853 (+5350%)
Mutual labels:  screensaver
dotfiles
dotfiles of simonvic daily used enviroment
Stars: ✭ 75 (+120.59%)
Mutual labels:  unixporn
XScreenSaverWin
XScreenSaver for Windows
Stars: ✭ 76 (+123.53%)
Mutual labels:  screensaver
ScreenMazer
A macOS screensaver that procedurally generates a maze and then solves it
Stars: ✭ 87 (+155.88%)
Mutual labels:  screensaver
rusty-rain
A cross platform matrix rain made with Rust.
Stars: ✭ 217 (+538.24%)
Mutual labels:  screensaver
multiclock
MultiClock is a screensaver for macOS that displays the time using 24 clocks
Stars: ✭ 48 (+41.18%)
Mutual labels:  screensaver
extract-xiso
Xbox ISO Creation/Extraction utility. Imported from SourceForge.
Stars: ✭ 358 (+952.94%)
Mutual labels:  dvd
matrix
Small, fast and elegant Windows screensaver of the green "Matrix" cypher-code seen in the films.
Stars: ✭ 123 (+261.76%)
Mutual labels:  screensaver
moter
📽 the 'motion picture terminal'
Stars: ✭ 35 (+2.94%)
Mutual labels:  unixporn
langtons-ant
Langton’s Ant macOS screen saver written in Swift
Stars: ✭ 12 (-64.71%)
Mutual labels:  screensaver
Firefox-UI-Fix
🦊 I respect proton UI and aim to improve it.
Stars: ✭ 4,259 (+12426.47%)
Mutual labels:  unixporn
dotfiles
No description or website provided.
Stars: ✭ 173 (+408.82%)
Mutual labels:  unixporn

DVDTS - DVD Term Screensaver

DVD Screensaver style screensaver for terminal. Instead of the logo of DVD, it uses the distro name/os name or custom text.

The text does not hit the corner of terminal perfectly only if GCD (greatest common divisor) for terminal dimensions isn't 1.

Preview

Preview shows

dvdts -c yellow -t "Hello, World" -s 7
# and 
cowsay Hello, World | dvdts -a

preview gif

Usage

Example

dvdts -a -c green -s 5

This will start the colors from green, cycle because of a flag, and text will move twice as fast.

Flags

-a      cycle through terminal colors
-c string
        color for the bouncing text (default "blue")
-s int
        speed of text [more is slower] (default 10)
-t string
        text to display (default "<OS name>")

Piping input

DVDTS supports piped input. For example

cowsay Hello, World | dvdts -a

In-use bindings

Key(s) Action
q or Ctrl+c Quit
a Toggle color cycling

Build Dependencies

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].