about summary refs log tree commit diff stats
path: root/src/plugins
ModeNameSize
-rw-r--r--api.c23722log stats plain blame
-rw-r--r--api.h6383log stats plain blame
-rw-r--r--autocompleters.c6740log stats plain blame
-rw-r--r--autocompleters.h2149log stats plain blame
-rw-r--r--c_api.c14575log stats plain blame
-rw-r--r--c_api.h1843log stats plain blame
-rw-r--r--c_plugins.c17939log stats plain blame
-rw-r--r--c_plugins.h5297log stats plain blame
-rw-r--r--callbacks.c11338log stats plain blame
-rw-r--r--callbacks.h3023log stats plain blame
-rw-r--r--disco.c4592log stats plain blame
-rw-r--r--disco.h1784log stats plain blame
-rw-r--r--plugins.c26675log stats plain blame
-rw-r--r--plugins.h9487log stats plain blame
-rw-r--r--profapi.c6172log stats plain blame
-rw-r--r--profapi.h7262log stats plain blame
-rw-r--r--python_api.c47982log stats plain blame
-rw-r--r--python_api.h1967log stats plain blame
-rw-r--r--python_plugins.c32171log stats plain blame
-rw-r--r--python_plugins.h5650log stats plain blame
-rw-r--r--settings.c5370log stats plain blame
-rw-r--r--settings.h2651log stats plain blame
-rw-r--r--themes.c6838log stats plain blame
-rw-r--r--themes.h1760log stats plain blame
pan class="o">: @for FILE in $(shell grep -IHm 1 doctest -r ranger | grep $(FILTER) | cut -d: -f1); do \ echo "Testing $$FILE..."; \ RANGER_DOCTEST=1 PYTHONPATH=".:"$$PYTHONPATH ${PYTHON} $$FILE; \ done man: pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \ --release=$(shell date +%x) doc/ranger.pod doc/ranger.1 pod2man --stderr --center='rifle manual' --date='$(NAME_RIFLE)-$(VERSION_RIFLE)' \ --release=$(shell date +%x) doc/rifle.pod doc/rifle.1 manhtml: pod2html doc/ranger.pod --outfile=doc/ranger.1.html cleandoc: test -d $(DOCDIR) && rm -f -- $(DOCDIR)/*.html || true snapshot: git archive --prefix='$(NAME)-$(VERSION)/' --format=tar HEAD | gzip > $(SNAPSHOT_NAME) dist: snapshot todo: @grep --color -Ion '\(TODO\|XXX\).*' -r ranger .PHONY: clean cleandoc compile default dist doc help install man manhtml options snapshot test todo