Contributing Ensure the correct version of Golang is installed. The version can be found in ./go.mod. Install the dependencies with go install. Compile the code with go build. Print the help text with ranger --help. Run the tests with go test -v ./....