initial
This commit is contained in:
31
README.md
Normal file
31
README.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# albert-http-status-codes
|
||||
|
||||
## Installation
|
||||
|
||||
1. Locate the `modules` directory in the Python extension data directory.
|
||||
|
||||
The data directories reside in the data directories of the application defined by Qt.
|
||||
|
||||
```
|
||||
~/.local/share/albert/python/plugins
|
||||
```
|
||||
|
||||
2. Clone this repository into your `modules` directory.
|
||||
|
||||
```bash
|
||||
cd /path/to/modules
|
||||
|
||||
git clone https://gitea.felix-boers.de/fboers/albert-plugin-python-http-status-codes.git
|
||||
```
|
||||
|
||||
3. Enable the extension in the settings under `Extensions`.
|
||||
|
||||
## Usage
|
||||
|
||||
Show the HTTP status codes in a popup.
|
||||
|
||||
Synopsis: `http 200`
|
||||
|
||||
## Contributing
|
||||
|
||||
If you have any questions, suggestions, or issues, please feel free to open an issue or pull request.
|
||||
Reference in New Issue
Block a user