├── LICENSE ├── Makefile ├── NEWS.md ├── README.md ├── _lr ├── contrib ├── lr.el ├── lr.vim ├── lrls └── lrocate ├── lr.1 ├── lr.c └── lr.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/NEWS.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/README.md -------------------------------------------------------------------------------- /_lr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/_lr -------------------------------------------------------------------------------- /contrib/lr.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/contrib/lr.el -------------------------------------------------------------------------------- /contrib/lr.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/contrib/lr.vim -------------------------------------------------------------------------------- /contrib/lrls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/contrib/lrls -------------------------------------------------------------------------------- /contrib/lrocate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/contrib/lrocate -------------------------------------------------------------------------------- /lr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/lr.1 -------------------------------------------------------------------------------- /lr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/lr.c -------------------------------------------------------------------------------- /lr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/leahneukirchen/lr/HEAD/lr.png --------------------------------------------------------------------------------