File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# facad
2
2
3
+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-doxygen-f5b836.svg )] ( https://yellow-footed-honeyguide.github.io/facad/ )
4
+ [ ![ versions] ( https://img.shields.io/repology/repositories/facad?color=f5b836 )] ( https://repology.org/project/facad/versions )
5
+
3
6
A modern, colorful directory listing tool for the command line.
4
7
5
8
![ facad in action] ( assets/facad_2_18.jpg )
6
9
10
+
7
11
## Features
8
12
> Designed for both novice users and power users,<br >
9
13
> facad feature set aims to enhance file management experience with<br >
@@ -21,23 +25,25 @@ A modern, colorful directory listing tool for the command line.
21
25
### Dependencies
22
26
- Pure C implementation without any dependency
23
27
28
+ ### macOS
29
+ facad is available through Homebrew. To install, run:
30
+ ``` bash
31
+ brew install facad
32
+ ```
33
+
24
34
### I use Arch btw?
25
35
Just use the script from AUR:
26
36
``` bash
27
37
yay -S facad
28
38
```
29
39
30
- ### Build
40
+ ### Build & Install from source
31
41
``` bash
32
42
git clone https://github.com/yellow-footed-honeyguide/facad.git
33
43
cd facad
34
44
mkdir build && cd build
35
45
meson setup .. && ninja
36
- ```
37
-
38
- ### Install
39
- For system-wide installation (may require elevated privileges like ` sudo ` ):
40
- ``` bash
46
+ # for system-wide installation (may require elevated privileges like `sudo`):
41
47
sudo ninja install
42
48
```
43
49
You can’t perform that action at this time.
0 commit comments