pasky / speedread

A simple terminal-based open source Spritz-alike (per-word RSVP aligned on optimal reading points)
MIT License
1.08k stars 93 forks source link

Add antigen compatible plugin description #15

Closed matthewfranglen closed 8 years ago

matthewfranglen commented 10 years ago

This adds antigen support for ZSH. See https://github.com/zsh-users/antigen for more details.

This allows a user to start using this library using the command:

antigen bundle matthewfranglen/speedread

Which handles downloading the repository and adding the command to your path.

pasky commented 8 years ago

Thanks!

josefson commented 4 years ago

Hello @matthewfranglen, i tried the antigen thing, but i'm getting the bellow error:

The encoding pragma is no longer supported. Check cperl at /home/user/.antigen/bundles/matthewfranglen/speedread/speedread line 39.
BEGIN failed--compilation aborted at /home/user/.antigen/bundles/matthewfranglen/speedread/speedread line 39.
matthewfranglen commented 4 years ago

That's not a problem with antigen, that's a problem with the speedread code. You shouldn't use my fork, it is out of date.

Use antigen bundle pasky/speedread