mirror of
https://github.com/davegallant/rfd.git
synced 2025-08-06 00:33:40 +00:00
16
README.md
16
README.md
@@ -31,13 +31,21 @@ It is often faster to use a CLI than to load up a web page and navigate web elem
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
> :information_source: python2 may still work but it is [no longer supported](https://www.python.org/doc/sunset-python-2/).
|
### pip
|
||||||
|
|
||||||
```bash
|
```sh
|
||||||
python3 -m pip install --user rfd
|
pip3 install --user rfd
|
||||||
```
|
```
|
||||||
|
|
||||||
After installation, if you cannot access `rfd` in your path, try `python3 -m rfd`.
|
This can also be installed with [pipx](https://github.com/pypa/pipx)
|
||||||
|
|
||||||
|
### brew
|
||||||
|
|
||||||
|
If you have [brew](https://brew.sh):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
brew install davegallant/public/rfd
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
Reference in New Issue
Block a user