|
12 | 12 | <p align="center"> |
13 | 13 | <img src="https://img.shields.io/github/downloads/VG-dev1/fdir/total" alt="GitHub Downloads (all assets, latest release)"> |
14 | 14 |
|
| 15 | + <img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/fdir-cli?label=PyPi%20downloads"> |
| 16 | + |
| 17 | + |
| 18 | + |
15 | 19 | <a href="https://github.com/VG-dev1/fdir/releases"> |
16 | 20 | <img src="https://img.shields.io/github/v/release/VG-dev1/fdir" alt="Latest Release"> |
17 | 21 | </a> |
|
45 | 49 | - Hyperlinks to open matching files |
46 | 50 | - Heatmap size field letter coloring (blue -> red) |
47 | 51 | - Add .fdirignore to your directory to make fdir ignore certain files, directories or extensions |
| 52 | +- Execute another command (`--exec`) |
48 | 53 |
|
49 | 54 | ## Examples |
50 | 55 |
|
@@ -119,24 +124,13 @@ fdir modified --gt 1y or size --gt 1gb --del # Show files older than 1 year old |
119 | 124 | | `--deep` | Search recursively | |
120 | 125 | | `--top` | Print only the first certain amount of matches | |
121 | 126 | | `--fuzzy` | Search approximately (make fdir support typos) | |
122 | | - |
| 127 | +| `--exec` | Execute another command | |
| 128 | +| `--nocolor` | Don't color the output |
123 | 129 |
|
124 | 130 | ## Installation |
125 | 131 |
|
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 |
133 | 133 |
|
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