From f7f1ca0dc436ed9e0a9129f9444f174a82777bcb Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 7 Mar 2019 20:41:49 +0100 Subject: new documentation website --- README.md | 57 +++++---------------------------------------------------- 1 file changed, 5 insertions(+), 52 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5fd01d0..40b3f11 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ [![Build Status](https://travis-ci.org/Canop/broot.svg?branch=master)](https://travis-ci.org/Canop/broot) [![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-en.svg?v=1)](https://miaou.dystroy.org/3490?broot) -[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-fr.svg?v=1)](https://miaou.dystroy.org/3490?broot) +[![Chat on Miaou](https://miaou.dystroy.org/static/shields/room-fr.svg?v=1)](https://miaou.dystroy.org/3) -A better way to navigate directories. +A better way to navigate directories + +[**Broot's Web Site**](https://dystroy.org/broot) ### Get an overview of a directory, even a big one: @@ -58,54 +60,5 @@ Just find the file you want to edit with a few keystrokes, type `:e`, then `` or `:cd`. - -But broot needs a companion function in the shell in order to be able to change directory. - -To enable this feature, broot asks the permission to register this shell function on first run. - -When it's done, you can do just `br` to launch broot, and typing `` will cd for you. - -## Development - -To make tests easier during development, a log file can be generated (and followed using `tail -f`) by using the BROOT_LOG environment variable. - -For example: - - BROOT_LOG=debug cargo run - -or - - BROOT_LOG=info cargo run - -If you want to discuss the code or features of broot, please come to [our chat](https://miaou.dystroy.org/3490?broot). Before you start coding for a PR, it would really be a good idea to come and talk about it. +See [Broot's web site](https://dystroy.org/broot) for instructions regarding installation and usage. -If you'd like a new feature, don't hesitate to ask for it. -- cgit v1.2.3