/rulerz

A simple Atom package to mark your cursor position with a ruler.

Primary LanguageCoffeeScriptMIT LicenseMIT

rulerz

By the guys at Forge Software

A simple Atom package to mark each of your cursors with a vertical ruler. Inspired by the Sublime Text plugin CursorRuler.

screencast gif

Configuration

Configure rulerz in the package settings (ctrl-,) dialog, or manually in your config.cson. The following settings are currently supported:

enabled (boolean) - turn rulerz on or off

Example:

  rulerz:
    enabled: true

width (integer) - the width (in pixels) of each ruler

Example:

  rulerz:
    width: 1

Contributing

Please report any issues on Github.

Patches welcome and encouraged.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Credits

forge software

rulerz is maintained and funded by Forge Software (forgecrafted.com).

If you like our code, please give us a hollar if your company needs outside pro's who can write good code AND run servers at the same time!

License

MIT, of course! Rulerz is Copyright Forge Software, LLC. It is free software, and may be redistributed under the terms specified in the LICENSE file.