Pipes.sh Versions Save

Animated pipes terminal screensaver

v1.3.0

6 years ago

Default Changes

  • Default to randomizing starting colors and types (#20)

New Features

  • Add -K to reverting the previous point (#20)
  • Add -c to specifying colors (#20)
  • Add keyboard controls (#42)
    • P/O: probability of straight pipes
    • F/D: frame rate
    • B: bold effect
    • C: no color
    • K: keeping pipe color and type

Changes

  • -R also randomizes starting directions (74caa7f937f0a01ef5bef78c0c23fbd865e37a68)

Bugfixes

  • Fix #22: -C uses color from previous invocation in konsole (#43)

v1.2.0

7 years ago
  • add -t 8 (railway)
  • added knobbly pipe
  • allow viewport to resize to terminal dimensions
  • added MIT license
  • ditched changelog in favour of GitHub releases
  • fixed randomisation on right and bottom edges
  • replaced \e for \xb1 as a escape sequence for wider support (inc. OSX)

2014-02-21

8 years ago
  • fix read with fractional timeout for older Bash version < 4
  • add option argument -t 5 for ASCII type

2014-02-20

8 years ago

2013-02-07

8 years ago
  • fix inccorect position
  • add option -t for types of pipes

2013-02-06

8 years ago
  • add option argument -r 0 for no limit
  • clean up on Ctrl + C

2013-02-01

8 years ago
  • commit the original copy and push to Gist
  • add option -p for multi-pipes
  • add option -R for random starting point
  • add option -C for no color

v1.1.0

8 years ago

Released 2015-05-04T05:21:24Z

  • move to new GitHub
  • add -t c[16 chars] for custom type
  • add -t 6 and -t 7

v1.0.0

8 years ago

Released 2015-04-09T02:41:33Z

  • drop Bash 3- support

    The last commit for Bash 3- is b3e2253ff3c6c01fb718af262db9c2a6b72736e0 or before version 1.0.

  • fix keys like arrow keys or Ctrl+Alt+A halt on exiting (#12)

v0.2.0

8 years ago

Released 2014-12-19T07:43:58Z

  • fix no exit keys in Bash < 4 (#1)
  • add -B option for no bold effect (#10)