https://github.com/rocher/dynamic-ruler
Emacs package to show a dynamic ruler that can be freely moved around the buffer, for measuring and positioning text.
https://github.com/rocher/dynamic-ruler
Last synced: 5 months ago
JSON representation
Emacs package to show a dynamic ruler that can be freely moved around the buffer, for measuring and positioning text.
- Host: GitHub
- URL: https://github.com/rocher/dynamic-ruler
- Owner: rocher
- License: gpl-3.0
- Created: 2015-08-23T08:11:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T19:17:16.000Z (over 2 years ago)
- Last Synced: 2024-08-05T06:06:06.530Z (almost 2 years ago)
- Language: Emacs Lisp
- Size: 688 KB
- Stars: 20
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/rocher/dynamic-ruler/blob/master/LICENSE)
[](http://stable.melpa.org/#/dynamic-ruler)
[](https://github.com/rocher/dynamic-ruler/issues)
## dynamic-ruler for Emacs ##
This is an Emacs package to show a dynamic ruler that can be freely
moved around the buffer, for measuring and positioning text.
## Installation ##
### Manual ###
Download
[dynamic-ruler.el](https://raw.githubusercontent.com/rocher/dynamic-ruler/master/dynamic-ruler.el)
to your emacs library and add this line to your `.emacs` file:
```lisp
(require 'dynamic-ruler)
```
### Package.el ###
Dynamic ruler is available in [MELPA](http://melpa.org). You can
install it with:
`M-x install-package dynammic-ruler`
## Bugs & Improvements ##
Please report any problems that you find on the
[project issue tracker](https://github.com/rocher/dynamic-ruler/issues). If
you've added some improvements and you want them included upstream
don't hesitate to send me a patch or even better - a GitHub pull
request.
## Copyright and License ##
Copyright (C) 2015 Francesc Rocher francesc.rocher@gmail.com
Licensed under the GNU GPL version 3 or later, see LICENSE for more
information.
### Note ###
> This ruler is based on the `popup-ruler` by Rick Bielawski, which in
> turn was *inspired by the one in fortran-mode but code-wise bears*
> *no resemblance*.