Skip to content

Commit 4103315

Browse files
committed
Added the --exec flag, added the --nocolor flag, and added the --columns flag
1 parent 3327af9 commit 4103315

2 files changed

Lines changed: 173 additions & 200 deletions

File tree

README.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<p align="center">
1313
<img src="https://img.shields.io/github/downloads/VG-dev1/fdir/total" alt="GitHub Downloads (all assets, latest release)">
1414

15+
<img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/fdir-cli?label=PyPi%20downloads">
16+
17+
18+
1519
<a href="https://github.com/VG-dev1/fdir/releases">
1620
<img src="https://img.shields.io/github/v/release/VG-dev1/fdir" alt="Latest Release">
1721
</a>
@@ -45,6 +49,7 @@
4549
- Hyperlinks to open matching files
4650
- Heatmap size field letter coloring (blue -> red)
4751
- Add .fdirignore to your directory to make fdir ignore certain files, directories or extensions
52+
- Execute another command (`--exec`)
4853

4954
## Examples
5055

@@ -119,24 +124,13 @@ fdir modified --gt 1y or size --gt 1gb --del # Show files older than 1 year old
119124
| `--deep` | Search recursively |
120125
| `--top` | Print only the first certain amount of matches |
121126
| `--fuzzy` | Search approximately (make fdir support typos) |
122-
127+
| `--exec` | Execute another command |
128+
| `--nocolor` | Don't color the output
123129

124130
## Installation
125131

126-
### Windows
127-
128-
1. Download the "fdir.exe" file from the Releases tab.
129-
2. Create a new folder in %USERPROFILE% on your computer.
130-
3. Paste the downloaded "fdir.exe" file into that folder.
131-
4. Copy the path of that folder.
132-
5. Put the path of that folder into your system's PATH (run `setx PATH "%PATH%;C:\path\to\fdir_folder"` (replace the path with your actual path)).
132+
### pip
133133

134-
### Linux
135-
136-
1. Download the "fdir" file from the Releases tab.
137-
2. Go to the downloaded "fdir" file's folder (run `cd path/to/your/folder` (replace the path with your actual path)).
138-
3. Copy that path into `~/.local/bin` (run `cp fdir ~/.local/bin`).
139-
140-
### MacOS
141-
142-
Sorry, not available yet.
134+
```bash
135+
pip install fdir-cli
136+
```

0 commit comments

Comments
 (0)