1
1
# facad
2
2
3
+ [ ![ Documentation] ( https://img.shields.io/badge/documentation-awesome-f5b836.svg?style=flat-square )] ( https://yellow-footed-honeyguide.github.io/facad/ )
4
+ [ ![ versions] ( https://img.shields.io/repology/repositories/facad?style=flat-square&color=f5b836 )] ( https://repology.org/project/facad/versions )
5
+ [ ![ Homebrew] ( https://img.shields.io/homebrew/installs/dy/facad?style=flat-square&color=f5b836&label=homebrew%20installs )] ( https://formulae.brew.sh/formula/facad )
6
+
3
7
A modern, colorful directory listing tool for the command line.
4
8
5
9
![ facad in action] ( assets/facad_2_18.jpg )
6
10
11
+
7
12
## Features
8
13
> Designed for both novice users and power users,<br >
9
14
> facad feature set aims to enhance file management experience with<br >
@@ -21,37 +26,36 @@ A modern, colorful directory listing tool for the command line.
21
26
### Dependencies
22
27
- Pure C implementation without any dependency
23
28
29
+ ### macOS
30
+ facad is available through Homebrew. To install, run:
31
+ ``` bash
32
+ brew install facad
33
+ ```
34
+
24
35
### I use Arch btw?
25
36
Just use the script from AUR:
26
37
``` bash
27
38
yay -S facad
28
39
```
29
40
30
- ### Build
41
+ ### Build & Install from source
31
42
``` bash
32
43
git clone https://github.com/yellow-footed-honeyguide/facad.git
33
44
cd facad
34
45
mkdir build && cd build
35
46
meson setup .. && ninja
36
- ```
37
-
38
- ### Install
39
- For system-wide installation (may require elevated privileges like ` sudo ` ):
40
- ``` bash
47
+ # for system-wide installation (may require elevated privileges like `sudo`):
41
48
sudo ninja install
42
49
```
43
50
44
51
## Usage
45
52
46
- Run ` facad ` command for default grid file listing
47
-
48
- Run ` facad -l ` command for long listing output
49
-
50
- Run ` facad -a ` command for dir analytics output
51
-
52
- Run ` facad -h ` command for help
53
+ Run ` facad ` command for default grid file listing<br >
54
+ Run ` facad -h/--help ` command for help<br >
55
+ Run ` facad -v--version ` command for version<br >
56
+ Run ` facad -l/--long ` command for long listing output<br >
57
+ Run ` facad -a/--analytics ` command for dir analytics output
53
58
54
- Run ` facad -v ` command for version
55
59
56
60
57
61
## Contributing
0 commit comments