From 145c7c4c65fcdf5e05fefdb3091c4b0b217c150f Mon Sep 17 00:00:00 2001 From: Suyash Bhawsar Date: Thu, 15 Sep 2022 08:34:24 +0530 Subject: [PATCH] broot: add page (#8487) * Create broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md * Update pages/linux/broot.md --- pages/linux/broot.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/linux/broot.md diff --git a/pages/linux/broot.md b/pages/linux/broot.md new file mode 100644 index 0000000000..e419df24ad --- /dev/null +++ b/pages/linux/broot.md @@ -0,0 +1,28 @@ +# broot + +> A better way to navigate directories. +> More information: . + +- Install or reinstall the `br` shell function: + +`broot --install` + +- Navigate the current directory: + +`br` + +- Display the size of files and directories: + +`br -s` + +- Display permissions: + +`br -p` + +- Display directories only: + +`br -f` + +- Display hidden files and directories: + +`br -h`