Skip to content

junelva/messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

messages

messages is a minimal terminal screensaver that outputs positive messages to your terminal.

screenshot

installation

you will need cargo. then, from within the messages folder after cloning this repository:

cargo build --release
./target/release/messages

to quit, press q or Ctrl+c.

if you like it, you can install it system-wide.

cargo install --path .

you can then easily bring up the program.

messages

command line arguments

for more information, try:

messages --help

the two positional options are wait and clear.

  • wait: number of milliseconds to wait between messages.
  • clear: clear the screen after this many messages.

this allows you to spam messages very quickly and never clear by running:

messages 0 0

About

positive messages for your terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages